Re: [PATCH 1/1] ASoC: Fix the power update function for snd_soc_dapm_value_mux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Takashi Iwai <tiwai@xxxxxxx> [090116 11:16]:
> At Fri, 16 Jan 2009 09:48:06 +0200,
> Peter Ujfalusi wrote:
> > 
> > Modify the check for the mux type to also handle the
> > snd_soc_dapm_value_mux type in a same way as the snd_soc_dapm_mux.
> > 
> > Signed-off-by: Peter Ujfalusi <peter.ujfalusi@xxxxxxxxx>
> > Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
> 
> FYI, it's already in Linus tree.

Thanks, will get it on the next merge then.

Tony

> 
> 
> thanks,
> 
> Takashi
> 
> > ---
> >  sound/soc/soc-dapm.c |    3 ++-
> >  1 files changed, 2 insertions(+), 1 deletions(-)
> > 
> > diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
> > index 493a4e8..a2f1da8 100644
> > --- a/sound/soc/soc-dapm.c
> > +++ b/sound/soc/soc-dapm.c
> > @@ -720,7 +720,8 @@ static int dapm_mux_update_power(struct snd_soc_dapm_widget *widget,
> >  	struct snd_soc_dapm_path *path;
> >  	int found = 0;
> >  
> > -	if (widget->id != snd_soc_dapm_mux)
> > +	if (widget->id != snd_soc_dapm_mux &&
> > +	    widget->id != snd_soc_dapm_value_mux)
> >  		return -ENODEV;
> >  
> >  	if (!snd_soc_test_bits(widget->codec, e->reg, mask, val))
> > -- 
> > 1.6.1
> > 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux