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