Re: [PATCH] ALSA: hda/cs8409: Add quirk for CDB35L56-FOUR-HD
From: Takashi Iwai
Date: Tue Jan 13 2026 - 07:25:44 EST
On Mon, 12 Jan 2026 15:28:50 +0100,
Richard Fitzgerald wrote:
>
> From: Simon Trimmer <simont@xxxxxxxxxxxxxxxxxxxxx>
>
> Adds quirkiness for the Cirrus Logic CDB35L56-FOUR-HD board.
> The quirk must be forced by model name "CDB35L56-FOUR-HD"
> because there isn't a unique SSID that can be used. For example
> in /etc/modprobe.d:
>
> options snd-hda-intel model="CDB35L56-FOUR-HD"
>
> The CDB35L56-FOUR-HD is not a complete PC. It is an add-on audio
> board that requires a host system and replaces the normal HDA codec
> on the host. Because of this there isn't an SSID that uniquely
> identifies this configuration. Also, the usual host board is an
> Aaeon UpXtreme, which doesn't have a unique SSID.
>
> Because of this, the quirk must be forced by a module param.
> This is acceptable because it is a development board, not an
> end-user system, so there is no need for it to be detected
> automatically.
>
> Signed-off-by: Simon Trimmer <simont@xxxxxxxxxxxxxxxxxxxxx>
> Co-developed-by: Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx>
Applied to for-next branch now. Thanks.
Takashi