Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/6fire/
Dpcm.c558 static const struct snd_pcm_ops pcm_ops = { variable
664 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in usb6fire_pcm_init()
665 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &pcm_ops); in usb6fire_pcm_init()
/Linux-v4.19/drivers/staging/most/sound/
Dsound.c450 static const struct snd_pcm_ops pcm_ops = { variable
622 snd_pcm_set_ops(pcm, direction, &pcm_ops); in audio_probe_channel()
/Linux-v4.19/sound/usb/hiface/
Dpcm.c516 static const struct snd_pcm_ops pcm_ops = { variable
621 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in hiface_pcm_init()
/Linux-v4.19/sound/soc/intel/atom/sst/
Dsst_drv_interface.c671 static struct sst_ops pcm_ops = { variable
704 .ops = &pcm_ops,