commit | e90576c5955c83cd7e8c191b47f70d1946015041 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 23 16:25:03 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jan 28 07:21:39 2015 +0100 |
tree | ad2fe83b3cf4f2da9ab89bb44c81d66fb37a5a5b | |
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>