Home
last modified time | relevance | path

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

/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_pcm.c268 static int pcm_capture_hw_free(struct snd_pcm_substream *substream) in pcm_capture_hw_free() function
367 .hw_free = pcm_capture_hw_free,
/linux-4.1.27/sound/firewire/bebob/
Dbebob_pcm.c237 pcm_capture_hw_free(struct snd_pcm_substream *substream) in pcm_capture_hw_free() function
343 .hw_free = pcm_capture_hw_free,
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-pcm.c264 static int pcm_capture_hw_free(struct snd_pcm_substream *substream) in pcm_capture_hw_free() function
387 .hw_free = pcm_capture_hw_free, in snd_oxfw_create_pcm()