summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l42.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: cs42l42: Use two thresholds and increased wait time for manual type det...Stefan Binding2021-09-271-23/+61
* Merge series "ASoC: cs42l42: Implement Manual Type detection as fallback" fro...Mark Brown2021-09-161-12/+92
|\
| * ASoC: cs42l42: Implement Manual Type detection as fallbackStefan Binding2021-09-161-12/+92
* | ASoC: cs42l42: Minor fix all errors reported by checkpatch.pl scriptVitaly Rodionov2021-09-161-5/+5
|/
* ASoC: cs42l42: Update module authorsRichard Fitzgerald2021-08-051-0/+3
* ASoC: cs42l42: Assume 24-bit samples are in 32-bit slotsRichard Fitzgerald2021-08-051-0/+7
* ASoC: cs42l42: Validate dai_set_sysclk() frequencyRichard Fitzgerald2021-08-051-2/+15
* ASoC: cs42l42: Add PLL configuration for 44.1kHz/16-bitRichard Fitzgerald2021-08-051-0/+1
* ASoC: cs42l42: Fix mono playbackRichard Fitzgerald2021-08-051-2/+13
* ASoC: cs42l42: Constrain sample rate to prevent illegal SCLKRichard Fitzgerald2021-08-051-1/+20
* ASoC: cs42l42: Fix LRCLK frame start edgeRichard Fitzgerald2021-08-051-9/+12
* ASoC: cs42l42: PLL must be running when changing MCLK_SRC_SELRichard Fitzgerald2021-08-051-7/+18
* ASoC: cs42l42: Remove duplicate control for WNF filter frequencyRichard Fitzgerald2021-08-031-10/+0
* ASoC: cs42l42: Fix inversion of ADC Notch Switch controlRichard Fitzgerald2021-08-031-1/+1
* ASoC: cs42l42: Fix bclk calculation for monoRichard Fitzgerald2021-07-291-0/+4
* ASoC: cs42l42: Don't allow SND_SOC_DAIFMT_LEFT_JRichard Fitzgerald2021-07-291-1/+0
* ASoC: cs42l42: Correct definition of ADC Volume controlRichard Fitzgerald2021-07-291-3/+2
* ASoC: cs42l42: Check jack status before reporting button eventsLucas Tanure2021-05-251-1/+5
* ASoC: cs42l42: Add support for 2400000 Bit clockLucas Tanure2021-05-251-0/+1
* ASoC: cs42l42: Add support for 2304000 Bit clockLucas Tanure2021-05-251-0/+1
* ASoC: cs42l42: Fix 1536000 Bit Clock instabilityLucas Tanure2021-05-251-16/+31
* Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-05-251-0/+3
|\
| * ASoC: cs42l42: Regmap must use_single_read/writeRichard Fitzgerald2021-05-111-0/+3
* | ASoC: cs42l42: make HSBIAS_SENSE_EN optionalVitaly Rodionov2021-05-121-1/+6
* | Merge series "Tidy up device ID reading on legacy Cirrus parts" from Charles ...Mark Brown2021-05-111-10/+8
|\ \
| * | ASoC: cs42l42: Minor error paths fixupsCharles Keepax2021-05-101-10/+8
| |/
* | ASoC: cs42l42: Add support for ACPI table match entryVitaly Rodionov2021-05-101-2/+13
* | ASoC: cs42l42: Use device_property API instead of of_propertyRichard Fitzgerald2021-05-101-36/+24
* | ASoC: cs42l42: Add support for set_jack callsLucas Tanure2021-05-101-18/+25
|/
* ASoC: cs42l42: Wait for PLL to lock before switching to itRichard Fitzgerald2021-03-101-1/+11
* ASoC: cs42l42: Only start PLL if it is neededRichard Fitzgerald2021-03-101-2/+3
* ASoC: cs42l42: Wait at least 150us after writing SCLK_PRESENTRichard Fitzgerald2021-03-101-5/+22
* ASoC: cs42l42: Use bclk from hw_params if set_sysclk was not calledLucas Tanure2021-03-101-4/+13
* ASoC: cs42l42: Report jack and button detectionLucas Tanure2021-03-101-14/+56
* ASoC: cs42l42: Add Capture SupportLucas Tanure2021-03-101-0/+39
* ASoC: cs42l42: Set clock source for both ways of streamLucas Tanure2021-03-101-38/+48
* ASoC: cs42l42: Provide finer control on playback pathLucas Tanure2021-03-101-43/+22
* ASoC: cs42l42: Disable regulators if probe failsLucas Tanure2021-03-101-5/+7
* ASoC: cs42l42: Remove power if the driver is being removedLucas Tanure2021-03-101-2/+4
* ASoC: cs42l42: Always wait at least 3ms after resetLucas Tanure2021-03-101-1/+2
* ASoC: cs42l42: Don't enable/disable regulator at Bias LevelLucas Tanure2021-03-101-38/+0
* ASoC: cs42l42: Fix mixer volume controlLucas Tanure2021-03-101-2/+2
* ASoC: cs42l42: Fix channel width supportLucas Tanure2021-03-101-25/+22
* ASoC: cs42l42: Fix Bitclock polarity inversionLucas Tanure2021-03-101-12/+8
* ASoC: codecs: cs*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* ASoC: codecs: cs42l42: remove always-true comparisonsPierre-Louis Bossart2020-07-021-6/+3
* ASoC: codecs: cs*: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* ASoC: cs42l42: replace codec to componentKuninori Morimoto2018-02-121-79/+75
* ASoC: cs42l42: constify snd_soc_dai_ops structureGustavo A. R. Silva2017-07-171-1/+1