index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
pci
/
hda
/
cs35l56_hda.c
Age
Commit message (
Expand
)
Author
2024-08-21
ALSA: hda: cs35l56: Don't use the device index as a calibration index
Simon Trimmer
2024-08-13
ALSA: hda: cs35l56: Remove redundant call to hda_cs_dsp_control_remove()
Richard Fitzgerald
2024-08-05
ALSA: hda: cs35l56: Stop creating ALSA controls for firmware coefficients
Simon Trimmer
2024-06-18
ALSA: hda: cs35l56: Perform firmware download in the background
Simon Trimmer
2024-06-18
ALSA: hda: hda_component: Move codec field into the parent
Simon Trimmer
2024-06-18
ALSA: hda: hda_component: Change codecs to use component parent structure
Simon Trimmer
2024-06-14
ALSA: hda: cs35l56: Component should be unbound before deconstruction
Simon Trimmer
2024-05-31
ALSA: hda: cs35l56: Fix lifecycle of codec pointer
Simon Trimmer
2024-05-08
ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance
Richard Fitzgerald
2024-04-08
ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot()
Richard Fitzgerald
2024-03-25
ALSA: hda: cs35l56: Set the init_done flag before component_add()
Simon Trimmer
2024-03-25
ALSA: hda: cs35l56: Raise device name message log level
Simon Trimmer
2024-03-11
Merge tag 'asoc-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
2024-03-08
ALSA: hda: cs35l56: Add support for CS35L54 and CS35L57
Simon Trimmer
2024-02-23
ALSA: hda: cs35l56: Apply amp calibration from EFI data
Richard Fitzgerald
2024-02-01
ALSA: hda: cs35l56: Remove unused test stub function
Richard Fitzgerald
2024-02-01
ALSA: hda: cs35l56: Firmware file must match the version of preloaded firmware
Richard Fitzgerald
2024-02-01
ALSA: hda: cs35l56: Fix filename string field layout
Richard Fitzgerald
2024-02-01
ALSA: hda: cs35l56: Fix order of searching for firmware files
Richard Fitzgerald
2024-02-01
ALSA: hda: cs35l56: Initialize all ASP1 registers
Richard Fitzgerald
2023-10-19
Merge branch 'for-linus' into for-next
Takashi Iwai
2023-09-19
ALSA: hda: cs35l56: Use the new RUNTIME_PM_OPS() macro
Richard Fitzgerald
2023-09-18
ALSA: hda: cirrus_scodec: Add KUnit test
Richard Fitzgerald
2023-09-18
ALSA: hda: cs35l56: Add support for speaker id
Richard Fitzgerald
2023-09-15
ALSA: hda: cs35l56: Fix missing RESET GPIO if _SUB is missing
Richard Fitzgerald
2023-09-14
ALSA: hda: cs35l56: Don't 'return ret' if ret is always zero
Richard Fitzgerald
2023-09-12
ALSA: hda: cs35l56: Call pm_runtime_dont_use_autosuspend()
Richard Fitzgerald
2023-08-01
ALSA: hda/cs35l56: Reject I2C alias addresses
Richard Fitzgerald
2023-08-01
ALSA: hda/cs35l56: Fail if .bin not found and firmware not patched
Richard Fitzgerald
2023-08-01
ALSA: hda/cs35l56: Do not download firmware over existing RAM firmware
Richard Fitzgerald
2023-08-01
ALSA: hda/cs35l56: cs_dsp_power_down() on cs35l56_hda_fw_load() error path
Richard Fitzgerald
2023-08-01
ALSA: hda/cs35l56: Call cs_dsp_power_down() before calling cs_dsp_remove()
Richard Fitzgerald
2023-08-01
ALSA: hda/cs35l56: Always power-up and start cs_dsp
Richard Fitzgerald
2023-08-01
ALSA: hda/cs35l56: Call cs_dsp_power_down() before reloading firmware
Richard Fitzgerald
2023-08-01
ALSA: hda/cs35l56: Do not mark cache dirty after REINIT
Richard Fitzgerald
2023-08-01
ALSA: hda/cs35l56: Complete firmware reboot before calling cs_dsp_run()
Richard Fitzgerald
2023-07-27
ALSA: hda/cs35l56: Do some clean up on probe error
Dan Carpenter
2023-07-23
ALSA: hda/cs35l56: Add driver for Cirrus Logic CS35L56 amplifier
Simon Trimmer