lkml.org 
[lkml]   [2011]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[04/55] ALSA: hda - VIA: Fix invalid A-A path volume adjust issue
    2.6.37-stable review patch.  If anyone has any objections, please let us know.

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

    From: Lydia Wang <lydiawang@viatech.com.cn>

    commit 169222813eec8403c76394fb7b35ecab98e3c607 upstream.

    Modify vt_auto_create_analog_input_ctls() function to fix invalid a-a path
    volume adjust issue for VT1708S, VT1702 and VT1716S codecs.

    Signed-off-by: Lydia Wang <lydiawang@viatech.com.cn>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    sound/pci/hda/patch_via.c | 9 ++++++++-
    1 file changed, 8 insertions(+), 1 deletion(-)

    --- a/sound/pci/hda/patch_via.c
    +++ b/sound/pci/hda/patch_via.c
    @@ -2455,7 +2455,14 @@ static int vt_auto_create_analog_input_c
    else
    type_idx = 0;
    label = hda_get_autocfg_input_label(codec, cfg, i);
    - err = via_new_analog_input(spec, label, type_idx, idx, cap_nid);
    + if (spec->codec_type == VT1708S ||
    + spec->codec_type == VT1702 ||
    + spec->codec_type == VT1716S)
    + err = via_new_analog_input(spec, label, type_idx,
    + idx+1, cap_nid);
    + else
    + err = via_new_analog_input(spec, label, type_idx,
    + idx, cap_nid);
    if (err < 0)
    return err;
    snd_hda_add_imux_item(imux, label, idx, NULL);



    \
     
     \ /
      Last update: 2011-03-26 01:35    [W:4.209 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site