Home
last modified time | relevance | path

Searched refs:azx_pcm (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/sound/pci/hda/
Dhda_controller_trace.h58 DECLARE_EVENT_CLASS(azx_pcm,
74 DEFINE_EVENT(azx_pcm, azx_pcm_open,
79 DEFINE_EVENT(azx_pcm, azx_pcm_close,
84 DEFINE_EVENT(azx_pcm, azx_pcm_hw_params,
89 DEFINE_EVENT(azx_pcm, azx_pcm_prepare,
Dhda_controller.c58 struct azx_pcm *apcm = snd_pcm_substream_chip(substream); in to_hda_pcm_stream()
65 struct azx_pcm *apcm = snd_pcm_substream_chip(substream); in azx_adjust_codec_delay()
88 struct azx_pcm *apcm = snd_pcm_substream_chip(substream); in azx_pcm_close()
107 struct azx_pcm *apcm = snd_pcm_substream_chip(substream); in azx_pcm_hw_params()
132 struct azx_pcm *apcm = snd_pcm_substream_chip(substream); in azx_pcm_hw_free()
152 struct azx_pcm *apcm = snd_pcm_substream_chip(substream); in azx_pcm_prepare()
207 struct azx_pcm *apcm = snd_pcm_substream_chip(substream); in azx_pcm_trigger()
310 struct azx_pcm *apcm = snd_pcm_substream_chip(substream); in azx_get_position()
328 struct azx_pcm *apcm = snd_pcm_substream_chip(substream); in azx_pcm_pointer()
372 struct azx_pcm *apcm = snd_pcm_substream_chip(substream); in azx_get_sync_time()
[all …]
Dhda_controller.h85 struct azx_pcm { struct
Dhda_intel.c2010 struct azx_pcm *apcm = snd_pcm_substream_chip(substream); in pcm_mmap_prepare()