Re: [Alsa-devel] ANN: AudioScience driver beta 0.3 (0.9.6)

2003-09-18 Thread Eliot Blennerhassett
Takashi Iwai wrote: > the question is, again, whether we should include HPI driver code in > the ALSA tree. this means that the code would be changed often by us, > ALSA developers, or by other people, too. what do you think? I have no objection to that happening. We'll see after the code has

[Alsa-devel] usx2yloader 0.3

2003-09-18 Thread Karsten Wiese
Hallo Takashi, here is a patch which sports complete us428 initialisation via hotplug, an INSTALL and a README. I took the phase 1 firmware files from usb-midi-firmware project. Also fixed are some compile warnings. Maybe the Makefile.am is not completely correct as I hardcoded the directory /etc

Re: [Alsa-devel] status pointer's problem with dmix.

2003-09-18 Thread Jaroslav Kysela
On Thu, 18 Sep 2003, James Courtier-Dutton wrote: > You are correct, my application does in fact get correct "delay" values, > but the /proc/asound/card0/pcm0p/sub0/status does not show these when > using dmix. > > The sound output from my application is very broken up when using > "dmix", but sou

Re: [Alsa-devel] status pointer's problem with dmix.

2003-09-18 Thread James Courtier-Dutton
Jaroslav Kysela wrote: I'm asking again, what is your problem in your application? Yes, avail in driver is negative, because appl_ptr is NOT updated from the dmix clients (and it is not possible - it is a shared thing), but the dmix plugin should pass the right value (non-negative) to application

Re: [Alsa-devel] status pointer's problem with dmix.

2003-09-18 Thread Paul Davis
>The problem is that my application relies on a correct "delay" value, so >that it can use it to keep sound/video in sync. although i think that the dmix plugin should work correctly, i would be suprised, no, lets just say pleasantly suprised, if you could get perfect sound/video sync using it. o

Re: [Alsa-devel] status pointer's problem with dmix.

2003-09-18 Thread Jaroslav Kysela
On Thu, 18 Sep 2003, Paul Davis wrote: > >The problem is that my application relies on a correct "delay" value, so > >that it can use it to keep sound/video in sync. > > although i think that the dmix plugin should work correctly, i would > be suprised, no, lets just say pleasantly suprised, if yo

Re: [Alsa-devel] status pointer's problem with dmix.

2003-09-18 Thread Jaroslav Kysela
On Thu, 18 Sep 2003, James Courtier-Dutton wrote: > Jaroslav Kysela wrote: > > On Wed, 17 Sep 2003, James Courtier-Dutton wrote: > > > > > >>Output from sending stereo sound to the "dmix" device. > >>bash-2.05b# cat status > >>state: RUNNING > >>trigger_time: 1063822024.640173000 > >>tstamp :

Re: [Alsa-devel] status pointer's problem with dmix.

2003-09-18 Thread James Courtier-Dutton
Jaroslav Kysela wrote: On Wed, 17 Sep 2003, James Courtier-Dutton wrote: Output from sending stereo sound to the "dmix" device. bash-2.05b# cat status state: RUNNING trigger_time: 1063822024.640173000 tstamp : 1063822060.456968000 delay : -1719463 avail : 1731463 avail_max : 17

Re: [Alsa-devel] status pointer's problem with dmix.

2003-09-18 Thread Jaroslav Kysela
On Wed, 17 Sep 2003, James Courtier-Dutton wrote: > Output from sending stereo sound to the "dmix" device. > bash-2.05b# cat status > state: RUNNING > trigger_time: 1063822024.640173000 > tstamp : 1063822060.456968000 > delay : -1719463 > avail : 1731463 > avail_max : 1731463 >

Re: [Alsa-devel] status pointer's problem with dmix.

2003-09-18 Thread Takashi Iwai
At Wed, 17 Sep 2003 21:46:52 +0100, James Courtier-Dutton wrote: > > Takashi Iwai wrote: > > At Wed, 17 Sep 2003 20:01:36 +0100, > > James Courtier-Dutton wrote: > > > >>Takashi Iwai wrote: > >> > >>>At Wed, 17 Sep 2003 19:33:29 +0100, > >>>James Courtier-Dutton wrote: > >>> > >>> > Output fr