aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/hda/cs35l56_hda.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: cs35l56: Don't use the device index as a calibration indexSimon Trimmer2024-08-211-1/+1
* ALSA: hda: cs35l56: Remove redundant call to hda_cs_dsp_control_remove()Richard Fitzgerald2024-08-131-1/+1
* ALSA: hda: cs35l56: Stop creating ALSA controls for firmware coefficientsSimon Trimmer2024-08-051-37/+1
* ALSA: hda: cs35l56: Perform firmware download in the backgroundSimon Trimmer2024-06-181-17/+73
* ALSA: hda: hda_component: Move codec field into the parentSimon Trimmer2024-06-181-1/+1
* ALSA: hda: hda_component: Change codecs to use component parent structureSimon Trimmer2024-06-181-11/+14
* ALSA: hda: cs35l56: Component should be unbound before deconstructionSimon Trimmer2024-06-141-2/+2
* ALSA: hda: cs35l56: Fix lifecycle of codec pointerSimon Trimmer2024-05-311-0/+5
* ALSA: hda: cs35l56: Fix lifetime of cs_dsp instanceRichard Fitzgerald2024-05-081-3/+5
* ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot()Richard Fitzgerald2024-04-081-0/+4
* ALSA: hda: cs35l56: Set the init_done flag before component_add()Simon Trimmer2024-03-251-2/+2
* ALSA: hda: cs35l56: Raise device name message log levelSimon Trimmer2024-03-251-2/+2
* Merge tag 'asoc-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2024-03-111-7/+32
|\
| * ALSA: hda: cs35l56: Apply amp calibration from EFI dataRichard Fitzgerald2024-02-231-7/+32
* | ALSA: hda: cs35l56: Add support for CS35L54 and CS35L57Simon Trimmer2024-03-081-6/+10
|/
* ALSA: hda: cs35l56: Remove unused test stub functionRichard Fitzgerald2024-02-011-10/+0
* ALSA: hda: cs35l56: Firmware file must match the version of preloaded firmwareRichard Fitzgerald2024-02-011-44/+49
* ALSA: hda: cs35l56: Fix filename string field layoutRichard Fitzgerald2024-02-011-6/+9
* ALSA: hda: cs35l56: Fix order of searching for firmware filesRichard Fitzgerald2024-02-011-10/+14
* ALSA: hda: cs35l56: Initialize all ASP1 registersRichard Fitzgerald2024-02-011-0/+16
* Merge branch 'for-linus' into for-nextTakashi Iwai2023-10-191-3/+3
|\
| * ALSA: hda: cs35l56: Use the new RUNTIME_PM_OPS() macroRichard Fitzgerald2023-09-191-3/+3
* | ALSA: hda: cirrus_scodec: Add KUnit testRichard Fitzgerald2023-09-181-0/+10
* | ALSA: hda: cs35l56: Add support for speaker idRichard Fitzgerald2023-09-181-1/+13
|/
* ALSA: hda: cs35l56: Fix missing RESET GPIO if _SUB is missingRichard Fitzgerald2023-09-151-7/+5
* ALSA: hda: cs35l56: Don't 'return ret' if ret is always zeroRichard Fitzgerald2023-09-141-1/+1
* ALSA: hda: cs35l56: Call pm_runtime_dont_use_autosuspend()Richard Fitzgerald2023-09-121-0/+1
* ALSA: hda/cs35l56: Reject I2C alias addressesRichard Fitzgerald2023-08-011-5/+8
* ALSA: hda/cs35l56: Fail if .bin not found and firmware not patchedRichard Fitzgerald2023-08-011-1/+11
* ALSA: hda/cs35l56: Do not download firmware over existing RAM firmwareRichard Fitzgerald2023-08-011-4/+23
* ALSA: hda/cs35l56: cs_dsp_power_down() on cs35l56_hda_fw_load() error pathRichard Fitzgerald2023-08-011-3/+6
* ALSA: hda/cs35l56: Call cs_dsp_power_down() before calling cs_dsp_remove()Richard Fitzgerald2023-08-011-0/+3
* ALSA: hda/cs35l56: Always power-up and start cs_dspRichard Fitzgerald2023-08-011-7/+3
* ALSA: hda/cs35l56: Call cs_dsp_power_down() before reloading firmwareRichard Fitzgerald2023-08-011-0/+6
* ALSA: hda/cs35l56: Do not mark cache dirty after REINITRichard Fitzgerald2023-08-011-1/+1
* ALSA: hda/cs35l56: Complete firmware reboot before calling cs_dsp_run()Richard Fitzgerald2023-08-011-6/+5
* ALSA: hda/cs35l56: Do some clean up on probe errorDan Carpenter2023-07-271-1/+1
* ALSA: hda/cs35l56: Add driver for Cirrus Logic CS35L56 amplifierSimon Trimmer2023-07-231-0/+995