summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs42l42.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-10ASoC: cs42l42: Wait for PLL to lock before switching to itRichard Fitzgerald1-1/+11
2021-03-10ASoC: cs42l42: Only start PLL if it is neededRichard Fitzgerald1-2/+3
2021-03-10ASoC: cs42l42: Wait at least 150us after writing SCLK_PRESENTRichard Fitzgerald1-5/+22
2021-03-10ASoC: cs42l42: Use bclk from hw_params if set_sysclk was not calledLucas Tanure1-4/+13
2021-03-10ASoC: cs42l42: Report jack and button detectionLucas Tanure1-14/+56
2021-03-10ASoC: cs42l42: Add Capture SupportLucas Tanure1-0/+39
2021-03-10ASoC: cs42l42: Set clock source for both ways of streamLucas Tanure1-38/+48
2021-03-10ASoC: cs42l42: Provide finer control on playback pathLucas Tanure1-43/+22
2021-03-10ASoC: cs42l42: Disable regulators if probe failsLucas Tanure1-5/+7
2021-03-10ASoC: cs42l42: Remove power if the driver is being removedLucas Tanure1-2/+4
2021-03-10ASoC: cs42l42: Always wait at least 3ms after resetLucas Tanure1-1/+2
2021-03-10ASoC: cs42l42: Don't enable/disable regulator at Bias LevelLucas Tanure1-38/+0
2021-03-10ASoC: cs42l42: Fix mixer volume controlLucas Tanure1-2/+2
2021-03-10ASoC: cs42l42: Fix channel width supportLucas Tanure1-25/+22
2021-03-10ASoC: cs42l42: Fix Bitclock polarity inversionLucas Tanure1-12/+8
2020-07-17ASoC: codecs: cs*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+3
2020-07-02ASoC: codecs: cs42l42: remove always-true comparisonsPierre-Louis Bossart1-6/+3
2020-06-22ASoC: codecs: cs*: rename to snd_soc_component_read()Kuninori Morimoto1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-02-12ASoC: cs42l42: replace codec to componentKuninori Morimoto1-79/+75
2017-07-17ASoC: cs42l42: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-07-17ASoC: cs42l42: Remove unneeded gpiod NULL checkFabio Estevam1-6/+3
2016-11-10ASoC: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2016-11-09ASoC: Add support for CS42L42 codecJames Schulman1-0/+1987