Skip to content

Commit

Permalink
ALSA: hda - Fix a typo in patch_realtek.c again
Browse files Browse the repository at this point in the history
The commmit dfed0ef was reverted
accidentally by the merge of auto-detection fix patch.

Fixed again now.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Apr 28, 2009
1 parent 2a2ed0d commit cb6605c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ static int alc_subsystem_id(struct hda_codec *codec,
ass = snd_hda_codec_get_pincfg(codec, nid);
snd_printd("realtek: No valid SSID, "
"checking pincfg 0x%08x for NID 0x%x\n",
nid, ass);
ass, nid);
if (!(ass & 1) && !(ass & 0x100000))
return 0;
if ((ass >> 30) != 1) /* no physical connection */
Expand Down

0 comments on commit cb6605c

Please sign in to comment.