Home
last modified time | relevance | path

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

/Linux-v5.10/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];
409 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_prepare_playback()
438 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_prepare_capture()
469 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_trigger_playback()
495 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_trigger_capture()
520 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_pointer_playback()
539 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_pointer_capture()
560 struct aw2_pcm_device *pcm_device; in snd_aw2_new_pcm()