diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-08-21 07:00:13 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-25 03:57:18 -0400 |
commit | 77a23f2695bb2de0cd74599400dc55109c531b72 (patch) | |
tree | 4960195e04016928dea83deb85e0f3bf97024a8a /sound/core | |
parent | 46480b3a5f88f20dbf25d95fe74d7b4798d5bc86 (diff) |
ALSA: Clean up SG-buffer helper functions and macros
Clean up SG-buffer helper functions and macros. Helpers take substream
as arguments now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/memalloc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/core/memalloc.c b/sound/core/memalloc.c index 4a649976cc8a..f0c3b1d6da81 100644 --- a/sound/core/memalloc.c +++ b/sound/core/memalloc.c | |||
@@ -46,14 +46,6 @@ MODULE_LICENSE("GPL"); | |||
46 | /* | 46 | /* |
47 | */ | 47 | */ |
48 | 48 | ||
49 | void *snd_malloc_sgbuf_pages(struct device *device, | ||
50 | size_t size, struct snd_dma_buffer *dmab, | ||
51 | size_t *res_size); | ||
52 | int snd_free_sgbuf_pages(struct snd_dma_buffer *dmab); | ||
53 | |||
54 | /* | ||
55 | */ | ||
56 | |||
57 | static DEFINE_MUTEX(list_mutex); | 49 | static DEFINE_MUTEX(list_mutex); |
58 | static LIST_HEAD(mem_list_head); | 50 | static LIST_HEAD(mem_list_head); |
59 | 51 | ||