Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/aw2/
Daw2-alsa.c76 struct aw2_pcm_device { struct
95 struct aw2_pcm_device device_playback[NB_STREAM_PLAYBACK]; argument
96 struct aw2_pcm_device device_capture[NB_STREAM_CAPTURE];
431 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_prepare_playback()
460 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_prepare_capture()
491 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_trigger_playback()
517 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_trigger_capture()
542 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_pointer_playback()
561 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_pointer_capture()
582 struct aw2_pcm_device *pcm_device; in snd_aw2_new_pcm()