diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-23 16:25:03 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-28 07:21:39 +0100 |
commit | e90576c5955c83cd7e8c191b47f70d1946015041 (patch) | |
tree | ad2fe83b3cf4f2da9ab89bb44c81d66fb37a5a5b /sound/usb/line6/playback.h | |
parent | ccaac9ed79c6051733f781a1cd639d488696f512 (diff) |
ALSA: line6: Consolidate PCM stream buffer allocation and free
The PCM stream buffer allocation and free are identical for both
playback and capture streams. Provide single helper functions.
These are used only in pcm.c, thus they can be even static.
Tested-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/playback.h')
-rw-r--r-- | sound/usb/line6/playback.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/line6/playback.h b/sound/usb/line6/playback.h index 52a278353d3b..f6a9e18f87b6 100644 --- a/sound/usb/line6/playback.h +++ b/sound/usb/line6/playback.h @@ -30,7 +30,6 @@ extern struct snd_pcm_ops snd_line6_playback_ops; extern int line6_create_audio_out_urbs(struct snd_line6_pcm *line6pcm); -extern void line6_free_playback_buffer(struct snd_line6_pcm *line6pcm); extern int line6_submit_audio_out_all_urbs(struct snd_line6_pcm *line6pcm); extern int snd_line6_playback_trigger(struct snd_line6_pcm *line6pcm, int cmd); |