aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorJeeja KP <jeeja.kp@intel.com>2015-04-12 08:36:13 -0400
committerTakashi Iwai <tiwai@suse.de>2015-04-16 01:31:22 -0400
commit304dad30388d017544bc2e90fe4fefcca94263d3 (patch)
treec94c06f160acc78ea28168e4238efedd4e0c77f8 /include/sound
parent8f3f600b52b100f254fc16a60af1261d2e4dc239 (diff)
ALSA: hda - moved alloc/free stream pages function to controller library
Moved azx_alloc_stream_pages and azx_free_stream_pages to controller library. Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/hdaudio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h
index 69f27bc49eb4..59d21848a472 100644
--- a/include/sound/hdaudio.h
+++ b/include/sound/hdaudio.h
@@ -314,6 +314,9 @@ void snd_hdac_bus_handle_stream_irq(struct hdac_bus *bus, unsigned int status,
314 void (*ack)(struct hdac_bus *, 314 void (*ack)(struct hdac_bus *,
315 struct hdac_stream *)); 315 struct hdac_stream *));
316 316
317int snd_hdac_bus_alloc_stream_pages(struct hdac_bus *bus);
318void snd_hdac_bus_free_stream_pages(struct hdac_bus *bus);
319
317/* 320/*
318 * macros for easy use 321 * macros for easy use
319 */ 322 */