aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l42.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-05ASoC: cs42l42: PLL must be running when changing MCLK_SRC_SELRichard Fitzgerald1-7/+18
2021-08-03ASoC: cs42l42: Remove duplicate control for WNF filter frequencyRichard Fitzgerald1-10/+0
2021-08-03ASoC: cs42l42: Fix inversion of ADC Notch Switch controlRichard Fitzgerald1-1/+1
2021-07-29ASoC: cs42l42: Fix bclk calculation for monoRichard Fitzgerald1-0/+4
2021-07-29ASoC: cs42l42: Don't allow SND_SOC_DAIFMT_LEFT_JRichard Fitzgerald1-1/+0
2021-07-29ASoC: cs42l42: Correct definition of ADC Volume controlRichard Fitzgerald1-3/+2
2021-05-25ASoC: cs42l42: Check jack status before reporting button eventsLucas Tanure1-1/+5
2021-05-25ASoC: cs42l42: Add support for 2400000 Bit clockLucas Tanure1-0/+1
2021-05-25ASoC: cs42l42: Add support for 2304000 Bit clockLucas Tanure1-0/+1
2021-05-25ASoC: cs42l42: Fix 1536000 Bit Clock instabilityLucas Tanure1-16/+31
2021-05-25Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.14Mark Brown1-0/+3
2021-05-12ASoC: cs42l42: make HSBIAS_SENSE_EN optionalVitaly Rodionov1-1/+6
2021-05-11ASoC: cs42l42: Regmap must use_single_read/writeRichard Fitzgerald1-0/+3
2021-05-11Merge series "Tidy up device ID reading on legacy Cirrus parts" from Charles Keepax <ckeepax@opensource.cirrus.com>:Mark Brown1-10/+8
2021-05-10ASoC: cs42l42: Minor error paths fixupsCharles Keepax1-10/+8
2021-05-10ASoC: cs42l42: Add support for ACPI table match entryVitaly Rodionov1-2/+13
2021-05-10ASoC: cs42l42: Use device_property API instead of of_propertyRichard Fitzgerald1-36/+24
2021-05-10ASoC: cs42l42: Add support for set_jack callsLucas Tanure1-18/+25
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-16ASoC: 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