Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/usb/6fire/
H A Dpcm.c542 static const struct snd_pcm_ops pcm_ops = { variable
644 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in usb6fire_pcm_init()
645 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &pcm_ops); in usb6fire_pcm_init()
/OK3568_Linux_fs/kernel/sound/usb/hiface/
H A Dpcm.c498 static const struct snd_pcm_ops pcm_ops = { variable
598 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in hiface_pcm_init()
/OK3568_Linux_fs/kernel/drivers/staging/most/sound/
H A Dsound.c416 static const struct snd_pcm_ops pcm_ops = { variable
610 snd_pcm_set_ops(pcm, direction, &pcm_ops); in audio_probe_channel()
/OK3568_Linux_fs/kernel/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c660 static struct sst_ops pcm_ops = { variable
693 .ops = &pcm_ops,