Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/sound/alsa/soc/
Dplatform.txt46 struct snd_pcm_ops *pcm_ops;
/linux-3.4.99/drivers/staging/line6/
Dpcm.c408 static struct snd_device_ops pcm_ops = { in line6_init_pcm() local
489 err = snd_device_new(line6->card, SNDRV_DEV_PCM, line6, &pcm_ops); in line6_init_pcm()
/linux-3.4.99/sound/usb/6fire/
Dpcm.c551 static struct snd_pcm_ops pcm_ops = { variable
655 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcm_ops); in usb6fire_pcm_init()
656 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &pcm_ops); in usb6fire_pcm_init()