summaryrefslogtreecommitdiffstats
path: root/sound/hda/trace.h
Commit message (Collapse)AuthorAgeFilesLines
* ALSA: hda - add hdac stream traceLibin Yang2015-05-181-0/+27
| | | | | | | Add the trace of snd_hdac_stream_start and snd_hdac_stream_stop. Signed-off-by: Libin Yang <libin.yang@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: hda - Re-add tracepoints to HD-audio core driverTakashi Iwai2015-03-231-0/+62
Now let's take the basic tracepoints back to the HD-audio driver. The three bus tracepoints, hda_send_cmd, hda_get_response and hda_unsol_event are revived but in a slightly different form. Since we don't assign the card number there, print the bus device name instead. Signed-off-by: Takashi Iwai <tiwai@suse.de>