[alsa-cvslog] CVS: alsa-lib/src/pcm/scopes .cvsignore,1.1,1.2

2002-10-09 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-lib/src/pcm/scopes In directory usw-pr-cvs1:/tmp/cvs-serv11939 Modified Files: .cvsignore Log Message: added files for the new auto-tools. Index: .cvsignore === RCS file:

[alsa-cvslog] CVS: alsa-kernel/core hwdep.c,1.12,1.13 rawmidi.c,1.20,1.21

2002-10-14 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core In directory usw-pr-cvs1:/tmp/cvs-serv29022 Modified Files: hwdep.c rawmidi.c Log Message: fixed the ifdef condition of OSS emulation. Index: hwdep.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/isa es18xx.c,1.18,1.19

2002-10-14 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/isa In directory usw-pr-cvs1:/tmp/cvs-serv7489 Modified Files: es18xx.c Log Message: fixed the detection and initialization of opl3 and mpu401. Index: es18xx.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/usb usbquirks.h,1.2,1.3

2002-10-14 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory usw-pr-cvs1:/tmp/cvs-serv10127 Modified Files: usbquirks.h Log Message: fix for hotplug: use USB_DEVICE without class interface. Index: usbquirks.h === RCS file:

[alsa-cvslog] CVS: alsa-kernel/usb usbmixer.c,1.8,1.9

2002-10-14 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory usw-pr-cvs1:/tmp/cvs-serv16378 Modified Files: usbmixer.c Log Message: - unified get_min_max() function to retrieve the min and max values for each control. called from initialization and from info callback if failed at init. -

[alsa-cvslog] CVS: alsa-kernel/core Makefile,1.32,1.33

2002-10-23 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core In directory usw-pr-cvs1:/tmp/cvs-serv1608 Modified Files: Makefile Log Message: fixed dependency of hdsp and usb-audio drivers. Index: Makefile === RCS file:

[alsa-cvslog] CVS: alsa-kernel/scripts Modules.dep,1.18,1.19

2002-10-22 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/scripts In directory usw-pr-cvs1:/tmp/cvs-serv13906 Modified Files: Modules.dep Log Message: rewrite of usb-midi using rawmidi by Clemens. Index: Modules.dep === RCS file:

[alsa-cvslog] CVS: alsa-kernel/usb Config.help,1.2,1.3 Makefile,1.2,1.3 usbaudio.c,1.20,1.21 usbaudio.h,1.4,1.5 usbmidi.c,1.7,1.8

2002-10-22 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory usw-pr-cvs1:/tmp/cvs-serv15463 Modified Files: Config.help Makefile usbaudio.c usbaudio.h usbmidi.c Log Message: rewrite of usb-midi using rawmidi by Clemens. Index: Config.help

[alsa-cvslog] CVS: alsa-driver/usb usbmidi.c,1.7,1.8 usbmixer.c,1.6,1.7

2002-10-22 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/usb In directory usw-pr-cvs1:/tmp/cvs-serv16349 Modified Files: usbmidi.c usbmixer.c Log Message: removed unnecessary EXPORT_NO_SYMBOLS. added __NO_VERSION__ for 2.2 kernel. Index: usbmidi.c

[alsa-cvslog] CVS: alsa-driver Makefile,1.78,1.79

2002-10-22 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver In directory usw-pr-cvs1:/tmp/cvs-serv17152 Modified Files: Makefile Log Message: check snd_ prefix at install (only when DESTDIR is not set). Index: Makefile === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci/ice1712 ews.c,1.3,1.4

2002-10-22 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/ice1712 In directory usw-pr-cvs1:/tmp/cvs-serv5076 Modified Files: ews.c Log Message: - fixed deadlock of i2c on ews88mt. - clean up using goto in cs8404_spdif_write(). Index: ews.c

[alsa-cvslog] CVS: alsa-driver/isa sscape.c,1.9,1.10

2002-10-22 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/isa In directory usw-pr-cvs1:/tmp/cvs-serv10991 Modified Files: sscape.c Log Message: Update by Chris Rankin. Added module parameters. non-pnp cards should work (in theory), too. Index: sscape.c

[alsa-cvslog] CVS: alsa-driver/utils alsaconf,NONE,1.1

2002-10-22 Thread Takashi Iwai
--- #!/bin/sh # # ALSA Configurator # # Copyright (c) 1999-2002 SuSE GmbH # Jan ONDREJ # # written by Takashi Iwai [EMAIL PROTECTED] # Bernd Kaindl [EMAIL PROTECTED] # # based on the original version of Jan ONDREJ's alsaconf for ALSA 0.4. # # This program

[alsa-cvslog] CVS: alsa-kernel/usb usbaudio.c,1.22,1.23

2002-10-24 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory usw-pr-cvs1:/tmp/cvs-serv6277 Modified Files: usbaudio.c Log Message: fixed compilation. Index: usbaudio.c === RCS file: /cvsroot/alsa/alsa-kernel/usb/usbaudio.c,v

[alsa-cvslog] CVS: alsa-kernel/usb usbaudio.c,1.17,1.18

2002-10-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory usw-pr-cvs1:/tmp/cvs-serv11208 Modified Files: usbaudio.c Log Message: call usb_set_interface only once when the interface and altset is reset or changed. Index: usbaudio.c

[alsa-cvslog] CVS: alsa-kernel/usb usbmixer.c,1.5,1.6 usbmixer_maps.c,1.1,1.2

2002-10-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory usw-pr-cvs1:/tmp/cvs-serv11371 Modified Files: usbmixer.c usbmixer_maps.c Log Message: - allow control mappers to specify the control type of each unit. - more descriptions for extigy. Index: usbmixer.c

[alsa-cvslog] CVS: alsa-kernel/pci/emu10k1 emufx.c,1.22,1.23

2002-10-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/emu10k1 In directory usw-pr-cvs1:/tmp/cvs-serv18658 Modified Files: emufx.c Log Message: fixed possible segfault in icode peek. Index: emufx.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/usb usbmixer.c,1.6,1.7

2002-10-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory usw-pr-cvs1:/tmp/cvs-serv22692 Modified Files: usbmixer.c Log Message: optimization - the product map-table is searched only once at the initialization. Index: usbmixer.c

[alsa-cvslog] CVS: alsa-lib/test pcm.c,1.22,1.23

2002-10-17 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-lib/test In directory usw-pr-cvs1:/tmp/cvs-serv30520 Modified Files: pcm.c Log Message: fixed -b option to accept the buffer time in us. Index: pcm.c === RCS file:

[alsa-cvslog] CVS: alsa-driver INSTALL,1.137,1.138

2002-10-28 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver In directory usw-pr-cvs1:/tmp/cvs-serv17218 Modified Files: INSTALL Log Message: Added the support for AZT3328 (PCI168) driver by Andreas Mohr. Index: INSTALL === RCS file:

[alsa-cvslog] CVS: alsa-driver/utils Modules.dep,1.11,1.12

2002-10-28 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/utils In directory usw-pr-cvs1:/tmp/cvs-serv17218/utils Modified Files: Modules.dep Log Message: Added the support for AZT3328 (PCI168) driver by Andreas Mohr. Index: Modules.dep ===

[alsa-cvslog] CVS: alsa-driver/acore/seq Makefile,1.4,1.5

2002-10-28 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/acore/seq In directory usw-pr-cvs1:/tmp/cvs-serv17218/acore/seq Modified Files: Makefile Log Message: Added the support for AZT3328 (PCI168) driver by Andreas Mohr. Index: Makefile ===

[alsa-cvslog] CVS: alsa-driver/acore Makefile,1.6,1.7

2002-10-28 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/acore In directory usw-pr-cvs1:/tmp/cvs-serv17218/acore Modified Files: Makefile Log Message: Added the support for AZT3328 (PCI168) driver by Andreas Mohr. Index: Makefile === RCS

[alsa-cvslog] CVS: alsa-driver/acore/seq/instr Makefile,1.1,1.2

2002-10-28 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/acore/seq/instr In directory usw-pr-cvs1:/tmp/cvs-serv17218/acore/seq/instr Modified Files: Makefile Log Message: Added the support for AZT3328 (PCI168) driver by Andreas Mohr. Index: Makefile

[alsa-cvslog] CVS: alsa-kernel/include pcm_sgbuf.h,1.2,1.3

2002-10-30 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/include In directory usw-pr-cvs1:/tmp/cvs-serv15714/include Modified Files: pcm_sgbuf.h Log Message: changed the page callback to return struct page. Index: pcm_sgbuf.h === RCS file:

[alsa-cvslog] CVS: alsa-driver/pcmcia - New directory

2002-10-30 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/pcmcia In directory usw-pr-cvs1:/tmp/cvs-serv12697/pcmcia Log Message: Directory /cvsroot/alsa/alsa-driver/pcmcia added to the repository --- This sf.net email is sponsored by:ThinkGeek Welcome to geek

[alsa-cvslog] CVS: alsa-driver/pcmcia/vx - New directory

2002-10-30 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/pcmcia/vx In directory usw-pr-cvs1:/tmp/cvs-serv12987/vx Log Message: Directory /cvsroot/alsa/alsa-driver/pcmcia/vx added to the repository --- This sf.net email is sponsored by:ThinkGeek Welcome to geek

[alsa-cvslog] CVS: alsa-kernel/core pcm_sgbuf.c,1.5,1.6

2002-10-31 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core In directory usw-pr-cvs1:/tmp/cvs-serv31866 Modified Files: pcm_sgbuf.c Log Message: Fixed oops. forgot to remove virt_to_page()... Index: pcm_sgbuf.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci/ali5451 ali5451.c,1.20,1.21

2002-10-31 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/ali5451 In directory usw-pr-cvs1:/tmp/cvs-serv1753 Modified Files: ali5451.c Log Message: fixed destructor. - fixed double free. - touching irq deactivation only when the hardware was initialized. Index: ali5451.c

[alsa-cvslog] CVS: alsa-kernel/pci/cs46xx cs46xx_lib.c,1.29,1.30 dsp_spos.c,1.10,1.11 dsp_spos_scb_lib.c,1.10,1.11

2002-10-31 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/cs46xx In directory usw-pr-cvs1:/tmp/cvs-serv2254/pci/cs46xx Modified Files: cs46xx_lib.c dsp_spos.c dsp_spos_scb_lib.c Log Message: Update by Benny: - Rear PCM channel - IEC958 PCM channel - Turn on Amplifier and setup EGPIO for Santa Cruz card

[alsa-cvslog] CVS: alsa-driver Makefile.conf.in,1.44,1.45

2002-10-31 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver In directory usw-pr-cvs1:/tmp/cvs-serv4463 Modified Files: Makefile.conf.in Log Message: added CONFIG_PCMCIA. Index: Makefile.conf.in === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci/ice1712 ak4524.c,1.2,1.3 delta.c,1.4,1.5 ews.c,1.4,1.5 ice1712.h,1.2,1.3

2002-11-01 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/ice1712 In directory usw-pr-cvs1:/tmp/cvs-serv29603 Modified Files: ak4524.c delta.c ews.c ice1712.h Log Message: added the support for AK4529. Index: ak4524.c === RCS file:

[alsa-cvslog] CVS: alsa-driver/include adriver.h,1.21,1.22

2002-11-01 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/include In directory usw-pr-cvs1:/tmp/cvs-serv24172/include Modified Files: adriver.h Log Message: fixed for new 2.5 USB API. Index: adriver.h === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci/cs46xx cs46xx.c,1.18,1.19 cs46xx_lib.c,1.30,1.31 cs46xx_lib.h,1.6,1.7 dsp_spos.c,1.11,1.12 dsp_spos.h,1.5,1.6 dsp_spos_scb_lib.c,1.11,1.12

2002-11-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/cs46xx In directory usw-pr-cvs1:/tmp/cvs-serv6162a Modified Files: cs46xx.c cs46xx_lib.c cs46xx_lib.h dsp_spos.c dsp_spos.h dsp_spos_scb_lib.c Log Message: update by Benny: - DSP is started after initializing AC97 codecs, to fix the

[alsa-cvslog] CVS: alsa-kernel/include cs46xx.h,1.12,1.13 cs46xx_dsp_spos.h,1.6,1.7

2002-11-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/include In directory usw-pr-cvs1:/tmp/cvs-serv6483 Modified Files: cs46xx.h cs46xx_dsp_spos.h Log Message: update by Benny: - DSP is started after initializing AC97 codecs, to fix the Santa Cruz problem. - Rewrite SPDIF output stuff, to prevent the

[alsa-cvslog] CVS: alsa-kernel/drivers/mpu401 Makefile,1.10,1.11 mpu401.c,1.9,1.10 mpu401_uart.c,1.13,1.14

2002-11-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/drivers/mpu401 In directory usw-pr-cvs1:/tmp/cvs-serv8848/drivers/mpu401 Modified Files: Makefile mpu401.c mpu401_uart.c Log Message: - support for MPU-PC98II hardware. Index: Makefile

[alsa-cvslog] CVS: alsa-kernel/include opl3.h,1.9,1.10

2002-11-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/include In directory usw-pr-cvs1:/tmp/cvs-serv9299/include Modified Files: opl3.h Log Message: - added the support for PC9800 CS4232 onboard soundchip. - clean up Makefile for opl3. Index: opl3.h

[alsa-cvslog] CVS: alsa-kernel/scripts Modules.dep,1.19,1.20 mod-deps.c,1.10,1.11

2002-11-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/scripts In directory usw-pr-cvs1:/tmp/cvs-serv9299/scripts Modified Files: Modules.dep mod-deps.c Log Message: - added the support for PC9800 CS4232 onboard soundchip. - clean up Makefile for opl3. Index: Modules.dep

[alsa-cvslog] CVS: alsa-kernel/core/seq Makefile,1.22,1.23

2002-11-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core/seq In directory usw-pr-cvs1:/tmp/cvs-serv9299/core/seq Modified Files: Makefile Log Message: - added the support for PC9800 CS4232 onboard soundchip. - clean up Makefile for opl3. Index: Makefile

[alsa-cvslog] CVS: alsa-kernel/core/seq/instr Makefile,1.9,1.10

2002-11-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core/seq/instr In directory usw-pr-cvs1:/tmp/cvs-serv9299/core/seq/instr Modified Files: Makefile Log Message: - added the support for PC9800 CS4232 onboard soundchip. - clean up Makefile for opl3. Index: Makefile

[alsa-cvslog] CVS: alsa-kernel/isa/cs423x pc98.c,NONE,1.1 pc9801_118_magic.h,NONE,1.1 sound_pc9800.h,NONE,1.1 Makefile,1.6,1.7

2002-11-04 Thread Takashi Iwai
. --- NEW FILE: pc98.c --- /* * Driver for CS4232 on NEC PC9800 series * Copyright (c) by Jaroslav Kysela [EMAIL PROTECTED] * Osamu Tomita [EMAIL PROTECTED] * Takashi Iwai [EMAIL PROTECTED] * * * This program is free software; you can redistribute

[alsa-cvslog] CVS: alsa-kernel/drivers/opl3 opl3_lib.c,1.13,1.14

2002-11-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/drivers/opl3 In directory usw-pr-cvs1:/tmp/cvs-serv12058 Modified Files: opl3_lib.c Log Message: moved chip-specific init codes into one place. Index: opl3_lib.c === RCS file:

[alsa-cvslog] CVS: alsa-utils/alsamixer alsamixer.1,1.6,1.7

2002-11-29 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-utils/alsamixer In directory sc8-pr-cvs1:/tmp/cvs-serv4024 Modified Files: alsamixer.1 Log Message: added a note about ESC key. Index: alsamixer.1 === RCS file:

[alsa-cvslog] CVS: alsa-driver/isa/cs423x pc98.c,NONE,1.1

2002-11-29 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/isa/cs423x In directory sc8-pr-cvs1:/tmp/cvs-serv13991 Added Files: pc98.c Log Message: added the driver of on-board cs4232 on PC9800 machines. --- NEW FILE: pc98.c --- #include ../../alsa-kernel/isa/cs423x/pc98.c EXPORT_NO_SYMBOLS;

[alsa-cvslog] CVS: alsa-driver configure.in,1.127,1.128

2002-11-29 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver In directory sc8-pr-cvs1:/tmp/cvs-serv13367 Modified Files: configure.in Log Message: - create an autoconf macro for checking kernel configs. - added the check for CONFIG_PC9800. Index: configure.in

[alsa-cvslog] CVS: alsa-kernel/pci/rme9652 hdsp.c,1.14,1.15

2002-12-02 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/rme9652 In directory sc8-pr-cvs1:/tmp/cvs-serv17685 Modified Files: hdsp.c Log Message: don't access to the h/w at the destructor if not initialized Index: hdsp.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci es1938.c,1.18,1.19

2002-12-02 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci In directory sc8-pr-cvs1:/tmp/cvs-serv3568 Modified Files: es1938.c Log Message: fixed wrong use of __init. Index: es1938.c === RCS file: /cvsroot/alsa/alsa-kernel/pci/es1938.c,v

[alsa-cvslog] CVS: alsa-kernel/pci/korg1212 korg1212.c,1.21,1.22

2002-12-02 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/korg1212 In directory sc8-pr-cvs1:/tmp/cvs-serv12312/korg1212 Modified Files: korg1212.c Log Message: fixed wrong use of __init prefix. Index: korg1212.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci/rme9652 rme9652.c,1.25,1.26

2002-12-02 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/rme9652 In directory sc8-pr-cvs1:/tmp/cvs-serv12312/rme9652 Modified Files: rme9652.c Log Message: fixed wrong use of __init prefix. Index: rme9652.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci/ice1712 ice1712.c,1.10,1.11

2002-12-02 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/ice1712 In directory sc8-pr-cvs1:/tmp/cvs-serv12312/ice1712 Modified Files: ice1712.c Log Message: fixed wrong use of __init prefix. Index: ice1712.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci/cs46xx cs46xx_lib.c,1.35,1.36

2002-12-02 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/cs46xx In directory sc8-pr-cvs1:/tmp/cvs-serv12312/cs46xx Modified Files: cs46xx_lib.c Log Message: fixed wrong use of __init prefix. Index: cs46xx_lib.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci fm801.c,1.20,1.21 rme96.c,1.18,1.19

2002-12-02 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci In directory sc8-pr-cvs1:/tmp/cvs-serv12312 Modified Files: fm801.c rme96.c Log Message: fixed wrong use of __init prefix. Index: fm801.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/include initval.h,1.7,1.8

2002-12-03 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/include In directory sc8-pr-cvs1:/tmp/cvs-serv20955 Modified Files: initval.h Log Message: fixed the fix again. added missing braces. Index: initval.h === RCS file:

[alsa-cvslog] CVS: alsa-kernel/usb usbquirks.h,1.7,1.8

2002-12-03 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory sc8-pr-cvs1:/tmp/cvs-serv21446 Modified Files: usbquirks.h Log Message: added quirks for Yamaha TYROS, PF-500, S90, DME32, DM2000, 02R96. Index: usbquirks.h === RCS

[alsa-cvslog] CVS: alsa-utils INSTALL,1.3,1.4

2002-12-03 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-utils In directory sc8-pr-cvs1:/tmp/cvs-serv22034 Modified Files: INSTALL Log Message: added autoheader in the list of command sequences for CVS compilation. Index: INSTALL === RCS file:

[alsa-cvslog] CVS: alsa-driver Makefile,1.80,1.81

2002-12-03 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver In directory sc8-pr-cvs1:/tmp/cvs-serv24659 Modified Files: Makefile Log Message: remove the whole sound tree at uninstall if moddir_tree=y. Index: Makefile === RCS file:

[alsa-cvslog] CVS: alsa-kernel/include core.h,1.29,1.30

2002-12-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/include In directory sc8-pr-cvs1:/tmp/cvs-serv20658/include Modified Files: core.h Log Message: replaced the lock for controls with rw_semaphore. sleeping in illegal context error should be fixed now. Index: core.h

[alsa-cvslog] CVS: alsa-kernel/core/oss mixer_oss.c,1.17,1.18

2002-12-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core/oss In directory sc8-pr-cvs1:/tmp/cvs-serv20658/core/oss Modified Files: mixer_oss.c Log Message: replaced the lock for controls with rw_semaphore. sleeping in illegal context error should be fixed now. Index: mixer_oss.c

[alsa-cvslog] CVS: alsa-kernel/core control.c,1.22,1.23 init.c,1.21,1.22 pcm.c,1.19,1.20 rawmidi.c,1.26,1.27

2002-12-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core In directory sc8-pr-cvs1:/tmp/cvs-serv20658/core Modified Files: control.c init.c pcm.c rawmidi.c Log Message: replaced the lock for controls with rw_semaphore. sleeping in illegal context error should be fixed now. Index: control.c

[alsa-cvslog] CVS: alsa-driver/pci/ice1712 amp.c,NONE,1.1

2002-12-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/pci/ice1712 In directory sc8-pr-cvs1:/tmp/cvs-serv23311 Added Files: amp.c Log Message: added the support for Advanced Micro Peripherals Ltd AUDIO2000. --- NEW FILE: amp.c --- #define __NO_VERSION__ #include ../../alsa-kernel/pci/ice1712/amp.c

[alsa-cvslog] CVS: alsa-kernel/pci/ice1712 Makefile,1.1,1.2

2002-12-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/ice1712 In directory sc8-pr-cvs1:/tmp/cvs-serv23753 Modified Files: Makefile Log Message: added amp.c. Index: Makefile === RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/Makefile,v

[alsa-cvslog] CVS: alsa-driver/usb usbaudio.c,1.20,1.21

2002-12-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/usb In directory sc8-pr-cvs1:/tmp/cvs-serv26836 Modified Files: usbaudio.c Log Message: fixed typos for 2.2 wrapper. Index: usbaudio.c === RCS file:

[alsa-cvslog] CVS: alsa-driver/include compat_22.h,1.44,1.45

2002-12-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/include In directory sc8-pr-cvs1:/tmp/cvs-serv30908/include Modified Files: compat_22.h Log Message: added DECLARE_RWSEM() macro. Index: compat_22.h === RCS file:

[alsa-cvslog] CVS: alsa-kernel/core init.c,1.22,1.23

2002-12-04 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core In directory sc8-pr-cvs1:/tmp/cvs-serv31717/core Modified Files: init.c Log Message: fixed the compile with 2.2 kernels. Index: init.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/core/seq seq_device.c,1.9,1.10

2002-12-09 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core/seq In directory sc8-pr-cvs1:/tmp/cvs-serv2587 Modified Files: seq_device.c Log Message: fixed the device locking at disconnect callback. Index: seq_device.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/include cs46xx.h,1.13,1.14 cs46xx_dsp_spos.h,1.9,1.10

2002-12-09 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/include In directory sc8-pr-cvs1:/tmp/cvs-serv3871/include Modified Files: cs46xx.h cs46xx_dsp_spos.h Log Message: fixes by Benny Sjostrand [EMAIL PROTECTED]: - Phase reversal fixes. - Some rewrites on playback code, related to the sample rate setup.

[alsa-cvslog] CVS: alsa-kernel/core init.c,1.24,1.25

2002-12-09 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core In directory sc8-pr-cvs1:/tmp/cvs-serv11799 Modified Files: init.c Log Message: fixed the wrong spinlock (the missing one). Index: init.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci/cs46xx cs46xx_lib.c,1.38,1.39 dsp_spos.c,1.15,1.16 dsp_spos.h,1.8,1.9 dsp_spos_scb_lib.c,1.15,1.16

2002-12-10 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/cs46xx In directory sc8-pr-cvs1:/tmp/cvs-serv28140 Modified Files: cs46xx_lib.c dsp_spos.c dsp_spos.h dsp_spos_scb_lib.c Log Message: fixes by Benny: - Some volume bug fixes - SPDIF input fix. - Clear sample buffer after closing IEC958 stream. -

[alsa-cvslog] CVS: alsa-kernel/pci cs4281.c,1.31,1.32

2002-12-10 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci In directory sc8-pr-cvs1:/tmp/cvs-serv28604 Modified Files: cs4281.c Log Message: added the suspend/resume operations for pcm. Index: cs4281.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci/ali5451 ali5451.c,1.22,1.23

2002-12-10 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/ali5451 In directory sc8-pr-cvs1:/tmp/cvs-serv28830 Modified Files: ali5451.c Log Message: - added the suspend/resume operations for pcm. - fixed the trigger stop. Index: ali5451.c

[alsa-cvslog] CVS: alsa-kernel/isa/cs423x cs4231_lib.c,1.22,1.23

2002-12-10 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/isa/cs423x In directory sc8-pr-cvs1:/tmp/cvs-serv29314 Modified Files: cs4231_lib.c Log Message: added the suspend/resume operations for pcm. Index: cs4231_lib.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/usb Kconfig,1.1,1.2

2002-12-10 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory sc8-pr-cvs1:/tmp/cvs-serv30158 Modified Files: Kconfig Log Message: added the dependency on CONFIG_USB. Index: Kconfig === RCS file:

[alsa-cvslog] CVS: alsa-kernel/usb usbmixer.c,1.12,1.13

2002-12-10 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory sc8-pr-cvs1:/tmp/cvs-serv30377 Modified Files: usbmixer.c Log Message: try to repeat calling usb_control_msg until successful (with timeouts). Index: usbmixer.c === RCS

[alsa-cvslog] CVS: alsa-kernel/core init.c,1.25,1.26

2002-12-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core In directory sc8-pr-cvs1:/tmp/cvs-serv14445 Modified Files: init.c Log Message: rewritten snd_card_free_in_thread() using workqueue. Index: init.c === RCS file:

[alsa-cvslog] CVS: alsa-driver/include adriver.h,1.24,1.25

2002-12-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/include In directory sc8-pr-cvs1:/tmp/cvs-serv14693/include Modified Files: adriver.h Log Message: added the support for the workqueue emulation code for older kernels. Index: adriver.h

[alsa-cvslog] CVS: alsa-driver/acore misc.c,1.12,1.13

2002-12-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver/acore In directory sc8-pr-cvs1:/tmp/cvs-serv14693/acore Modified Files: misc.c Log Message: added the support for the workqueue emulation code for older kernels. Index: misc.c === RCS

[alsa-cvslog] CVS: alsa-driver configure.in,1.129,1.130

2002-12-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver In directory sc8-pr-cvs1:/tmp/cvs-serv14693 Modified Files: configure.in Log Message: added the support for the workqueue emulation code for older kernels. Index: configure.in === RCS

[alsa-cvslog] CVS: alsa-kernel/core init.c,1.26,1.27

2002-12-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core In directory sc8-pr-cvs1:/tmp/cvs-serv15185 Modified Files: init.c Log Message: more comments on snd_card_xxx functions. Index: init.c === RCS file:

[alsa-cvslog] CVS: alsa-driver/pcmcia/vx vx_core.c,1.3,1.4 vx_entry.c,1.2,1.3 vxpocket.h,1.3,1.4

2002-12-11 Thread Takashi Iwai
sound/driver.h #include linux/delay.h #include linux/slab.h -#include asm/io.h #include sound/core.h #include sound/pcm.h #include sound/asoundef.h #include sound/info.h #include vxpocket.h +#include asm/io.h MODULE_AUTHOR(Takashi Iwai [EMAIL PROTECTED]); MODULE_DESCRIPTION(Common routines

[alsa-cvslog] CVS: alsa-kernel/pci es1968.c,1.28,1.29

2002-12-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci In directory sc8-pr-cvs1:/tmp/cvs-serv21423 Modified Files: es1968.c Log Message: added use_pm module option to control power-management capability. Index: es1968.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/usb usbmixer.c,1.13,1.14

2002-12-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory sc8-pr-cvs1:/tmp/cvs-serv21782 Modified Files: usbmixer.c Log Message: - fixed the handling of PU and EU. - fixed the zero resolution on SU. Index: usbmixer.c === RCS

[alsa-cvslog] CVS: alsa-kernel/usb usbmixer_maps.c,1.2,1.3

2002-12-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory sc8-pr-cvs1:/tmp/cvs-serv22131 Modified Files: usbmixer_maps.c Log Message: fixed typos. Index: usbmixer_maps.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/isa/sb sb16.c,1.21,1.22

2002-12-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/isa/sb In directory sc8-pr-cvs1:/tmp/cvs-serv13854 Modified Files: sb16.c Log Message: fixed a typo. Index: sb16.c === RCS file: /cvsroot/alsa/alsa-kernel/isa/sb/sb16.c,v retrieving

[alsa-cvslog] CVS: alsa-kernel/pci ens1370.c,1.28,1.29

2002-12-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci In directory sc8-pr-cvs1:/tmp/cvs-serv14380 Modified Files: ens1370.c Log Message: fixed a compile warning. Index: ens1370.c === RCS file: /cvsroot/alsa/alsa-kernel/pci/ens1370.c,v

[alsa-cvslog] CVS: alsa-kernel/pci/ac97 ac97_codec.c,1.49,1.50

2002-12-11 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/ac97 In directory sc8-pr-cvs1:/tmp/cvs-serv14521 Modified Files: ac97_codec.c Log Message: fixed the YMF753 patch. Index: ac97_codec.c === RCS file:

[alsa-cvslog] CVS: alsa-driver configure.in,1.130,1.131 Makefile.conf.in,1.46,1.47

2002-12-12 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-driver In directory sc8-pr-cvs1:/tmp/cvs-serv19167 Modified Files: configure.in Makefile.conf.in Log Message: added --with-pcmcia and --with-pcmcia-root options to support external PCMCIA stuff. Index: configure.in

[alsa-cvslog] CVS: alsa-kernel/drivers mtpav.c,1.19,1.20

2002-12-13 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv25166 Modified Files: mtpav.c Log Message: avoid the confliction of local and global variable names. Index: mtpav.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/usb usbmixer.c,1.14,1.15

2002-12-13 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory sc8-pr-cvs1:/tmp/cvs-serv26357 Modified Files: usbmixer.c Log Message: - fixed the debug prints. - use 1 as the default minimum values for some PEs. Index: usbmixer.c

[alsa-cvslog] CVS: alsa-kernel/pci fm801.c,1.23,1.24

2002-12-16 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci In directory sc8-pr-cvs1:/tmp/cvs-serv25096 Modified Files: fm801.c Log Message: set the pci subdevice mask not to probe the joystick device. Index: fm801.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/pci/ali5451 ali5451.c,1.23,1.24

2002-12-16 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/ali5451 In directory sc8-pr-cvs1:/tmp/cvs-serv25229 Modified Files: ali5451.c Log Message: fixed the chip initialization of m1533 and m7101. tests wanted. Index: ali5451.c === RCS

[alsa-cvslog] CVS: alsa-kernel/pci/ali5451 ali5451.c,1.24,1.25

2002-12-16 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci/ali5451 In directory sc8-pr-cvs1:/tmp/cvs-serv6645 Modified Files: ali5451.c Log Message: - fixed the wrong __devinit prefix. - renamed the iec958 playback switch to iec958 output switch to avoid the name conflict. - use ARRAY_SIZE() macro.

[alsa-cvslog] CVS: alsa-kernel/core pcm_sgbuf.c,1.6,1.7

2002-12-16 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/core In directory sc8-pr-cvs1:/tmp/cvs-serv12478 Modified Files: pcm_sgbuf.c Log Message: added the page allocation routine for i386. this will fix the page exhaust problem on emu10k1 and via82xx. Index: pcm_sgbuf.c

[alsa-cvslog] CVS: alsa-kernel/Documentation ALSA-Configuration.txt,NONE,1.1

2002-12-16 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/Documentation In directory sc8-pr-cvs1:/tmp/cvs-serv7284 Added Files: ALSA-Configuration.txt Log Message: ALSA configuration guide - taken from INSTALL document of alsa-driver. --- NEW FILE: ALSA-Configuration.txt --- Advanced Linux

[alsa-cvslog] CVS: alsa-kernel/Documentation ControlNames.txt,NONE,1.1

2002-12-16 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/Documentation In directory sc8-pr-cvs1:/tmp/cvs-serv7674 Added Files: ControlNames.txt Log Message: the standard control name definitions, moved from alsa-driver/doc. --- NEW FILE: ControlNames.txt --- This document describes standard names of mixer

[alsa-cvslog] CVS: alsa-kernel/usb usbaudio.c,1.27,1.28 usbmidi.c,1.12,1.13

2002-12-16 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory sc8-pr-cvs1:/tmp/cvs-serv8744 Modified Files: usbaudio.c usbmidi.c Log Message: fixed compile warnings on the older kernels. Index: usbaudio.c === RCS file:

[alsa-cvslog] CVS: alsa-oss cvscompile,1.3,1.4

2002-12-17 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-oss In directory sc8-pr-cvs1:/tmp/cvs-serv21153 Modified Files: cvscompile Log Message: added --copy to automake. Index: cvscompile === RCS file: /cvsroot/alsa/alsa-oss/cvscompile,v retrieving

[alsa-cvslog] CVS: alsa-kernel/usb usbaudio.c,1.28,1.29

2002-12-17 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory sc8-pr-cvs1:/tmp/cvs-serv30542 Modified Files: usbaudio.c Log Message: - make disconnection a bit safer Index: usbaudio.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/usb usbmidi.c,1.13,1.14

2002-12-17 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/usb In directory sc8-pr-cvs1:/tmp/cvs-serv30935 Modified Files: usbmidi.c Log Message: check the shutdown state (to be sure). Index: usbmidi.c === RCS file:

[alsa-cvslog] CVS: alsa-kernel/Documentation ALSA-Configuration.txt,1.1,1.2

2002-12-17 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/Documentation In directory sc8-pr-cvs1:/tmp/cvs-serv16779 Modified Files: ALSA-Configuration.txt Log Message: - arranged the list of modules in the alphabetical order. - added the descriptions of missing modules. Index: ALSA-Configuration.txt

[alsa-cvslog] CVS: alsa-kernel/pci fm801.c,1.24,1.25

2002-12-18 Thread Takashi Iwai
Update of /cvsroot/alsa/alsa-kernel/pci In directory sc8-pr-cvs1:/tmp/cvs-serv8158 Modified Files: fm801.c Log Message: fixed the handling of interrupts. hang up at the end of playback on some board should be fixed now. Index: fm801.c

<    1   2   3   4   5   6   7   8   9   10   >