Commit 03bf11c9 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda/realtek - Comprehensive model list for ALC268

Add the missing entry for ALC268 model strings.
Only "spdif" was missing, and that's it.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent a26d96c7
...@@ -41,6 +41,8 @@ inv-dmic ...@@ -41,6 +41,8 @@ inv-dmic
Inverted internal mic workaround Inverted internal mic workaround
hp-eapd hp-eapd
Disable HP EAPD on NID 0x15 Disable HP EAPD on NID 0x15
spdif
Enable SPDIF output on NID 0x1e
ALC22x/23x/25x/269/27x/28x/29x (and vendor-specific ALC3xxx models) ALC22x/23x/25x/269/27x/28x/29x (and vendor-specific ALC3xxx models)
=================================================================== ===================================================================
......
...@@ -2688,6 +2688,7 @@ static const struct hda_fixup alc268_fixups[] = { ...@@ -2688,6 +2688,7 @@ static const struct hda_fixup alc268_fixups[] = {
static const struct hda_model_fixup alc268_fixup_models[] = { static const struct hda_model_fixup alc268_fixup_models[] = {
{.id = ALC268_FIXUP_INV_DMIC, .name = "inv-dmic"}, {.id = ALC268_FIXUP_INV_DMIC, .name = "inv-dmic"},
{.id = ALC268_FIXUP_HP_EAPD, .name = "hp-eapd"}, {.id = ALC268_FIXUP_HP_EAPD, .name = "hp-eapd"},
{.id = ALC268_FIXUP_SPDIF, .name = "spdif"},
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment