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

Takashi Iwai tiwai at suse.de
Mon Apr 13 13:52:23 CEST 2015


At Sun, 12 Apr 2015 18:06:11 +0530,
Subhransu S. Prusty wrote:
> 
> 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);

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.


thanks,

Takashi


More information about the Alsa-devel mailing list