summaryrefslogtreecommitdiff
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2018-06-26 16:56:41 +0200
committerTakashi Iwai <tiwai@suse.de>2018-06-26 18:07:28 +0200
commit03bf11c934c3ced43aa9be3cfb93962ab15d737b (patch)
tree2f793547bf8d220fa76c669393fa92d54b24dd67 /sound/pci/hda/patch_realtek.c
parenta26d96c7802e09473d5997791829774ba4f7e867 (diff)
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: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index a0828befe62a..74540e0fa19d 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -2688,6 +2688,7 @@ static const struct hda_fixup alc268_fixups[] = {
static const struct hda_model_fixup alc268_fixup_models[] = {
{.id = ALC268_FIXUP_INV_DMIC, .name = "inv-dmic"},
{.id = ALC268_FIXUP_HP_EAPD, .name = "hp-eapd"},
+ {.id = ALC268_FIXUP_SPDIF, .name = "spdif"},
{}
};