projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dd8cf1
)
ALSA: hda - Correct info print in HDMI non-intrinsic unsol event
author
Takashi Iwai
<tiwai@suse.de>
Thu, 21 Jun 2012 09:41:05 +0000
(11:41 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 21 Jun 2012 09:42:23 +0000
(11:42 +0200)
In the recent code, the value shown there is a tag number, and it's no
longer same as the pin nid. Correct the message to avoid confusion.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_hdmi.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_hdmi.c
b/sound/pci/hda/patch_hdmi.c
index 75ad1a10646b88a2f9b26dd94a6c98a3029a09a9..d6a8260a6f7459e010c670f62d875d1c1d593b7d 100644
(file)
--- a/
sound/pci/hda/patch_hdmi.c
+++ b/
sound/pci/hda/patch_hdmi.c
@@
-787,7
+787,7
@@
static void hdmi_non_intrinsic_event(struct hda_codec *codec, unsigned int res)
int cp_ready = !!(res & AC_UNSOL_RES_CP_READY);
printk(KERN_INFO
- "HDMI CP event: CODEC=%d
PIN
=%d SUBTAG=0x%x CP_STATE=%d CP_READY=%d\n",
+ "HDMI CP event: CODEC=%d
TAG
=%d SUBTAG=0x%x CP_STATE=%d CP_READY=%d\n",
codec->addr,
tag,
subtag,