Re: [Alsa-devel] OSS midi emulation bug: 1.0.0pre3

2003-12-04 Thread Jonathan Woithe
Clemens wrote: Jonathan Woithe wrote: Under Jazz++, any hold on controller event which occurs within the first bar played gets turned off too quickly (assuming playback starts at beat one of a bar). In fact, even if there are no subsequent hold off events within the entire midi file the

Re: [Alsa-devel] Intel8x0 problems with rc1

2003-12-04 Thread Takashi Iwai
At Wed, 3 Dec 2003 11:41:23 -0500 (EST), Jeremy Hall wrote: there also appears to be a delay of upwards of 2 seconds before it starts playing but I don't have anything more in my logs. you're using the cvs version, right? then apply the patch below. Takashi Index:

[Alsa-devel] [PATCH] Bt87x driver

2003-12-04 Thread Clemens Ladisch
Finally, the long-awaited driver for Bt87x-based TV cards. Please apply, and put bt87x.c into alsa-driver/pci/. BTW: I'm not sure if arecord should be changed to accept a sample rate of 448000 Hz ... Regards, Clemens -- Index: alsa-driver/INSTALL

[Alsa-devel] [PATCH] ignore conflicts with kernel .ver files

2003-12-04 Thread Clemens Ladisch
Is there a reason that the makefile rule below prevents creating .ver files if there is a .c file with exports in the kernel with the same name? (this happens for ac97_codec.c and sb_common.c) Without .ver files, the make dependencies get out of whack, and the affected .o files are rebuilt in

Re: [Alsa-devel] [PATCH] ignore conflicts with kernel .ver files

2003-12-04 Thread Takashi Iwai
At Thu, 04 Dec 2003 11:35:32 +0100 (MET), Clemens Ladisch wrote: Is there a reason that the makefile rule below prevents creating .ver files if there is a .c file with exports in the kernel with the same name? (this happens for ac97_codec.c and sb_common.c) this is to avoid conflict of

[Alsa-devel] via82xx 1.0.0rc1 experience

2003-12-04 Thread Tim Goetze
i have a new box with an ASRock K7VM2 board, it comes with an on-board audio interface: lspci -vv 00:11.5 Multimedia audio controller: VIA Technologies, Inc. AC97 Audio Controller (rev 50) Subsystem: Unknown device 1849:3059 Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV-

Re: [Alsa-devel] [PATCH] Bt87x driver

2003-12-04 Thread Takashi Iwai
At Thu, 04 Dec 2003 11:25:11 +0100 (MET), Clemens Ladisch wrote: [1 text/plain; US-ASCII (7bit)] Finally, the long-awaited driver for Bt87x-based TV cards. Please apply, and put bt87x.c into alsa-driver/pci/. applied now. slipped into rc2 :) thanks! Takashi

Re: [Alsa-devel] via82xx 1.0.0rc1 experience

2003-12-04 Thread Takashi Iwai
At Thu, 4 Dec 2003 13:47:07 +0100 (CET), Tim Goetze wrote: i have a new box with an ASRock K7VM2 board, it comes with an on-board audio interface: lspci -vv 00:11.5 Multimedia audio controller: VIA Technologies, Inc. AC97 Audio Controller (rev 50) Subsystem: Unknown device

[Alsa-devel] Wine failures with Alsa 1.0.0rc1

2003-12-04 Thread Mark Knecht
** Thu Dec 4 04:41:38 2003 Starting '/opt/cxoffice/bin/wineloader' '--' 'winepath.exe' '--long' '--' '/home/mark/.cxoffice/dotwine/fake_windows/SIERRA/CAESAR3DEMO/c3.exe' Argument conversion: [/home/mark/.cxoffice/dotwine/fake_windows/SIERRA/CAESAR3DEMO/c3.exe] - [C:\SIERRA\CAESAR3DEMO\c3.exe]

[Alsa-devel] aoss failures under Alsa-1.0.0rc1

2003-12-04 Thread Mark Knecht
bash-2.05b$ aoss xmms (At this point the xmms gui opens. I then press play) xmms: alsa-oss.c:222: oss_dsp_hw_params: Assertion `err = 0' failed. /usr/bin/aoss: line 9: 2841 Aborted LD_PRELOAD=${exec_prefix}/lib/libaoss.so $* bash-2.05b$ Contents of my .asoundrc file:

[Alsa-devel] Re: [PATCH]only start us428control if an us428 listens

2003-12-04 Thread Takashi Iwai
At Wed, 3 Dec 2003 23:08:19 +0100, Karsten Wiese wrote: [1 text/plain; us-ascii (7bit)] Hi Takashi, please commit. thanks! applied. thanks. Takashi --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net

Re: [Alsa-devel] aoss failures under Alsa-1.0.0rc1

2003-12-04 Thread Mark Knecht
On Thu, 2003-12-04 at 05:06, Mark Knecht wrote: bash-2.05b$ aoss xmms (At this point the xmms gui opens. I then press play) xmms: alsa-oss.c:222: oss_dsp_hw_params: Assertion `err = 0' failed. /usr/bin/aoss: line 9: 2841 Aborted LD_PRELOAD=${exec_prefix}/lib/libaoss.so $*

Re: [Alsa-devel] Wine failures with Alsa 1.0.0rc1

2003-12-04 Thread Takashi Iwai
At Thu, 04 Dec 2003 04:56:00 -0800, Mark Knecht wrote: ** Thu Dec 4 04:41:38 2003 Starting '/opt/cxoffice/bin/wineloader' '--' 'winepath.exe' '--long' '--' '/home/mark/.cxoffice/dotwine/fake_windows/SIERRA/CAESAR3DEMO/c3.exe' Argument conversion:

Re: [Alsa-devel] aoss failures under Alsa-1.0.0rc1

2003-12-04 Thread Takashi Iwai
At Thu, 04 Dec 2003 05:06:37 -0800, Mark Knecht wrote: bash-2.05b$ aoss xmms (At this point the xmms gui opens. I then press play) xmms: alsa-oss.c:222: oss_dsp_hw_params: Assertion `err = 0' failed. /usr/bin/aoss: line 9: 2841 Aborted

Re: [Alsa-devel] via82xx 1.0.0rc1 experience

2003-12-04 Thread Tim Goetze
Takashi Iwai wrote: modules.conf options snd-via82xx index=0 id=ac97 ac97_clock=48000 dxs_support=2 /modules.conf other dxs_support values cause block-size *and* erratic distortion in the output sound. ac97_clock=44100 causes slowed-down playback. ok, i'll add dxs_support=2 as default for

Re: [Alsa-devel] aoss failures under Alsa-1.0.0rc1

2003-12-04 Thread Erik Inge Bolsø
On Thu, 4 Dec 2003, Mark Knecht wrote: pcm.playback_5_6 { type dshare slave hdsp ipc_key 314159265# some unique number ipc_key_add_uid yes # no to let multiple users share it bindings { 0 5 1 6 }

[Alsa-devel] Can't set 88.2/96kHz samplerate with Hammerfall

2003-12-04 Thread Arve Knudsen
Hi Whenever I try to activate double speed (88.2/96kHz) mode with my RME Hammerfall Lite (DIGI 9636), snd_pcm_hw_params fails with a 'Device or resource busy' message. This is with the number of channels set to 10, since the number of ADAT channels is halved. Is this a known defect of the

RE: [Alsa-devel] aoss failures under Alsa-1.0.0rc1

2003-12-04 Thread Mark Knecht
(At this point the xmms gui opens. I then press play) xmms: alsa-oss.c:222: oss_dsp_hw_params: Assertion `err = 0' failed. /usr/bin/aoss: line 9: 2841 Aborted LD_PRELOAD=${exec_prefix}/lib/libaoss.so $* bash-2.05b$ fixed recently - at least it won't abort but returns an error. but

RE: [Alsa-devel] Wine failures with Alsa 1.0.0rc1

2003-12-04 Thread Mark Knecht
it's a very old symbol used only in ALSA 0.5.x. most likely the detection code in wine is broken, typically checking only SND_MINOR_VERSION and not checking SND_MAJOR_VERSION. if so, the wine driver believes that it's a 0.5.x, since the minor version is 0 now. Takashi Thanks Takashi. I'm

Re: [Alsa-devel] Can't set 88.2/96kHz samplerate with Hammerfall

2003-12-04 Thread Arve Knudsen
On Thu, 4 Dec 2003 06:41:56 -0800, Mark Knecht [EMAIL PROTECTED] wrote: Whenever I try to activate double speed (88.2/96kHz) mode with my RME Hammerfall Lite (DIGI 9636), snd_pcm_hw_params fails with a 'Device or resource busy' message. This is with the number of channels set to 10, since the

RE: [Alsa-devel] Can't set 88.2/96kHz samplerate with Hammerfall

2003-12-04 Thread Mark Knecht
Whenever I try to activate double speed (88.2/96kHz) mode with my RME Hammerfall Lite (DIGI 9636), snd_pcm_hw_params fails with a 'Device or resource busy' message. This is with the number of channels set to 10, since the number of ADAT channels is halved. Is this a known defect of the

[Alsa-devel] on vacation...

2003-12-04 Thread Takashi Iwai
Hi, i'll be on vacation from the next week until January. (in addition, because of the movement of my office, will be unreachable from tomorrow.) in case someone needs urgent contact with me, drop a mail to tiwai _at_ myrealbox.com. BTW, i'll give a small talk about ALSA at kernel dokusho-kai

RE: [Alsa-devel] Can't set 88.2/96kHz samplerate with Hammerfall

2003-12-04 Thread Mark Knecht
From the Hammerfall Light Alsa sound card page: Known bugs - 96kHz and 88.2kHz not accessible via PCM interface Ok, thanks. I suppose I should've investigated a little better. Too bad, I would like to see this card working as well as under Windows. Regards Arve Knudsen Me too.

[Alsa-devel] doc-page

2003-12-04 Thread Florian Schmidt
Hi Patrick. I saw your changes to the doc page and have one or two remarks: 1.] The layout is a litle bit messed up here. The black line goes through Supported Soundcards and Userspace Tools. If i use a smaller font, it's ok. so i don't know, if it's a mozilla thing [Mozilla Debian Package

[Alsa-devel] Re: doc-page

2003-12-04 Thread Patrick Shirkey
Florian Schmidt wrote: Hi Patrick. I saw your changes to the doc page and have one or two remarks: 1.] The layout is a litle bit messed up here. The black line goes through Supported Soundcards and Userspace Tools. If i use a smaller font, it's ok. so i don't know, if it's a mozilla thing [Mozilla

[Alsa-devel] Re: [PATCH]snd-usb-usx2y

2003-12-04 Thread Martin Langer
diff -u -r1.1 usbusx2yaudio.c --- alsa-driver/usb/usx2y/usbusx2yaudio.c 25 Nov 2003 11:21:49 - 1.1 +++ alsa-driver/usb/usx2y/usbusx2yaudio.c 27 Nov 2003 14:32:25 - @@ -1225,7 +1225,8 @@ sprintf(pcm-name, NAME_ALLCAPS Audio #%d, usX2Y(card)-chip.pcm_devs);

Re: [Alsa-devel] aoss failures under Alsa-1.0.0rc1

2003-12-04 Thread Mark Knecht
On Thu, 2003-12-04 at 05:15, Erik Inge Bolsø wrote: On Thu, 4 Dec 2003, Mark Knecht wrote: pcm.playback_5_6 { type dshare slave hdsp Uhmm... for _playback_, shouldn't that be type dmix? Or am I confused again? I tried dmix instead of dshare but get the same results.

[Alsa-devel] SiS748/963L + CMI9739, no IRQs from card?

2003-12-04 Thread Friedrich Ewaldt
Hi, I've described my problem some days ago on the user list, but it seems like no user knows a solution to this -- which is no big surprise as the hardware I'm using is quite new. Perhaps one of the developers can help out. Here a short summary of the problem: (details, logs, etc. can be

[Alsa-devel] Re: [PATCH]snd-usb-usx2y

2003-12-04 Thread Karsten Wiese
Am Donnerstag, 4. Dezember 2003 20:30 schrieb Martin Langer: Karsten, your us428 fix breaks us122 support. usX2Y_rate_set(usX2Y_stream, 44100)) isn't possible on us122. usX2Y_rate_set() is being called when you start audio also. So audio stops working on the us122 with this patch? Would it

Re: [Alsa-devel] Can't set 88.2/96kHz samplerate with Hammerfall

2003-12-04 Thread Paul Davis
On Thu, 4 Dec 2003 06:41:56 -0800, Mark Knecht [EMAIL PROTECTED]=20 wrote: Whenever I try to activate double speed (88.2/96kHz) mode with my RME Hammerfall Lite (DIGI 9636), snd_pcm_hw_params fails with a 'Device or resource busy' message. This is with the number of channels set to 10, since

Re: [Alsa-devel] SiS748/963L + CMI9739, no IRQs from card?

2003-12-04 Thread Tim Goetze
Friedrich Ewaldt wrote: Is there anything else I could try? Any additional debugging information I can provide besides the info in the 2 user-list mails mentioned above? Thanks in advance for any help! have you tried enabling the kernel build options 'IO-APIC support on uniprocessors' and 'Local

Re: [Alsa-devel] Re: [PATCH]snd-usb-usx2y

2003-12-04 Thread Martin Langer
On Thu, Dec 04, 2003 at 11:02:14PM +0100, Karsten Wiese wrote: Am Donnerstag, 4. Dezember 2003 20:30 schrieb Martin Langer: Karsten, your us428 fix breaks us122 support. usX2Y_rate_set(usX2Y_stream, 44100)) isn't possible on us122. usX2Y_rate_set() is being called when you start audio

[Alsa-devel] Re: [PATCH]snd-usb-usx2y

2003-12-04 Thread Karsten Wiese
Am Donnerstag, 4. Dezember 2003 23:46 schrieb Martin Langer: On Thu, Dec 04, 2003 at 11:02:14PM +0100, Karsten Wiese wrote: Am Donnerstag, 4. Dezember 2003 20:30 schrieb Martin Langer: Karsten, your us428 fix breaks us122 support. usX2Y_rate_set(usX2Y_stream, 44100)) isn't possible on

[Alsa-devel] Re: [Alsa-user] ALSA 1.0.0rc1 released

2003-12-04 Thread Takashi Iwai
At Thu, 04 Dec 2003 10:52:16 +0100 (CET), Pierre Lorenzon wrote: Hi, I tried to compile the drivers of release candidate 1.0.0rc1 and got the following error : already fixed on cvs. rc2 will be released soon. Takashi --- This SF.net