--------------------- PatchSet 3165 Date: 2005/05/10 14:50:31 Author: cladisch Branch: HEAD Tag: (none) Log: Summary: ac97 - enable multichannel output on AD198x codecs The code for AD1980/AD1985/AD1986 codecs forgot to enable the code to switch the jack sharing bits on AD1888-compatible codecs. Members: pci/ac97/ac97_patch.c:1.81->1.82 Index: /sound/pci/ac97/ac97_patch.c diff -u /sound/pci/ac97/ac97_patch.c.old /sound/pci/ac97/ac97_patch.c --- /sound/pci/ac97/ac97_patch.c.old Tue May 10 06:48:37 2005 +++ /sound/pci/ac97/ac97_patch.c Tue May 10 06:50:31 2005 @@ -1585,8 +1585,9 @@ .build_post_spdif = patch_ad198x_post_spdif, .build_specific = patch_ad1980_specific, #ifdef CONFIG_PM - .resume = ad18xx_resume + .resume = ad18xx_resume, #endif + .update_jacks = ad1888_update_jacks, }; int patch_ad1980(ac97_t * ac97) @@ -1614,8 +1615,9 @@ .build_post_spdif = patch_ad198x_post_spdif, .build_specific = patch_ad1985_specific, #ifdef CONFIG_PM - .resume = ad18xx_resume + .resume = ad18xx_resume, #endif + .update_jacks = ad1888_update_jacks, }; int patch_ad1985(ac97_t * ac97)