summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98090.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: max98090: skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski2020-11-261-0/+2
* ASoC: codecs: max*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+4
* ASoC: codecs: max*: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-10/+10
* ASoC: codecs: use snd_soc_xxx_active()Kuninori Morimoto2020-05-181-3/+3
* ASoC: max98090: revert invalid fix for handling SHDNTzung-Bi Shih2020-02-141-311/+123
* ASoC: max98090: silence lockdep warningMarek Szyprowski2020-01-241-1/+2
* ASoC: max98090: fix deadlock in max98090_dapm_put_enum_double()Tzung-Bi Shih2020-01-211-1/+1
* ASoC: max98090: revert "ASoC: max98090: fix lockdep warning"Tzung-Bi Shih2020-01-211-6/+4
* ASoC: max98090: Drop incorrectly applied duplicate commitMark Brown2020-01-101-1/+1
* ASoC: max98090: fix lockdep warningMarek Szyprowski2020-01-091-4/+6
* ASoC: max98090: fix incorrect helper in max98090_dapm_put_enum_double()Marek Szyprowski2020-01-091-1/+1
* ASoC: max98090: fix incorrect helper in max98090_dapm_put_enum_double()Marek Szyprowski2020-01-091-1/+1
* ASoC: max98090: Remove empty suspend functionMark Brown2019-12-201-6/+1
* Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-101-9/+21
|\
| * ASoC: max98090: fix possible race conditionsTzung-Bi Shih2019-11-271-6/+2
| * ASoC: max98090: exit workaround earlier if PLL is lockedTzung-Bi Shih2019-11-271-2/+12
| * ASoC: max98090: remove msleep in PLL unlocked workaroundTzung-Bi Shih2019-11-271-1/+7
* | ASoC: max98090: save and restore SHDN when changing sensitive registersTzung-Bi Shih2019-12-091-123/+310
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ASoC: max98090: remove 24-bit format support if RJ is 0Yu-Hsuan Hsu2019-06-041-0/+16
* ASoC: max98090: Fix restore of DAPM MuxesJon Hunter2019-05-061-6/+6
* ASoC: max98090: remove unused constant variablesPierre-Louis Bossart2019-01-071-15/+0
* ASoC: max98090: replace codec to componentKuninori Morimoto2018-02-121-159/+160
* ASoC: max98090: reduce verbosity on PLL unlockPierre-Louis Bossart2017-09-191-1/+1
* ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal2017-08-101-1/+1
* ASoC: max98090: remove superflous check for 'micbias'Vinod Koul2016-12-151-1/+1
*-. Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Mark Brown2015-08-301-24/+18
|\ \
| | * ASoC: max98090: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-24/+18
| |/
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'asoc/topic/max98090', 'asoc/topic/max98095', ...Mark Brown2015-08-301-72/+8
|\ \ \ \ | | | |/ | | |/|
| * | | ASoC: max98090: Simplify max98090_readable_register implementationAxel Lin2015-07-291-69/+2
| * | | ASoC: max98090: Check for clk_prepare_enable() errorFabio Estevam2015-07-071-3/+6
| |/ /
| | |
| \ \
*-. | | Merge remote-tracking branches 'asoc/topic/const', 'asoc/topic/cs35l32', 'aso...Mark Brown2015-08-301-1/+1
|\ \| |
| * | | ASoC: Constify snd_soc_dai_ops variablesAxel Lin2015-07-151-1/+1
| |/ /
* | | Merge remote-tracking branch 'asoc/topic/ssm4567' into asoc-nextMark Brown2015-08-301-1/+0
|\ \ \ | | |/ | |/|
| * | ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
| |/
* / ASoC: max98090: Fix sequencing when starting additional routesFang, Yang A2015-08-101-6/+40
|/
*-. Merge remote-tracking branches 'asoc/topic/intel' and 'asoc/topic/max98090' i...Mark Brown2015-06-221-2/+2
|\ \
| | * ASoC: max98090: Constify ACPI device ids and register defaultsMathias Krause2015-06-151-2/+2
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'asoc/topic/gpiod-flags', 'asoc/topic/gtm601',...Mark Brown2015-06-051-1/+12
|\ \ \ \ \ | | |_|/ / | |/| | / | | | |/
| | | * ASoC: max98090: read micbias from device propertyFang, Yang A2015-06-021-1/+12
| | |/ | |/|
* | | ASoC: max98090: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-05-181-8/+9
* | | ASoC: max98090: Remove unnecessary snd_soc_dapm_sync()Lars-Peter Clausen2015-05-181-3/+0
| |/ |/|
* | ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
|/
* ASoC: max98090: add shutdown callback for max98090Caesar Wang2015-04-081-0/+17
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/max98088', 'asoc/topic/max98090', ...Mark Brown2014-12-081-37/+154
|\ \ \
| | * | ASoC: max98090: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2014-11-211-1/+1
| | * | ASoC: max98090: Different comp tables for different pclksDylan Reid2014-11-041-36/+153
| | |/
* | | ASoC: max98090: Fix right sidetone connectionJarkko Nikula2014-11-241-1/+1