Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/aw2/
H A 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];
346 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_prepare_playback()
375 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_prepare_capture()
406 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_trigger_playback()
432 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_trigger_capture()
457 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_pointer_playback()
476 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream); in snd_aw2_pcm_pointer_capture()
497 struct aw2_pcm_device *pcm_device; in snd_aw2_new_pcm()