[alsa-devel] [PATCH 1/1] ICE1712/24 - Change the Multi Track Peak control (level meters) from MIXER to PCM type

Takashi Iwai tiwai at suse.de
Tue Oct 6 14:57:22 CEST 2009


At Tue,  6 Oct 2009 14:47:53 +0200,
pavel.hofman at ivitera.com wrote:
> 
> From: pavel <pavel at insite.cz>
> 
> * The "Multi Track Peak" control is a read-only level meters indicator.
> * The control is VERY confusing to most users since it is currently displayed
>   in regular mixers. E.g. alsamixer ignores its read-only status
>   and allows changing the levels with keys which makes no sense.

Please add a description that this change requires the update of
envy24control for ice1712.  This is actually a kind of ABI change.


thanks,

Takashi

> Signed-off-by: Pavel Hofman <pavel.hofman at ivitera.com>
> 
> diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c
> index 56d8d67..c7cff6f 100644
> --- a/sound/pci/ice1712/ice1712.c
> +++ b/sound/pci/ice1712/ice1712.c
> @@ -2269,7 +2269,7 @@ static int snd_ice1712_pro_peak_get(struct snd_kcontrol *kcontrol,
>  }
>  
>  static struct snd_kcontrol_new snd_ice1712_mixer_pro_peak __devinitdata = {
> -	.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
> +	.iface = SNDRV_CTL_ELEM_IFACE_PCM,
>  	.name = "Multi Track Peak",
>  	.access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE,
>  	.info = snd_ice1712_pro_peak_info,
> diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c
> index 3896fb9..28ca8a4 100644
> --- a/sound/pci/ice1712/ice1724.c
> +++ b/sound/pci/ice1712/ice1724.c
> @@ -2160,7 +2160,7 @@ static int snd_vt1724_pro_peak_get(struct snd_kcontrol *kcontrol,
>  }
>  
>  static struct snd_kcontrol_new snd_vt1724_mixer_pro_peak __devinitdata = {
> -	.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
> +	.iface = SNDRV_CTL_ELEM_IFACE_PCM,
>  	.name = "Multi Track Peak",
>  	.access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE,
>  	.info = snd_vt1724_pro_peak_info,
> -- 
> 1.5.4.3
> 


More information about the Alsa-devel mailing list