mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
ALSA: hda - Fix a typo in patch_realtek.c again
The commmit dfed0ef9b3
was reverted
accidentally by the merge of auto-detection fix patch.
Fixed again now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
2a2ed0dfc9
commit
cb6605c1e4
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue