Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/sound/alsa/soc/
Dplatform.txt46 struct snd_pcm_ops *pcm_ops;
/linux-4.4.14/sound/usb/6fire/
Dpcm.c558 static struct snd_pcm_ops pcm_ops = { variable
663 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in usb6fire_pcm_init()
664 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &pcm_ops); in usb6fire_pcm_init()
/linux-4.4.14/sound/usb/hiface/
Dpcm.c514 static struct snd_pcm_ops pcm_ops = { variable
615 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in hiface_pcm_init()
/linux-4.4.14/drivers/staging/most/aim-sound/
Dsound.c460 static struct snd_pcm_ops pcm_ops = { variable
630 snd_pcm_set_ops(pcm, direction, &pcm_ops); in audio_probe_channel()
/linux-4.4.14/sound/soc/intel/atom/sst/
Dsst_drv_interface.c689 static struct sst_ops pcm_ops = { variable
722 .ops = &pcm_ops,