Home
last modified time | relevance | path

Searched refs:pcm_capture_hw_free (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/firewire/tascam/
Dtascam-pcm.c155 static int pcm_capture_hw_free(struct snd_pcm_substream *substream) in pcm_capture_hw_free() function
276 .hw_free = pcm_capture_hw_free,
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-pcm.c214 static int pcm_capture_hw_free(struct snd_pcm_substream *substream) in pcm_capture_hw_free() function
337 .hw_free = pcm_capture_hw_free,
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_pcm.c280 static int pcm_capture_hw_free(struct snd_pcm_substream *substream) in pcm_capture_hw_free() function
379 .hw_free = pcm_capture_hw_free,
/linux-4.4.14/sound/firewire/bebob/
Dbebob_pcm.c249 pcm_capture_hw_free(struct snd_pcm_substream *substream) in pcm_capture_hw_free() function
355 .hw_free = pcm_capture_hw_free,
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-pcm.c273 static int pcm_capture_hw_free(struct snd_pcm_substream *substream) in pcm_capture_hw_free() function
396 .hw_free = pcm_capture_hw_free, in snd_oxfw_create_pcm()