projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a2ed0d
)
ALSA: hda - Fix a typo in patch_realtek.c again
author
Takashi Iwai
<tiwai@suse.de>
Tue, 28 Apr 2009 11:03:19 +0000
(13:03 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 28 Apr 2009 11:03:19 +0000
(13:03 +0200)
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>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index
96475dc
..
3e7207b
100644
(file)
--- 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,
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 */