aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs35l41.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-01ASoC: cs35l41: Hibernate wm_adsp on runtime suspendStefan Binding1-0/+5
2025-12-09ASoC: cs35l41: Always return 0 when a subsystem ID is foundEric Naim1-3/+4
2025-11-17ASoC: codecs: cs35l41: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-1/+1
2025-09-22ASoC: cs35l41: Fallback to reading Subsystem ID property if not ACPIStefan Binding1-33/+44
2025-07-04ASoC: codecs: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-2/+0
2025-02-10ASoC: cs35l41: Fix acpi_device_hid() not foundStefan Binding1-0/+7
2025-02-06ASoC: cs35l41: Fallback to using HID for system_name if no SUB is availableStefan Binding1-7/+16
2024-09-06ASoC: cs35l41: drop SNDRV_PCM_RATE_KNOTJerome Brunet1-23/+11
2024-05-27ASoC: Constify channel mapping array arguments in set_channel_map()Krzysztof Kozlowski1-1/+2
2024-04-30ASoC: Merge up fixesMark Brown1-6/+20
2024-04-23ASoC: cs35l41: Delete unnecessary condition in cs35l41_pcm_hw_params()Dan Carpenter1-4/+3
2024-04-11ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP configStefan Binding1-6/+20
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/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