]> Git Repo - linux.git/commit
ALSA: hda: cs35l41: Stop creating ALSA Controls for firmware coefficients
authorStefan Binding <[email protected]>
Thu, 1 Aug 2024 15:50:44 +0000 (16:50 +0100)
committerTakashi Iwai <[email protected]>
Mon, 5 Aug 2024 07:49:37 +0000 (09:49 +0200)
commit312c04cee408a8448ec8b639fe7f0434017d7161
tree608b6d9af281e09f3bc7950207f2d0a004d0b13b
parent34e1b1bb73244219b3b3e24911e56c6e7b2b679e
ALSA: hda: cs35l41: Stop creating ALSA Controls for firmware coefficients

When the CS35L41 loads its firmware, it has a number of controls to
affect its behaviour. Currently, these controls are exposed as ALSA
Controls.

These controls were never intended to be exposed to users but the
firmware doesn't mark them hidden, so make the driver ignore them.

Any changes in the coefficients handled by these controls needs to
be matched to the individual system by SSID, which is already handled
using the tuning file, when firmware is loaded, so UCM should not be
setting these controls anyway.

Signed-off-by: Stefan Binding <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/hda/cs35l41_hda.c
This page took 0.053166 seconds and 4 git commands to generate.