Index: alsa-kernel/pci/ac97/ac97_patch.c =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/ac97/ac97_patch.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- alsa-kernel/pci/ac97/ac97_patch.c 30 May 2004 16:15:41 -0000 1.52 +++ alsa-kernel/pci/ac97/ac97_patch.c 23 Jun 2004 22:15:50 -0000 1.53 @@ -410,6 +410,7 @@ unsigned int codec72, codec6c; ac97->build_ops = &patch_sigmatel_stac9708_ops; + ac97->caps |= 0x10; /* HP (sigmatel surround) support */ codec72 = snd_ac97_read(ac97, AC97_SIGMATEL_BIAS2) & 0x8000; codec6c = snd_ac97_read(ac97, AC97_SIGMATEL_ANALOG);