aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98090.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-27ASoC: max*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-06-06ASoC: max98090: Use modern ASoC DAI format terminologyMark Brown1-7/+5
2022-05-20ASoC: max98090: Move check for invalid values before casting in max98090_put_enab_tlv()Alexey Khoroshilov1-2/+4
2022-05-04ASoC: Pull in fixesMark Brown1-1/+6
2022-05-03ASoC: max98090: Fix event generation for custom controlsMark Brown1-1/+3
2022-04-25ASoC: max980*: use i2c_match_id and simple i2c probeStephen Kitt1-11/+12
2022-04-25ASoC: max98090: Generate notifications on changes for custom controlMark Brown1-1/+1
2022-04-25ASoC: max98090: Reject invalid values in custom control put()Mark Brown1-0/+3
2021-08-05ASoC: max98090: remove duplicate status reads and useless assignmmentPierre-Louis Bossart1-3/+1
2021-03-18ASoC: max98090: remove useless assignmentPierre-Louis Bossart1-1/+1
2020-11-26ASoC: max98090: skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski1-0/+2
2020-07-16ASoC: codecs: max*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+4
2020-06-22ASoC: codecs: max*: rename to snd_soc_component_read()Kuninori Morimoto1-10/+10
2020-05-18ASoC: codecs: use snd_soc_xxx_active()Kuninori Morimoto1-3/+3
2020-02-14ASoC: max98090: revert invalid fix for handling SHDNTzung-Bi Shih1-311/+123
2020-01-24ASoC: max98090: silence lockdep warningMarek Szyprowski1-1/+2
2020-01-21ASoC: max98090: fix deadlock in max98090_dapm_put_enum_double()Tzung-Bi Shih1-1/+1
2020-01-21ASoC: max98090: revert "ASoC: max98090: fix lockdep warning"Tzung-Bi Shih1-6/+4
2020-01-10ASoC: max98090: Drop incorrectly applied duplicate commitMark Brown1-1/+1
2020-01-09ASoC: max98090: fix lockdep warningMarek Szyprowski1-4/+6
2020-01-09ASoC: max98090: fix incorrect helper in max98090_dapm_put_enum_double()Marek Szyprowski1-1/+1
2020-01-09ASoC: max98090: fix incorrect helper in max98090_dapm_put_enum_double()Marek Szyprowski1-1/+1
2019-12-20ASoC: max98090: Remove empty suspend functionMark Brown1-6/+1
2019-12-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6Mark Brown1-9/+21
2019-12-09ASoC: max98090: save and restore SHDN when changing sensitive registersTzung-Bi Shih1-123/+310
2019-11-27ASoC: max98090: fix possible race conditionsTzung-Bi Shih1-6/+2
2019-11-27ASoC: max98090: exit workaround earlier if PLL is lockedTzung-Bi Shih1-2/+12
2019-11-27ASoC: max98090: remove msleep in PLL unlocked workaroundTzung-Bi Shih1-1/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-04ASoC: max98090: remove 24-bit format support if RJ is 0Yu-Hsuan Hsu1-0/+16
2019-05-06ASoC: max98090: Fix restore of DAPM MuxesJon Hunter1-6/+6
2019-01-07ASoC: max98090: remove unused constant variablesPierre-Louis Bossart1-15/+0
2018-02-12ASoC: max98090: replace codec to componentKuninori Morimoto1-159/+160
2017-09-19ASoC: max98090: reduce verbosity on PLL unlockPierre-Louis Bossart1-1/+1
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2016-12-15ASoC: max98090: remove superflous check for 'micbias'Vinod Koul1-1/+1
2015-08-30Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'asoc/topic/tegra', 'asoc/topic/tlv' and 'asoc/topic/topology' into asoc-nextMark Brown1-24/+18
2015-08-30Merge remote-tracking branches 'asoc/topic/max98090', 'asoc/topic/max98095', 'asoc/topic/max98357a', 'asoc/topic/max9877' and 'asoc/topic/max98925' into asoc-nextMark Brown1-72/+8
2015-08-30Merge remote-tracking branches 'asoc/topic/const', 'asoc/topic/cs35l32', 'asoc/topic/cs4265' and 'asoc/topic/cs42l52' into asoc-nextMark Brown1-1/+1
2015-08-30Merge remote-tracking branch 'asoc/topic/ssm4567' into asoc-nextMark Brown1-1/+0
2015-08-10ASoC: max98090: Fix sequencing when starting additional routesFang, Yang A1-6/+40
2015-08-05ASoC: max98090: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen1-24/+18
2015-07-29ASoC: max98090: Simplify max98090_readable_register implementationAxel Lin1-69/+2
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-15ASoC: Constify snd_soc_dai_ops variablesAxel Lin1-1/+1
2015-07-07ASoC: max98090: Check for clk_prepare_enable() errorFabio Estevam1-3/+6
2015-06-22Merge remote-tracking branches 'asoc/topic/intel' and 'asoc/topic/max98090' into asoc-nextMark Brown1-2/+2
2015-06-15ASoC: max98090: Constify ACPI device ids and register defaultsMathias Krause1-2/+2
2015-06-05Merge remote-tracking branches 'asoc/topic/gpiod-flags', 'asoc/topic/gtm601', 'asoc/topic/intel', 'asoc/topic/lm3857' and 'asoc/topic/max98090' into asoc-nextMark Brown1-1/+12