[Alsa-devel] Re: [Openvortex-dev] OpenAL - ALSA interface proposal. I request for comments...

2003-12-15 Thread Ryan Underwood
g bit shifts is better idea than decimal numbers in the #defines for the flags field. (1 << 0), (1 << 1), etc. -- Ryan Underwood, <[EMAIL PROTECTED]> signature.asc Description: Digital signature

Re: [Alsa-devel] ALS300 support?

2003-11-11 Thread Ryan Underwood
so if you need further help with it I would think about going there. -- Ryan Underwood, <[EMAIL PROTECTED]> --- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apa

Re: [Alsa-devel] MIDI velocity rewriting

2003-10-15 Thread Ryan Underwood
od term to describe what I was trying to do, and the best I could come up with was "rewriting". "Velocity scaling", however, produces tons of results to sift through. I'm sure at least one of these will produce a sati

Re: [Alsa-devel] poll() and select()

2003-10-15 Thread Ryan Underwood
Hi, On Tue, Oct 14, 2003 at 07:41:05PM -0700, Ryan Pavlik wrote: > On Tue, 14 Oct 2003 20:06:00 -0500 > Ryan Underwood <[EMAIL PROTECTED]> wrote: > > > Silly question, but is 'npfd' the file descriptor you are polling + 1? > > I AM DUMB. > > I t

Re: [Alsa-devel] poll() and select()

2003-10-14 Thread Ryan Underwood
p;rfds); > > if (select(npfd, &rfds, NULL, NULL, NULL)) { > midi_action(seq_handle); > } > } Silly question, but is 'npfd' the file descriptor you are polling + 1? -- Ryan Underwood, , icq=10317253 -

[Alsa-devel] MIDI velocity rewriting

2003-10-07 Thread Ryan Underwood
from a given channel into the computer. Of course there are probably things I haven't thought about, but comments would be appreciated. -- Ryan Underwood, , icq=10317253 --- This sf.net email is sponsored by:ThinkGeek Welcome to geek h

Re: [Alsa-devel] Unexpected hw_pointer value

2003-10-04 Thread Ryan Underwood
s of megabytes. :) Thanks, -- Ryan Underwood, , icq=10317253 --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Alsa-devel mailing list [EMAIL PROTECTED] htt

Re: [Alsa-devel] SGI/HAL2 architecture detection

2003-10-03 Thread Ryan Underwood
Ok, I fixed this, and then discover that a Makefile is not generated in /hal2 directory, so the build dies at that point. What should I use for a Makefile template for this directory? Has anyone built this successfully? Ryan On Fri, Oct 03, 2003 at 04:26:54PM -0500, Ryan Underwood wrote

[Alsa-devel] SGI/HAL2 architecture detection

2003-10-03 Thread Ryan Underwood
In latest kernels, the file /usr/src/linux/include/asm/sgi/sgihpc.h has become /usr/src/linux/include/asm/sgi/hpc3.h. Both files need to be checked in configure.in now to determine SGI architecture. -- Ryan Underwood, , icq=10317253

Re: [Alsa-devel] mips fix

2003-09-16 Thread Ryan Underwood
Hi, On Tue, Sep 09, 2003 at 08:09:45PM +0200, Takashi Iwai wrote: > At Sun, 7 Sep 2003 22:36:57 -0500, > Ryan Underwood wrote: > > > > > > In configure.in: > > mips*) > > c_opts="-mcpu=r4600 -G 0 -mips2 -fno-pic -mno-abicalls -mlong-cal

[Alsa-devel] mips fix

2003-09-07 Thread Ryan Underwood
mcpu is no longer an option on mips architecture. Anyone else build ALSA on mips recently? -- Ryan Underwood, , icq=10317253 --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

[Alsa-devel] Re: trouble with dosemu and alsa oss emulation (and a fix for alsa)

2003-09-06 Thread Ryan Underwood
think that dosemu code - src/arch/linux/dosext/sound/linux_sound.c is > correct. Yeah, I know I tried dosemu with the ALSA OSS emulation before, and it worked mostly correct (surprisingly enough!). I'm glad you spotted this regression, it might have gone overlooked for some time other

Re: [Alsa-devel] cs4248 / thinkpad 755 / 755c , patch suggestions [PATCH]]

2003-07-09 Thread Ryan Underwood
) Sorry for the confusion, -- Ryan Underwood, , icq=10317253 --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft

Re: [Alsa-devel] cs4248 / thinkpad 755 / 755c , patch suggestions [PATCH]]

2003-07-09 Thread Ryan Underwood
s the rule but it seems like fairly common behavior from my experience. In any case it's really not a big deal, just that ALSA's OSS emulation seems to be divergent from the typical OSS driver's behavior in that regard. -- Ryan Underwood, , icq=10317253

Re: [Alsa-devel] cs4248 / thinkpad 755 / 755c , patch suggestions [PATCH]]

2003-07-08 Thread Ryan Underwood
ay command included > in sox package. You are correct, play works correctly but catting does not. It seems, however, that many OSS drivers support cat a wav file directly to /dev/dsp, and do the detection of the format parameters internally. I guess this is not required by the OSS specif

Re: [Alsa-devel] cs4248 / thinkpad 755 / 755c , patch suggestions [PATCH]]

2003-07-08 Thread Ryan Underwood
control. > so, the suspend callback is expected just to save the last status so > that it can be restored in the resume callback. Ok, will see about doing that in some time. -- Ryan Underwood, , icq=10317253 --- This SF.Net email sp

Re: [Alsa-devel] cs4248 / thinkpad 755 / 755c , patch suggestions [PATCH]]

2003-07-08 Thread Ryan Underwood
Takashi, Please amend the previous patch. I forgot breaks in snd_ad1848_thinkpad_twiddle. The behavior would be to always fall through to enabling the device. Sorry! :) -- Ryan Underwood, , icq=10317253 --- This SF.Net email sponsored by

Re: [Alsa-devel] cs4248 / thinkpad 755 / 755c , patch suggestions [PATCH]]

2003-07-08 Thread Ryan Underwood
ail : 57507 avail_max : 61467 - hw_ptr : 20643 appl_ptr: 28672 tstamp_mode: NONE period_step: 1 sleep_min: 0 avail_min: 4096 xfer_align: 1 start_threshold: 1 stop_threshold: 65536 silence_threshold: 0 silence_size: 0 boundary: 1073741824 -- Ryan Underwood, , icq=10317253 -

Re: [Alsa-devel] cs4248 / thinkpad 755 / 755c , patch suggestions [PATCH]]

2003-07-07 Thread Ryan Underwood
Hi Takashi, On Thu, Jul 03, 2003 at 02:29:01PM +0200, Takashi Iwai wrote: > At Wed, 2 Jul 2003 15:29:55 -0500, > Ryan Underwood wrote: > > > > 1) What is ALSA's policy on module options? For example, would it be > > okay to add an option like "think

Re: [Alsa-devel] Developing SIS 962L driver.

2003-07-06 Thread Ryan Underwood
initely didn't mean to trivialize the task of developing a driver of any sort! :) See ya, -- Ryan Underwood, , icq=10317253 --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are

Re: [Alsa-devel] Developing SIS 962L driver.

2003-07-05 Thread Ryan Underwood
om Google. > 6) Is there any other information that I need to know, that I may not even know to > ask about? The answer to the question is 42. You must find the question for yourself. ;) -- Ryan Underwood, , icq=10317253 --- This S

[Alsa-devel] alsa opl3 api

2003-07-03 Thread Ryan Underwood
rface that I am overlooking? Thanks! -- Ryan Underwood, , icq=10317253 --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an

Re: [Alsa-devel] cs4248 / thinkpad 755 / 755c , patch suggestions

2003-07-03 Thread Ryan Underwood
Hi Takashi, On Thu, Jul 03, 2003 at 02:29:01PM +0200, Takashi Iwai wrote: > At Wed, 2 Jul 2003 15:29:55 -0500, > Ryan Underwood wrote: > > > > 1) What is ALSA's policy on module options? For example, would it be > > okay to add an option like "think

Re: [Alsa-devel] cs4248 / thinkpad 755 / 755c , patch suggestions

2003-07-02 Thread Ryan Underwood
chip's power mode can be controlled through a write to that port (bit 2 on, cs4248 power on; bit 2 off, cs4248 power off), would it be a good idea to add the _suspend, _resume, and _set_power_state functions within a #ifdef CONFIG_PM block, like in other drivers? --

[Alsa-devel] cs4248 / thinkpad 755 / 755c , patch suggestions

2003-07-02 Thread Ryan Underwood
n a machine which may have other sensitive things attached there. Under windows 95, the 0x15e8-0x15ef is assigned to "Motherboard Resources" -- is there a way to determine whether this I/O range is allocated by the system in a useful manner instead of making guesswork? Let me know a bette

Re: [ [Alsa-devel] stac9708 additions]

2003-06-21 Thread Ryan Underwood
Hi, On Fri, Jun 20, 2003 at 07:59:59PM +0200, Takashi Iwai wrote: > At Wed, 18 Jun 2003 15:12:14 -0500, > Ryan Underwood wrote: > > > > > > Hi, > > > > Did anyone have a chance to look at this? > > it seems that Jaroslav already included it to cvs

[nemesis-lists@icequake.net: [Alsa-devel] stac9708 additions]

2003-06-18 Thread Ryan Underwood
Hi, Did anyone have a chance to look at this? - Forwarded message from Ryan Underwood <[EMAIL PROTECTED]> - From: Ryan Underwood <[EMAIL PROTECTED]> Date: Tue, 17 Jun 2003 05:49:04 -0500 Subject: [Alsa-devel] stac9708 additions To: [EMAIL PROTECTED] User-Agent: Mutt

[Alsa-devel] stac9708 additions

2003-06-17 Thread Ryan Underwood
annah. -- Ryan Underwood, , icq=10317253 diff -ur /home/nemesis/src/linux/aureal/alsa/alsa-driver-0.9.4/sound/pci/ac97/ac97_codec.c sound/pci/ac97/ac97_codec.c --- /home/nemesis/src/linux/aureal/alsa/alsa-driver-0.9.4/sound/pci/ac97/ac97_codec.c 2003-05-31 09:15:01.0 -0500 +++ soun