On Mon, Apr 13, 2015 at 01:52:23PM +0200, Takashi Iwai wrote:
At Sun, 12 Apr 2015 18:06:11 +0530, Subhransu S. Prusty wrote:
From: Jeeja KP jeeja.kp@intel.com
Corrected snd_hdac_stream_init() declaration in header file.
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
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);
I suppose you're referring to the code in topic/hda-dev2 branch of sound-unstable git tree? Then I'll fold the fix into it.
Yes all the code is based on 7 patches you had posted plus the patch series V3 I had sent (which is based on hda-dev2). Please do fold this up and push updated barcnh for me so that I cna rebase these