Skip to content

Commit ba7053b

Browse files
Dorian Cruveillertiwai
authored andcommitted
ALSA: hda: Add driver properties for cs35l41 for Lenovo Legion Slim 7 Gen 8 serie
Add driver properties on 4 models of this laptop serie since they don't have _DSD in the ACPI table Signed-off-by: Dorian Cruveiller <doriancruveiller@gmail.com> Cc: <stable@vger.kernel.org> # v6.7 Link: https://lore.kernel.org/r/20231230114312.22118-1-doriancruveiller@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 99af5b1 commit ba7053b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sound/pci/hda/cs35l41_hda_property.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ static const struct cs35l41_config cs35l41_config_table[] = {
7171
{ "10431F12", 2, INTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 0, 1, -1, 1000, 4500, 24 },
7272
{ "10431F1F", 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, -1, 0, 0, 0, 0 },
7373
{ "10431F62", 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, 2, 0, 0, 0, 0 },
74+
{ "17AA38B4", 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 0, 1, -1, 0, 0, 0 },
75+
{ "17AA38B5", 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 0, 1, -1, 0, 0, 0 },
76+
{ "17AA38B6", 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 0, 1, -1, 0, 0, 0 },
77+
{ "17AA38B7", 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 0, 1, -1, 0, 0, 0 },
7478
{}
7579
};
7680

@@ -381,6 +385,10 @@ static const struct cs35l41_prop_model cs35l41_prop_model_table[] = {
381385
{ "CSC3551", "10431F12", generic_dsd_config },
382386
{ "CSC3551", "10431F1F", generic_dsd_config },
383387
{ "CSC3551", "10431F62", generic_dsd_config },
388+
{ "CSC3551", "17AA38B4", generic_dsd_config },
389+
{ "CSC3551", "17AA38B5", generic_dsd_config },
390+
{ "CSC3551", "17AA38B6", generic_dsd_config },
391+
{ "CSC3551", "17AA38B7", generic_dsd_config },
384392
{}
385393
};
386394

0 commit comments

Comments
 (0)