aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index ce6c3a9c08c0..49c04fc8b516 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -13164,6 +13164,8 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid,
13164 dac = 0x03; 13164 dac = 0x03;
13165 break; 13165 break;
13166 default: 13166 default:
13167 snd_printd(KERN_WARNING "hda_codec: "
13168 "ignoring pin 0x%x as unknown\n", nid);
13167 return 0; 13169 return 0;
13168 } 13170 }
13169 if (spec->multiout.dac_nids[0] != dac && 13171 if (spec->multiout.dac_nids[0] != dac &&