aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l42.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29ASoC: cs42l42: Correct configuring of switch inversion from ts-invRichard Fitzgerald1-5/+4
2021-10-26ASoC: cs42l42: free_irq() before powering-down on probe() failRichard Fitzgerald1-8/+11
2021-10-26ASoC: cs42l42: Reset and power-down on remove() and failed probe()Richard Fitzgerald1-4/+20
2021-10-25ASoC: cs42l42: Prevent NULL pointer deref in interrupt handlerRichard Fitzgerald1-19/+9
2021-10-22ASoC: cs42l42: Remove unused runtime_suspend/runtime_resume callbacksRichard Fitzgerald1-50/+1
2021-10-18Merge branch 'asoc-5.15' into asoc-5.16Mark Brown1-105/+129
2021-10-15ASoC: cs42l42: Always enable TS_PLUG and TS_UNPLUG interruptsRichard Fitzgerald1-8/+2
2021-10-15ASoC: cs42l42: Fix WARN in remove() if running without an interruptRichard Fitzgerald1-12/+18
2021-10-15ASoC: cs42l42: Mark OSC_SWITCH_STATUS register volatileRichard Fitzgerald1-1/+1
2021-10-15ASoC: cs42l42: Set correct SRC MCLKRichard Fitzgerald1-17/+41
2021-10-15ASoC: cs42l42: Allow time for HP/ADC to power-up after enableRichard Fitzgerald1-2/+29
2021-10-15ASoC: cs42l42: Use PLL for SCLK > 12.288MHzRichard Fitzgerald1-23/+18
2021-10-15ASoC: cs42l42: Don't claim to support 192kRichard Fitzgerald1-3/+3
2021-10-15ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFERRichard Fitzgerald1-2/+3
2021-10-15ASoC: cs42l42: Don't set defaults for volatile registersRichard Fitzgerald1-20/+0
2021-10-15ASoC: cs42l42: Correct some register default valuesRichard Fitzgerald1-2/+2
2021-10-15ASoC: cs42l42: Always configure both ASP TX channelsRichard Fitzgerald1-5/+4
2021-10-15ASoC: cs42l42: Don't reconfigure the PLL while it is runningRichard Fitzgerald1-0/+8
2021-10-12ASoC: cs42l42: Ensure 0dB full scale volume is used for headsetsStefan Binding1-13/+3
2021-09-27ASoC: cs42l42: Use two thresholds and increased wait time for manual type detectionStefan Binding1-23/+61
2021-09-16Merge series "ASoC: cs42l42: Implement Manual Type detection as fallback" from Vitaly Rodionov <vitalyr@opensource.cirrus.com>:Mark Brown1-12/+92
2021-09-16ASoC: cs42l42: Minor fix all errors reported by checkpatch.pl scriptVitaly Rodionov1-5/+5
2021-09-16ASoC: cs42l42: Implement Manual Type detection as fallbackStefan Binding1-12/+92
2021-08-05ASoC: cs42l42: Update module authorsRichard Fitzgerald1-0/+3
2021-08-05ASoC: cs42l42: Assume 24-bit samples are in 32-bit slotsRichard Fitzgerald1-0/+7
2021-08-05ASoC: cs42l42: Validate dai_set_sysclk() frequencyRichard Fitzgerald1-2/+15
2021-08-05ASoC: cs42l42: Add PLL configuration for 44.1kHz/16-bitRichard Fitzgerald1-0/+1
2021-08-05ASoC: cs42l42: Fix mono playbackRichard Fitzgerald1-2/+13
2021-08-05ASoC: cs42l42: Constrain sample rate to prevent illegal SCLKRichard Fitzgerald1-1/+20
2021-08-05ASoC: cs42l42: Fix LRCLK frame start edgeRichard Fitzgerald1-9/+12
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