mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ALSA: hda - Correct info print in HDMI non-intrinsic unsol event
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>
This commit is contained in:
parent
9dd8cf125d
commit
e9ea8e8f22
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
int cp_ready = !!(res & AC_UNSOL_RES_CP_READY);
|
||||||
|
|
||||||
printk(KERN_INFO
|
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,
|
codec->addr,
|
||||||
tag,
|
tag,
|
||||||
subtag,
|
subtag,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue