[alsa-cvslog] CVS: alsa-kernel/isa/gus gus_pcm.c,1.16,1.17
Update of /cvsroot/alsa/alsa-kernel/isa/gus In directory sc8-pr-cvs1:/tmp/cvs-serv31538 Modified Files: gus_pcm.c Log Message: Omited to remove old code Index: gus_pcm.c === RCS file: /cvsroot/alsa/alsa-kernel/isa/gus/gus_pcm.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gus_pcm.c 17 Nov 2003 09:25:18 - 1.16 +++ gus_pcm.c 17 Nov 2003 10:23:40 - 1.17 @@ -893,7 +893,7 @@ kctl = snd_ctl_new1(&snd_gf1_pcm_volume_control1, gus); else kctl = snd_ctl_new1(&snd_gf1_pcm_volume_control, gus); - if ((err = snd_ctl_add(card, kctl = snd_ctl_new1(&snd_gf1_pcm_volume_control, gus))) < 0) + if ((err = snd_ctl_add(card, kctl)) < 0) return err; kctl->id.index = control_index; --- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver/pci/au88x0 au8810_core.c,1.1,1.2 au8810_eq.c,1.1,1.2 au8810_game.c,1.1,1.2 au8810_mixer.c,1.1,1.2 au8810_mpu401.c,1.1,1.2 au8810_pcm.c,1.1,1.2 au8820_core.c,1.1,1.2 au8820_game.c,1.1,1.2 au8820_mixer.c,1.1,1.2 au8820_mpu401.c,1.1,1.2 au8820_pcm.c,1.1,1.2 au8820_synth.c,1.1,1.2 au8830_core.c,1.1,1.2 au8830_eq.c,1.1,1.2 au8830_game.c,1.1,1.2 au8830_mixer.c,1.1,1.2 au8830_mpu401.c,1.1,1.2 au8830_pcm.c,1.1,1.2 au8830_synth.c,1.1,1.2 au88x0.c,1.1,1.2 au88x0.h,1.1,1.2
Update of /cvsroot/alsa/alsa-driver/pci/au88x0 In directory sc8-pr-cvs1:/tmp/cvs-serv1034 Modified Files: au8810_core.c au8810_eq.c au8810_game.c au8810_mixer.c au8810_mpu401.c au8810_pcm.c au8820_core.c au8820_game.c au8820_mixer.c au8820_mpu401.c au8820_pcm.c au8820_synth.c au8830_core.c au8830_eq.c au8830_game.c au8830_mixer.c au8830_mpu401.c au8830_pcm.c au8830_synth.c au88x0.c au88x0.h Log Message: - (hopefully) fixed the compilation on 2.2 kernels. . avoid pci_request_regions() and pci_release_regions(). . added __NO_VERSION__. - unmap the memory area at the release. Index: au8810_core.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8810_core.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- au8810_core.c 6 Oct 2003 14:01:03 - 1.1 +++ au8810_core.c 17 Nov 2003 18:27:28 - 1.2 @@ -1,2 +1,3 @@ +#define __NO_VERSION__ #include "au8810.h" #include "au88x0_core.c" Index: au8810_eq.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8810_eq.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- au8810_eq.c 6 Oct 2003 14:01:03 - 1.1 +++ au8810_eq.c 17 Nov 2003 18:27:28 - 1.2 @@ -1,2 +1,3 @@ +#define __NO_VERSION__ #include "au8810.h" #include "au88x0_eq.c" Index: au8810_game.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8810_game.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- au8810_game.c 6 Oct 2003 14:01:03 - 1.1 +++ au8810_game.c 17 Nov 2003 18:27:28 - 1.2 @@ -1,2 +1,3 @@ +#define __NO_VERSION__ #include "au8810.h" #include "au88x0_game.c" Index: au8810_mixer.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8810_mixer.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- au8810_mixer.c 6 Oct 2003 14:01:03 - 1.1 +++ au8810_mixer.c 17 Nov 2003 18:27:28 - 1.2 @@ -1,2 +1,3 @@ +#define __NO_VERSION__ #include "au8810.h" #include "au88x0_mixer.c" Index: au8810_mpu401.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8810_mpu401.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- au8810_mpu401.c 6 Oct 2003 14:01:03 - 1.1 +++ au8810_mpu401.c 17 Nov 2003 18:27:28 - 1.2 @@ -1,2 +1,3 @@ +#define __NO_VERSION__ #include "au8810.h" #include "au88x0_mpu401.c" Index: au8810_pcm.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8810_pcm.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- au8810_pcm.c6 Oct 2003 14:01:03 - 1.1 +++ au8810_pcm.c17 Nov 2003 18:27:28 - 1.2 @@ -1,2 +1,3 @@ +#define __NO_VERSION__ #include "au8810.h" #include "au88x0_pcm.c" Index: au8820_core.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8820_core.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- au8820_core.c 6 Oct 2003 14:01:03 - 1.1 +++ au8820_core.c 17 Nov 2003 18:27:28 - 1.2 @@ -1,2 +1,3 @@ +#define __NO_VERSION__ #include "au8820.h" #include "au88x0_core.c" Index: au8820_game.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8820_game.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- au8820_game.c 6 Oct 2003 14:01:03 - 1.1 +++ au8820_game.c 17 Nov 2003 18:27:28 - 1.2 @@ -1,2 +1,3 @@ +#define __NO_VERSION__ #include "au8820.h" #include "au88x0_game.c" Index: au8820_mixer.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8820_mixer.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- au8820_mixer.c 6 Oct 2003 14:01:03 - 1.1 +++ au8820_mixer.c 17 Nov 2003 18:27:28 - 1.2 @@ -1,2 +1,3 @@ +#define __NO_VERSION__ #include "au8820.h" #include "au88x0_mixer.c" Index: au8820_mpu401.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au8820_mpu401.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- au8820_mpu401.c 6 Oct 2003 14:01:03 - 1.1 +++ au8820_mpu401.c 17 Nov 2003 18:27:28 - 1.2 @@ -1,2 +1,3 @@ +#define __NO_VERSION__ #include "au8820.h" #include "au88x0_mpu401.c" Index: au8820_pcm.c === RCS fi
[alsa-cvslog] CVS: alsa-driver/acore pci_compat_22.c,1.4,1.5
Update of /cvsroot/alsa/alsa-driver/acore In directory sc8-pr-cvs1:/tmp/cvs-serv1773/acore Modified Files: pci_compat_22.c Log Message: - added pci_disable_device() wrapper for 2.2 kernels. Index: pci_compat_22.c === RCS file: /cvsroot/alsa/alsa-driver/acore/pci_compat_22.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pci_compat_22.c 11 Aug 2003 12:51:27 - 1.4 +++ pci_compat_22.c 17 Nov 2003 18:31:41 - 1.5 @@ -262,6 +262,17 @@ return 0; } +void snd_pci_compat_disable_device(struct pci_dev *dev) +{ + u16 pci_command; + + pci_read_config_word(dev, PCI_COMMAND, &pci_command); + if (pci_command & PCI_COMMAND_MASTER) { + pci_command &= ~PCI_COMMAND_MASTER; + pci_write_config_word(dev, PCI_COMMAND, pci_command); + } +} + int snd_pci_compat_find_capability(struct pci_dev *dev, int cap) { u16 status; --- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-driver/include compat_22.h,1.51,1.52
Update of /cvsroot/alsa/alsa-driver/include In directory sc8-pr-cvs1:/tmp/cvs-serv1773/include Modified Files: compat_22.h Log Message: - added pci_disable_device() wrapper for 2.2 kernels. Index: compat_22.h === RCS file: /cvsroot/alsa/alsa-driver/include/compat_22.h,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- compat_22.h 24 Sep 2003 16:40:48 - 1.51 +++ compat_22.h 17 Nov 2003 18:31:42 - 1.52 @@ -212,6 +212,7 @@ #undef pci_enable_device #define pci_enable_device snd_pci_compat_enable_device +#define pci_disable_device snd_pci_compat_disable_device #define pci_register_driver snd_pci_compat_register_driver #define pci_unregister_driver snd_pci_compat_unregister_driver #define pci_set_power_state snd_pci_compat_set_power_state @@ -274,6 +275,7 @@ int snd_pci_compat_get_flags (struct pci_dev *dev, int n_base); int snd_pci_compat_set_power_state(struct pci_dev *dev, int new_state); int snd_pci_compat_enable_device(struct pci_dev *dev); +void snd_pci_compat_disable_device(struct pci_dev *dev); int snd_pci_compat_find_capability(struct pci_dev *dev, int cap); void *snd_pci_compat_alloc_consistent(struct pci_dev *, long, dma_addr_t *); void snd_pci_compat_free_consistent(struct pci_dev *, long, void *, dma_addr_t); --- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-utils/alsaconf alsaconf.in,1.3,1.4
Update of /cvsroot/alsa/alsa-utils/alsaconf In directory sc8-pr-cvs1:/tmp/cvs-serv2027/alsaconf Modified Files: alsaconf.in Log Message: - removed experimental codes. Index: alsaconf.in === RCS file: /cvsroot/alsa/alsa-utils/alsaconf/alsaconf.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- alsaconf.in 14 Nov 2003 16:22:25 - 1.3 +++ alsaconf.in 17 Nov 2003 18:32:52 - 1.4 @@ -419,16 +419,6 @@ echo "ISAPNP: $id1$dev1=$id2$dev2" fi done < $MODDIR/modules.isapnpmap >> $1 - -while read driver id dev devs; do - if expr $driver : 'snd-.*' >/dev/null ; then - if [ "$last_driver" != "$driver" ]; then - echo $driver.o - last_driver=$driver - fi - echo "ISAPNP: $id=$dev" - fi -done < $MODDIR/modules.pnpmap >> $1 } # --- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog
[alsa-cvslog] CVS: alsa-tools/usx2yloader Makefile.am,1.2,1.3
Update of /cvsroot/alsa/alsa-tools/usx2yloader In directory sc8-pr-cvs1:/tmp/cvs-serv2258/usx2yloader Modified Files: Makefile.am Log Message: - added missing hotplug files to EXTRA_DIST. Index: Makefile.am === RCS file: /cvsroot/alsa/alsa-tools/usx2yloader/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 23 Sep 2003 14:16:23 - 1.2 +++ Makefile.am 17 Nov 2003 18:34:06 - 1.3 @@ -9,7 +9,7 @@ usx2yloader_SOURCES = usx2yloader.c -EXTRA_DIST = depcomp +EXTRA_DIST = depcomp tascam_fw.usermap tascam_fw tascam_fpga hotplug_files = tascam_fw.usermap tascam_fw tascam_fpga hotplugdir = /etc/hotplug/usb --- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl ___ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog