summaryrefslogtreecommitdiff
path: root/sound/pci/hda/cs35l56_hda.c
AgeCommit message (Expand)Author
2024-05-08ALSA: hda: cs35l56: Fix lifetime of cs_dsp instanceRichard Fitzgerald
2024-04-08ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot()Richard Fitzgerald
2024-03-25ALSA: hda: cs35l56: Set the init_done flag before component_add()Simon Trimmer
2024-03-25ALSA: hda: cs35l56: Raise device name message log levelSimon Trimmer
2024-03-11Merge tag 'asoc-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2024-03-08ALSA: hda: cs35l56: Add support for CS35L54 and CS35L57Simon Trimmer
2024-02-23ALSA: hda: cs35l56: Apply amp calibration from EFI dataRichard Fitzgerald
2024-02-01ALSA: hda: cs35l56: Remove unused test stub functionRichard Fitzgerald
2024-02-01ALSA: hda: cs35l56: Firmware file must match the version of preloaded firmwareRichard Fitzgerald
2024-02-01ALSA: hda: cs35l56: Fix filename string field layoutRichard Fitzgerald
2024-02-01ALSA: hda: cs35l56: Fix order of searching for firmware filesRichard Fitzgerald
2024-02-01ALSA: hda: cs35l56: Initialize all ASP1 registersRichard Fitzgerald
2023-10-19Merge branch 'for-linus' into for-nextTakashi Iwai
2023-09-19ALSA: hda: cs35l56: Use the new RUNTIME_PM_OPS() macroRichard Fitzgerald
2023-09-18ALSA: hda: cirrus_scodec: Add KUnit testRichard Fitzgerald
2023-09-18ALSA: hda: cs35l56: Add support for speaker idRichard Fitzgerald
2023-09-15ALSA: hda: cs35l56: Fix missing RESET GPIO if _SUB is missingRichard Fitzgerald
2023-09-14ALSA: hda: cs35l56: Don't 'return ret' if ret is always zeroRichard Fitzgerald
2023-09-12ALSA: hda: cs35l56: Call pm_runtime_dont_use_autosuspend()Richard Fitzgerald
2023-08-01ALSA: hda/cs35l56: Reject I2C alias addressesRichard Fitzgerald
2023-08-01ALSA: hda/cs35l56: Fail if .bin not found and firmware not patchedRichard Fitzgerald
2023-08-01ALSA: hda/cs35l56: Do not download firmware over existing RAM firmwareRichard Fitzgerald
2023-08-01ALSA: hda/cs35l56: cs_dsp_power_down() on cs35l56_hda_fw_load() error pathRichard Fitzgerald
2023-08-01ALSA: hda/cs35l56: Call cs_dsp_power_down() before calling cs_dsp_remove()Richard Fitzgerald
2023-08-01ALSA: hda/cs35l56: Always power-up and start cs_dspRichard Fitzgerald
2023-08-01ALSA: hda/cs35l56: Call cs_dsp_power_down() before reloading firmwareRichard Fitzgerald
2023-08-01ALSA: hda/cs35l56: Do not mark cache dirty after REINITRichard Fitzgerald
2023-08-01ALSA: hda/cs35l56: Complete firmware reboot before calling cs_dsp_run()Richard Fitzgerald
2023-07-27ALSA: hda/cs35l56: Do some clean up on probe errorDan Carpenter
2023-07-23ALSA: hda/cs35l56: Add driver for Cirrus Logic CS35L56 amplifierSimon Trimmer