diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-08-09 08:22:44 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-08-09 08:24:17 -0400 |
commit | ecf726f5414489fe749477eb77d6cb12bb93c8bc (patch) | |
tree | 5dd0bea16d7b627091b16f295fc8f553ec266014 /sound/pci/hda/hda_codec.c | |
parent | d11b7fa3d5b6d4b3a730f563e7b14dfc859c40c6 (diff) |
ALSA: hda - Add tracepoint for unsolicited events
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index e105b653130d..2a8d447c8ed6 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -610,6 +610,7 @@ int snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex) | |||
610 | struct hda_bus_unsolicited *unsol; | 610 | struct hda_bus_unsolicited *unsol; |
611 | unsigned int wp; | 611 | unsigned int wp; |
612 | 612 | ||
613 | trace_hda_unsol_event(bus, res, res_ex); | ||
613 | unsol = bus->unsol; | 614 | unsol = bus->unsol; |
614 | if (!unsol) | 615 | if (!unsol) |
615 | return 0; | 616 | return 0; |