Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/line6/
Dcapture.h20 extern struct snd_pcm_ops snd_line6_capture_ops;
Dcapture.c393 struct snd_pcm_ops snd_line6_capture_ops = { variable
Dpcm.c359 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &snd_line6_capture_ops); in snd_line6_new_pcm()