aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98373.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: max*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-2/+0
2022-06-17ASoC: codecs: soundwire: call pm_runtime_resume() in component probePierre-Louis Bossart1-1/+13
2021-04-23Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown1-0/+14
2021-03-25ASoC: max98373: Added 30ms turn on/off time delayRyan Lee1-0/+2
2021-03-25ASoC: max98373: Added controls for autorestart configRyan Lee1-0/+14
2021-01-27ASoC: max98373: Fixes a typo in max98373_feedback_getJudy Hsiao1-1/+1
2020-12-17ASoC: max98373: don't access volatile registers in bias level offBard Liao1-3/+31
2020-07-20Merge series "ASoC: Intel: machine driver updates for 5.9" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:Mark Brown1-8/+0
2020-07-09ASoC: codecs: max98373: add SoundWire supportRyan Lee1-0/+14
2020-07-09ASoC: codecs: max98373: split I2C and common partsPierre-Louis Bossart1-594/+7
2020-07-08ASoc: codecs: max98373: remove Idle_bias_on to let codec suspendranderwang1-1/+0
2020-07-08ASoC: codecs: max98373: Removed superfluous volume control from chip defaultRyan Lee1-7/+0
2020-05-04ASoC: max98373: reorder max98373_reset() in resumeYong Zhi1-1/+1
2019-11-05ASoC: max98373: replace gpio_request with devm_gpio_requestYong Zhi1-2/+2
2019-10-01ASoC: max98373: check for device node before parsingSathyanarayana Nujella1-8/+12
2019-08-20Merge branch 'asoc-5.3' into asoc-5.4Mark Brown1-0/+6
2019-08-06ASoC: max98373: Remove executable bitsMark Brown1-0/+0
2019-07-31ASoC: max98373: add 88200 and 96000 sampling rate supportfengchunguo1-0/+6
2019-07-22ASoC: max98383: fix i2c probe failurefengchunguo1-4/+30
2019-01-07ASoC: max98383: fix boolean assignments to true/falsePierre-Louis Bossart1-3/+3
2018-12-04ASoC: max98373: Added max98373_reset for stable amp resetRyan Lee1-6/+29
2018-10-11ASoC: max98373: Sort DHT Rot Pnt Volume in reverse orderRyan Lee1-7/+7
2018-10-11ASoC: max98373: Sort max98373_bde_gain_tlv in reverse orderRyan Lee1-9/+9
2018-10-11ASoC: max98373: Sort BDE Limiter Thresh Volume in reverse orderRyan Lee1-5/+5
2018-10-11ASoC: max98373: Sort Digital Volume in reverse orderRyan Lee1-2/+2
2018-09-07ASoC: max98373: usleep_range() needs include/delay.hGrant Grundler1-0/+1
2018-08-28ASoC: max98373: Added 10ms sleep after amp software resetRyan Lee1-0/+2
2018-08-16ASoC: max98373: Added speaker FS gain cotnrol register to volatile.Ryan Lee1-0/+1
2018-08-08ASoC: max98373: Added software reset register to readable registersRyan Lee1-0/+1
2018-02-12ASoC: max98373: replace codec to componentKuninori Morimoto1-41/+34
2018-01-22ASoC: max98373 Changed SPDX header in C++ comments styleRyan Lee1-2/+2
2018-01-10ASoC: max98373: Modified control names for TLV controlsRyan Lee1-17/+17
2018-01-10ASoC: max98373: Added TDM off if parameters are all zeroesRyan Lee1-1/+4
2018-01-10ASoC: max98373: Added missing blank linesRyan Lee1-0/+2
2018-01-04ASoC: max98373: Added Amplifier DriverRyan Lee1-0/+971