lkml.org 
[lkml]   [2012]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[ 054/262] ALSA: hda - Fix missing Master volume for STAC9200/925x
    Date
    From: Greg KH <gregkh@linuxfoundation.org>

    3.5-stable review patch. If anyone has any objections, please let me know.

    ------------------

    From: Takashi Iwai <tiwai@suse.de>

    commit ab548d2dba63ba947287965e525cc02a15d9853d upstream.

    With the commit [2faa3bf: ALSA: hda - Rewrite the mute-LED hook with
    vmaster hook in patch_sigmatel.c], the former Master volume control
    was converted to PCM. This was supposed to be covered by the vmaster
    control. But due to the lack of "PCM" slave definition, this didn't
    happen properly. The patch fixes the missing entry.

    Reported-by: Andrew Shadura <bugzilla@tut.by>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    sound/pci/hda/patch_sigmatel.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/sound/pci/hda/patch_sigmatel.c
    +++ b/sound/pci/hda/patch_sigmatel.c
    @@ -1075,7 +1075,7 @@ static struct snd_kcontrol_new stac_smux

    static const char * const slave_pfxs[] = {
    "Front", "Surround", "Center", "LFE", "Side",
    - "Headphone", "Speaker", "IEC958",
    + "Headphone", "Speaker", "IEC958", "PCM",
    NULL
    };




    \
     
     \ /
      Last update: 2012-09-28 22:41    [W:3.214 / U:0.160 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site