ChangeSet 1.2181.25.1, 2005/03/22 08:54:10+01:00, [EMAIL PROTECTED]

        [ALSA] Fix ALC655/658/850 SPDIF playback route
        
        AC97 Codec
        Fix ALC655/658/850 IEC958 (SPDIF) playback route control.
        
        Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>



 ac97_patch.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c
--- a/sound/pci/ac97/ac97_patch.c       2005-03-30 16:09:10 -08:00
+++ b/sound/pci/ac97/ac97_patch.c       2005-03-30 16:09:10 -08:00
@@ -1728,7 +1728,7 @@
        ac97_t *ac97 = snd_kcontrol_chip(kcontrol);
 
        return ac97_update_bits_page(ac97, AC97_ALC650_MULTICH, 3 << 12,
-                                    (unsigned 
short)ucontrol->value.enumerated.item[0],
+                                    (unsigned 
short)ucontrol->value.enumerated.item[0] << 12,
                                     0);
 }
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to