[alsa-devel] [RFC 04/11] ALSA: hda: corrected snd_hdac_stream_init() declaration

Subhransu S. Prusty subhransu.s.prusty at intel.com
Sun Apr 12 14:36:11 CEST 2015


From: Jeeja KP <jeeja.kp at intel.com>

Corrected snd_hdac_stream_init() declaration in header file.

Signed-off-by: Jeeja KP <jeeja.kp at intel.com>
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty at intel.com>
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
---
 include/sound/hdaudio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h
index 247c4a7..bffb2a9 100644
--- a/include/sound/hdaudio.h
+++ b/include/sound/hdaudio.h
@@ -340,7 +340,7 @@ struct hdac_stream {
 	struct mutex dsp_mutex;
 };
 
-void snd_hdac_bus_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev,
+void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev,
 			      int idx, int direction, int tag);
 struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus,
 					   struct snd_pcm_substream *substream);
-- 
1.9.0



More information about the Alsa-devel mailing list