diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index a6ec87a5c066..887712046c00 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -1026,7 +1026,7 @@ static void alc_subsystem_id(struct hda_codec *codec, | |||
1026 | ass = snd_hda_codec_get_pincfg(codec, nid); | 1026 | ass = snd_hda_codec_get_pincfg(codec, nid); |
1027 | snd_printd("realtek: No valid SSID, " | 1027 | snd_printd("realtek: No valid SSID, " |
1028 | "checking pincfg 0x%08x for NID 0x%x\n", | 1028 | "checking pincfg 0x%08x for NID 0x%x\n", |
1029 | nid, ass); | 1029 | ass, nid); |
1030 | if (!(ass & 1) && !(ass & 0x100000)) | 1030 | if (!(ass & 1) && !(ass & 0x100000)) |
1031 | return; | 1031 | return; |
1032 | if ((ass >> 30) != 1) /* no physical connection */ | 1032 | if ((ass >> 30) != 1) /* no physical connection */ |