Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/line6/
Dcapture.h22 extern int line6_alloc_capture_buffer(struct snd_line6_pcm *line6pcm);
Dcapture.c196 int line6_alloc_capture_buffer(struct snd_line6_pcm *line6pcm) in line6_alloc_capture_buffer() function
345 ret = line6_alloc_capture_buffer(line6pcm); in snd_line6_capture_hw_params()
Dpcm.c114 err = line6_alloc_capture_buffer(line6pcm); in line6_pcm_start()