--------------------- PatchSet 3105 Date: 2005/04/10 15:43:35 Author: jcdutton Branch: HEAD Tag: (none) Log: Summary: Fix typo in speaker routing. Now sound comes from the correct speakers when using the p16v HD device. Members: pci/emu10k1/emu10k1_main.c:1.54->1.55 Index: /sound/pci/emu10k1/emu10k1_main.c diff -u /sound/pci/emu10k1/emu10k1_main.c.old /sound/pci/emu10k1/emu10k1_main.c --- /sound/pci/emu10k1/emu10k1_main.c.old Thu Apr 7 07:48:43 2005 +++ /sound/pci/emu10k1/emu10k1_main.c Sun Apr 10 07:43:35 2005 @@ -189,7 +189,7 @@ /* Enabled Phased (8-channel) P16V playback */ outl(0x0201, emu->port + HCFG2); /* Set playback routing. */ - snd_emu10k1_ptr_write(emu, CAPTURE_P16V_SOURCE, 0, 78e4); + snd_emu10k1_ptr20_write(emu, CAPTURE_P16V_SOURCE, 0, 0x78e4); } if (emu->audigy && (emu->serial == 0x10011102) ) { /* audigy2 Value */ /* Hacks for Alice3 to work independent of haP16V driver */