Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/line6/
H A Dcapture.h16 extern const struct snd_pcm_ops snd_line6_capture_ops;
H A Dcapture.c247 const struct snd_pcm_ops snd_line6_capture_ops = { variable
H A Dpcm.c494 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &snd_line6_capture_ops); in snd_line6_new_pcm()