aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/cs35l41.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-20ALSA: cs35l41: Fix for old systems which do not support commandStefan Binding1-2/+2
2023-10-09ASoC: Explicitly include correct DT includesRob Herring1-1/+0
2023-09-11ASoC: cs35l41: Use modern pm_opsCristian Ciocaltea1-11/+10
2023-09-11ASoC: cs35l41: Make use of dev_err_probe()Cristian Ciocaltea1-18/+16
2023-09-11ASoC: cs35l41: Undo runtime PM changes at driver exit timeCristian Ciocaltea1-0/+2
2023-09-11ASoC: cs35l41: Verify PM runtime resume errors in IRQ handlerCristian Ciocaltea1-2/+10
2023-09-11ASoC: cs35l41: Fix broken shared boost activationCristian Ciocaltea1-9/+15
2023-09-11ASoC: cs35l41: Initialize completion object before requesting IRQCristian Ciocaltea1-2/+2
2023-08-24Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2023-08-23ASoC: cs35l41: Correct amp_gain_tlv valuesCharles Keepax1-1/+1
2023-07-24ALSA: cs35l41: Poll for Power Up/Down rather than waiting a fixed delayStefan Binding1-10/+0
2023-07-24ALSA: cs35l41: Use mbox command to enable speaker output for external boostStefan Binding1-4/+4
2023-03-20ASoC: cs35l41: Add 12288000 clk freq to cs35l41_fs_mon clk configJianhua Lu1-0/+1
2023-03-09ASoC: cs35l41: Steam Deck Shared boost properties quirkLucas Tanure1-3/+15
2023-03-05ALSA: cs35l41: Add shared boost featureLucas Tanure1-2/+25
2023-03-05ASoC: cs35l41: Refactor error release codeLucas Tanure1-48/+16
2023-03-05ASoC: cs35l41: Only disable internal boostLucas Tanure1-15/+19
2022-07-15ASoC: cs35l41: Read System Name from ACPI _SUB to identify firmwareStefan Binding1-0/+30
2022-06-22ASoC: Merge fixesMark Brown1-6/+6
2022-06-21ASoC: cs35l41: Correct some control namesCharles Keepax1-6/+6
2022-06-06ASoC: cs35l41: Add common cs35l41 enter hibernate functionStefan Binding1-9/+1
2022-06-06ASoC: cs35l41: Move cs35l41 exit hibernate function into shared codeStefan Binding1-60/+1
2022-05-23Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+2
2022-05-16ASoC: cs35l41: Move cs_dsp config struct into shared codeStefan Binding1-18/+2
2022-05-16ASoC: cs35l41: Move cs35l41 fs errata into shared codeStefan Binding1-24/+2
2022-05-16ASoC: cs35l41: Move cs35l41_set_cspl_mbox_cmd to shared codeStefan Binding1-64/+5
2022-05-09ASoC: cs35l41: Add endianness flag in snd_soc_component_driverCharles Keepax1-0/+2
2022-04-13ASoC: cs35l41: Support external boostLucas Tanure1-12/+37
2022-04-13ALSA: cs35l41: Move cs35l41_gpio_config to shared libLucas Tanure1-43/+1
2022-04-13ALSA: cs35l41: Check hw_config before using itLucas Tanure1-28/+48
2022-04-13ALSA: cs35l41: Unify hardware configurationLucas Tanure1-52/+41
2022-03-21Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-4/+2
2022-03-07ASoC: cs35l41: Remove unnecessary paramLucas Tanure1-4/+2
2022-03-07ASoC: cs35l41: Fix max number of TX channelsLucas Tanure1-1/+1
2022-03-07ASoC: cs35l41: Fix DSP mbox start command and global enable orderLucas Tanure1-2/+2
2022-03-07ASoC: cs35l41: Fix max number of TX channelsLucas Tanure1-1/+1
2022-03-07ASoC: cs35l41: Fix GPIO2 configurationDavid Rhodes1-2/+2
2022-01-07ASoC: cs35l41: Add support for hibernate memory retention modeCharles Keepax1-4/+197
2022-01-07ASoC: cs35l41: Update handling of test key registersCharles Keepax1-14/+18
2022-01-05ASoC: cs35l41: Correct DSP power downCharles Keepax1-4/+8
2022-01-05ASoC: cs35l41: Remove incorrect commentCharles Keepax1-2/+0
2021-12-31ASoC: cs35l41: Create shared function for boost configurationLucas Tanure1-103/+2
2021-12-31ASoC: cs35l41: Create shared function for setting channelsLucas Tanure1-27/+3
2021-12-31ASoC: cs35l41: Create shared function for errata patchesLucas Tanure1-89/+3
2021-12-31ASoC: cs35l41: Move power initializations to reg_sequenceLucas Tanure1-14/+6
2021-12-31ASoC: cs35l41: Move cs35l41_otp_unpack to shared codeLucas Tanure1-124/+1
2021-12-01Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.17 so we can apply new Tegra workMark Brown1-7/+0
2021-11-26ASoC: cs35l41: Fix link problemLucas Tanure1-0/+2
2021-11-24ASoC: cs35l41: Set the max SPI speed for the whole deviceLucas Tanure1-7/+0
2021-11-15ASoC: cs35l41: DSP SupportDavid Rhodes1-6/+306