summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/cs35l41_hda.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: cs35l41: Remove redundant call to hda_cs_dsp_control_remove()Richard Fitzgerald2024-08-131-1/+1
* ALSA: hda: cs35l41: Stop creating ALSA Controls for firmware coefficientsStefan Binding2024-08-051-13/+0
* ALSA: hda: cs35l41: Fix missing Speaker ID GPIO description in _DSDStefan Binding2024-07-041-37/+49
* ALSA: hda: hda_component: Move codec field into the parentSimon Trimmer2024-06-181-3/+4
* ALSA: hda: hda_component: Change codecs to use component parent structureSimon Trimmer2024-06-181-18/+24
* ALSA: hda: cs35l41: Component should be unbound before deconstructionSimon Trimmer2024-06-141-2/+2
* ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind()Simon Trimmer2024-05-311-1/+1
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+1
|\
| * fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
* | ALSA: hda: cs35l41: Ignore errors when configuring IRQsStefan Binding2024-05-081-22/+47
* | ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file()Richard Fitzgerald2024-04-181-24/+15
* | ALSA: hda: cs35l41: Use shared cs-amp-lib to apply calibrationStefan Binding2024-04-181-73/+67
* | ALSA: hda: cs35l41: Update DSP1RX5/6 Sources for DSP configStefan Binding2024-04-181-2/+6
* | ALSA: hda: cs35l41: Set the max PCM Gain using tuning settingStefan Binding2024-04-181-11/+159
|/
* 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