aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-04-21 18:33:12 +0200
committerTakashi Iwai <tiwai@suse.de>2009-04-21 18:33:12 +0200
commitdfed0ef9b3ff9e37903920b6938ed33344ad0b3d (patch)
treead68552828958407600b427464a13132828835d7 /sound/pci/hda/patch_realtek.c
parenta3b48c88f2d5a34c0e25aec0a3dab8069e5a9a72 (diff)
ALSA: hda - Fix a typo in debug print for realtek auto-detection
The NID and ASS numbers were swapped... 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index a6ec87a5c06..887712046c0 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,
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;
if ((ass >> 30) != 1) /* no physical connection */