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