summaryrefslogtreecommitdiff
path: root/sound/pci/hda/cs35l41_hda.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29ALSA: hda: cs35l41: Prevent firmware load if SPI speed too lowStefan Binding1-3/+22
2023-12-18ALSA: hda: cs35l41: Add config table to support many laptops without _DSDStefan Binding1-0/+2
2023-11-20ALSA: cs35l41: Fix for old systems which do not support commandStefan Binding1-2/+2
2023-11-20ALSA: hda: cs35l41: Remove unnecessary boolean state variable firmware_runningStefan Binding1-16/+12
2023-10-31ALSA: hda: cs35l41: Fix missing error code in cs35l41_smart_amp()Harshit Mogalapalli1-0/+1
2023-10-29ALSA: hda: cs35l41: mark cs35l41_verify_id() staticArnd Bergmann1-1/+1
2023-10-26ALSA: hda: cs35l41: Check CSPL state after loading firmwareStefan Binding1-0/+18
2023-10-26ALSA: hda: cs35l41: Do not unload firmware before reset in system suspendStefan Binding1-29/+4
2023-10-26ALSA: hda: cs35l41: Force a software reset after hardware resetStefan Binding1-0/+5
2023-10-26ALSA: hda: cs35l41: Run boot process during resume callbacksStefan Binding1-33/+72
2023-10-26ALSA: hda: cs35l41: Assert Reset prior to de-asserting in probe and system re...Stefan Binding1-0/+2
2023-10-26ALSA: hda: cs35l41: Assert reset before system suspendStefan Binding1-5/+8
2023-10-21Merge tag 'asoc-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-11/+12
2023-10-19Merge branch 'for-linus' into for-nextTakashi Iwai1-36/+79
2023-10-06ALSA: hda: cs35l41: Cleanup and fix double free in firmware requestStefan Binding1-36/+79
2023-09-22ALSA: hda: cs35l41: Add read-only ALSA control for forced muteStefan Binding1-0/+28
2023-09-22ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDAStefan Binding1-13/+91
2023-09-11ALSA: hda: cs35l41: Consistently use dev_err_probe()Cristian Ciocaltea1-7/+7
2023-09-11ALSA: hda: cs35l41: Undo runtime PM changes at driver exit timeCristian Ciocaltea1-0/+2
2023-09-11ALSA: hda: cs35l41: Fix unbalanced pm_runtime_get()Cristian Ciocaltea1-2/+1
2023-09-11ASoC: cs35l41: Fix broken shared boost activationCristian Ciocaltea1-2/+2
2023-08-15ALSA: hda: cs35l41: Support systems with missing _DSD propertiesStefan Binding1-50/+15
2023-08-02ALSA: hda: cs35l41: Print amp configuration after bindStefan Binding1-0/+7
2023-07-24ALSA: hda: cs35l41: Ensure amp is only unmuted during playbackStefan Binding1-2/+20
2023-07-24ALSA: hda: cs35l41: Add device_link between HDA and cs35l41_hdaStefan Binding1-1/+12
2023-07-24ALSA: hda: cs35l41: Rework System Suspend to ensure correct call separationStefan Binding1-5/+35
2023-07-24ALSA: hda: cs35l41: Use pre and post playback hooksStefan Binding1-10/+43
2023-07-24ALSA: hda: cs35l41: Move Play and Pause into separate functionsStefan Binding1-52/+79
2023-07-24ALSA: hda: cs35l41: Ensure we pass up any errors during system suspend.Stefan Binding1-4/+13
2023-07-24ALSA: hda: cs35l41: Ensure we correctly re-sync regmap before system suspending.Stefan Binding1-5/+27
2023-07-24ALSA: hda: cs35l41: Check mailbox status of pause command after firmware loadStefan Binding1-1/+6
2023-07-24ALSA: cs35l41: Use mbox command to enable speaker output for external boostStefan Binding1-3/+6
2023-06-06ALSA: hda: cs35l41: Fix endian conversionsStefan Binding1-4/+4
2023-06-06ALSA: hda: cs35l41: Clean up Firmware Load ControlsStefan Binding1-14/+10
2023-03-06ALSA: cs35l41: Add shared boost featureLucas Tanure1-3/+3
2023-02-14ALSA: hda: cs35l41: Enable Amp High Pass FilterStefan Binding1-3/+3
2023-02-14ALSA: hda: cs35l41: Ensure firmware/tuning pairs are always loadedStefan Binding1-52/+51
2023-01-07ALSA: hda: cs35l41: Check runtime suspend capability at runtime_idleTakashi Iwai1-1/+11
2023-01-07ALSA: hda: cs35l41: Don't return -EINVAL from system suspend/resumeTakashi Iwai1-4/+4
2022-11-25firmware: cs_dsp: Make the exports namespacedRichard Fitzgerald1-0/+1
2022-10-12ALSA: hda: cs35l41: Support System SuspendStefan Binding1-24/+136
2022-10-12ALSA: hda: cs35l41: Remove suspend/resume hda hooksStefan Binding1-19/+12
2022-10-12ALSA: hda/cs_dsp_ctl: Fix mutex inversion when creating controlsRichard Fitzgerald1-4/+4
2022-09-06ALSA: hda: cs35l41: Utilize acpi_get_subsystem_id()Andy Shevchenko1-37/+9
2022-09-06ALSA: hda: cs35l41: Call put_device() in the scope of get_device()Andy Shevchenko1-5/+6
2022-08-16ALSA: hda: cs35l41: Clarify support for CSC3551 without _DSD PropertiesStefan Binding1-0/+5
2022-07-28ALSA: hda: cs35l41: Support CLSA0101Lucas Tanure1-26/+40
2022-07-28ALSA: hda: cs35l41: Use the CS35L41 HDA internal defineLucas Tanure1-1/+2
2022-07-25ALSA: hda: cs35l41: Fix build error unused-functionRen Zhijie1-1/+1
2022-07-15ALSA: hda: cs35l41: Add module parameter to control firmware loadStefan Binding1-5/+16