summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs35l41.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-21ASoC: 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-06ALSA: cs35l41: Add shared boost featureLucas Tanure1-2/+25
2023-03-06ASoC: cs35l41: Refactor error release codeLucas Tanure1-48/+16
2023-03-06ASoC: 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/bro...Takashi 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/bro...Takashi 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/br...Mark 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
2021-11-02ASoC: cs35l41: Change monitor widgets to siggensCharles Keepax1-7/+7
2021-10-25ASoC: cs35l41: Make cs35l41_remove() return voidUwe Kleine-König1-3/+1
2021-09-16misc: cs35l41: Remove unused pdn variableCharles Keepax1-2/+0
2021-09-15ASoC: cs35l41: Fix a bunch of trivial code formating/style issuesCharles Keepax1-203/+184
2021-09-15ASoC: cs35l41: Fixup the error messagesCharles Keepax1-29/+24
2021-09-15ASoC: cs35l41: Don't overwrite returned error codeCharles Keepax1-8/+0
2021-09-15ASoC: cs35l41: Combine adjacent register writesCharles Keepax1-98/+48
2021-09-15ASoC: cs35l41: Use regmap_read_poll_timeout to wait for OTP bootCharles Keepax1-13/+8
2021-09-15ASoC: cs35l41: Fix use of an uninitialised variableCharles Keepax1-14/+5
2021-09-13ASoC: cs35l41: CS35L41 Boosted Smart AmplifierDavid Rhodes1-0/+1545