On Tue, Aug 20, 2002 at 02:27:23PM +0200, Takashi Iwai wrote:

> could you check via strace which ioctl triggers this?
> strangely i cannot reproduce this on my machine.

strace gives the following (parsed):

....
....
open("/dev/snd/pcmC0D0p", O_RDWR)       = 4
ioctl(4, AGPIOC_INFO, 0xbfffdf60)       = 0
....
ioctl(4, 0xc25c4110, 0xbfffe09c)        = 0
ioctl(4, 0xc25c4110, 0xbfffe09c)        = 0
ioctl(4, 0xc25c4110, 0xbfffe41c)        = 0
....
....
....lots of the above...
....
....then after we initiate shutdown of the program....
ioctl(4, 0x4143, 0x1807)                = 0
ioctl(4, 0x4112, 0x40031090)            = 0
close(4)                                = 0
open("/root/.alsaplayer/config", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 4
close(4)                                = 0

Not sure if this helps, I can't get symbol values for the ioctl
parameters. Let me know...

Thanks,
Andy


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to