diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-04-28 07:03:19 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-04-28 07:03:19 -0400 |
commit | cb6605c1e4d2a2eaffdde433fbfe1567ca688458 (patch) | |
tree | 221b778553b5e497926d7fc7f394a62c2a4acf87 /sound/pci/hda/patch_realtek.c | |
parent | 2a2ed0dfc9ec44a899c7d4672f73f2c045099118 (diff) |
ALSA: hda - Fix a typo in patch_realtek.c again
The commmit dfed0ef9b3ff9e37903920b6938ed33344ad0b3d was reverted
accidentally by the merge of auto-detection fix patch.
Fixed again now.
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.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 96475dc95fbb..3e7207b927c8 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -1151,7 +1151,7 @@ static int alc_subsystem_id(struct hda_codec *codec, | |||
1151 | ass = snd_hda_codec_get_pincfg(codec, nid); | 1151 | ass = snd_hda_codec_get_pincfg(codec, nid); |
1152 | snd_printd("realtek: No valid SSID, " | 1152 | snd_printd("realtek: No valid SSID, " |
1153 | "checking pincfg 0x%08x for NID 0x%x\n", | 1153 | "checking pincfg 0x%08x for NID 0x%x\n", |
1154 | nid, ass); | 1154 | ass, nid); |
1155 | if (!(ass & 1) && !(ass & 0x100000)) | 1155 | if (!(ass & 1) && !(ass & 0x100000)) |
1156 | return 0; | 1156 | return 0; |
1157 | if ((ass >> 30) != 1) /* no physical connection */ | 1157 | if ((ass >> 30) != 1) /* no physical connection */ |