summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98927.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König2024-05-031-1/+1
* ASoC: max98927: Drop pointless includesLinus Walleij2023-09-111-2/+0
* ASoC: codecs: max9892x: Reformat to coding styleKrzysztof Kozlowski2023-08-071-204/+137
* ASoC: codecs: max9892x: Unify interleave mode OF propertyKrzysztof Kozlowski2023-08-071-8/+8
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* ASoC: max*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: max9*: use simple i2c probe functionStephen Kitt2022-04-111-3/+2
* ASoC: max98927: Use modern ASoC DAI format terminologyMark Brown2022-02-281-5/+6
* ASoC: max98927: add missing header fileRandy Dunlap2022-01-311-0/+1
* ASoC: max98927: Handle reset gpio when probing i2cAlejandro Tafalla2021-10-071-0/+25
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* ASoC: max98927: fix boolean assignmentsPierre-Louis Bossart2019-01-071-4/+4
* ASoC: max98927: replace codec to componentKuninori Morimoto2018-02-121-43/+39
* ASoC: don't use codec hw_write on max98927Kuninori Morimoto2017-11-271-1/+0
* ASoC: max98927: Added max98927_dai_tdm_slot functionRyan Lee2017-09-251-16/+104
* ASoC: max98927: Added support for DSP_A and DSP_B formatRyan Lee2017-09-251-15/+20
*-. Merge remote-tracking branches 'asoc/topic/kirkwood', 'asoc/topic/max9867', '...Mark Brown2017-09-011-24/+62
|\ \
| | * ASoC: max98927: Changed device property read functionRyan Lee2017-08-311-4/+4
| | * ASoC: max98927: Modified DAPM widget and map to enable/disable VI sense pathRyan Lee2017-08-311-11/+17
| | * ASoC: max98927: Added PM suspend and resume functionRyan Lee2017-08-311-1/+26
| | * ASoC: max98927: Modified chip default register valuesRyan Lee2017-08-311-5/+5
| | * ASoC: max98927: Added missing \n to end of dev_err messagesRyan Lee2017-08-311-3/+3
| | * ASoC: max98927: Updated volatile register listRyan Lee2017-08-311-0/+7
| |/
* / ASoC: remove cache_bypass from snd_soc_codecKuninori Morimoto2017-07-261-1/+0
|/
* ASoC: Add support for Maxim Integrated MAX98927 AmplifierRyan Lee2017-04-061-0/+841