[Alsa-devel] IEEE 1394

2003-02-13 Thread Pavel
recomend me some advices or some documentation to be able to create IEEE 1394 driver?   Thanks  Ing. Pavel Nikitenko  

[Alsa-devel] Fix for mmap_test, better tests needed

2002-08-12 Thread Pavel Roskin
exactly what we need. info.periods has been replaced with info.fragsize for the same reason. Now mmap_test compiles without warnings and produces funky sounds. Enjoy! -- Regards, Pavel Roskin --- This sf.net email is sponsored by: Dice - Th

Re: [Alsa-devel] Fix for mmap_test, better tests needed

2002-08-12 Thread Pavel Roskin
rned %08x\n", buf); + printf("mmap (out) returned %p\n", buf); #else buf=data; #endif @@ -198,7 +208,7 @@ main() for (idx=0; idx<40; idx++) { struct count_info count; -

[Alsa-devel] USB audio doesn't compile on Linux-2.2.21

2002-08-27 Thread Pavel Roskin
27;t know if you would like to port the driver to 2.2 kernels or not, I just don't want the default build to fail on 2.2 kernels. Please consider disabling usb-audio driver for 2.2 kernels in the meantime. -- Regards, Pavel Roskin --- T

[Alsa-devel] Sonorus STUDI/O

2002-08-27 Thread Pavel Roskin
Hello! If somebody is developing a driver for Sonorus STUDI/O, please let me know. I don't have time and documentation to write the driver myself, but I have a card to test, kernel hacking experience to help with debugging, and a strong desire to get rid of the OSS driver. -- Regards,

[Alsa-devel] [PATCH] Eliminating alsa-tools/ac3dec/acconfig.h

2002-08-30 Thread Pavel Roskin
ted by ac3dec"; exit 1;; esac ======= -- Regards, Pavel Roskin --- 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

Re: [Alsa-devel] integration of via668 and via8233 drivers

2002-09-05 Thread Pavel Roskin
uencer --with-oss --without-isapnp --with-cards=via82xx Looks like a configuration problem to me. --with-cards=via82xx should enable the mpu401 and ac97 modules if the symbols from them are used in the driver. -- Regards, Pavel Roskin --- Th

Re: [Alsa-devel] integration of via668 and via8233 drivers

2002-09-05 Thread Pavel Roskin
+= snd-ac97-codec.o +obj-$(CONFIG_SND_VIA82XX) += snd-ac97-codec.o obj-$(CONFIG_SND_ALI5451) += snd-ac97-codec.o obj-$(CONFIG_SND_CS46XX) += snd-ac97-codec.o obj-$(CONFIG_SND_EMU10K1) += snd-ac97-codec.o == cut here -- Regards, P

Re: [Alsa-devel] integration of via668 and via8233 drivers

2002-09-05 Thread Pavel Roskin
7;ll have a look this evening. -- Regards, Pavel Roskin --- 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 ___

Re: [Alsa-devel] integration of via668 and via8233 drivers

2002-09-05 Thread Pavel Roskin
ot many revisions of the driver, so I hope to locate the breakage quite fast. -- Regards, Pavel Roskin --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://w

Re: [Alsa-devel] integration of via668 and via8233 drivers

2002-09-06 Thread Pavel Roskin
538.mp3 (eSound driver) Bad timidity -Ou -o - ode2joy.mid | aplay -Bad timidity -Ow -o - ode2joy.mid | aplay -Ok -- Regards, Pavel Roskin --- This sf.net email is spon

Re: [Alsa-devel] integration of via668 and via8233 drivers

2002-09-06 Thread Pavel Roskin
play - good sound /proc/asound/card0/pcm0p/sub0/hw_params: access: MMAP_INTERLEAVED format: S16_LE subformat: STD channels: 1 rate: 12500 (12500/1) period_size: 2048 buffer_size: 6250 tick_time: 1 buffer_size changed insignificantly. period_size jumped from 1024 to 2048. There are no othe

[Alsa-devel] Minor fix for the build script

2002-09-06 Thread Pavel Roskin
GS && +test x"$EXTRA_ALSA_DRIVER_CONFIG_FLAGS" = x && EXTRA_ALSA_DRIVER_CONFIG_FLAGS="--with-isapnp=yes --with-sequencer=yes" export EXTRA_ALSA_DRIVER_CONFIG_FLAGS = -- Regards, Pavel Roskin --- T

Re: [Alsa-devel] [PATCH] via82xx.c #2

2002-09-08 Thread Pavel Roskin
day is still broken. Great! This fixes my problem with Via 686A as well. I was going to look into this problem today, and you saved me this beautiful Sunday for something else. My Via 686A is now playing in your honor :-) Takashi, please apply those two patches. -- Regards,

Re: [Alsa-devel] Re: pkg-config

2002-09-18 Thread Pavel Roskin
file for alsa-lib. Let's see how well it works for ALSA. But it's too early to remove or obsolete anything else _because_ pkgconfig is supported. -- Regards, Pavel Roskin --- This SF.NET email is sponsored by: AMD - Your access

Re: [Alsa-devel] Problems with SBLive! and current CVS

2002-09-23 Thread Pavel Roskin
ports at ac00 [size=32] Capabilities: [dc] Power Management version 1 Try finding the exact time when the driver stopped working for you. -- Regards, Pavel Roskin --- This sf.net email is sponsored by:ThinkGeek Welcome to gee

[Alsa-devel] [PATCH] No devfs_find_and_unregister in Linux 2.4.x

2002-09-26 Thread Pavel Roskin
vfs_unregister(master); #else devfs_find_and_unregister(NULL, controlname, 0, 0, DEVFS_SPECIAL_CHR, 0); #endif ===== -- Regards, Pavel Roskin --- This sf.net email is sponsored by:ThinkGeek Welcome

Re: [Alsa-devel] Support form terratec DMX-6fire

2002-09-30 Thread Pavel Roskin
wlevel functions for Terratec EWS88MT/D, EWX24/96, DMX 6Fire I guess you should just try the snd-ice1712 driver and report problems (very detailed!) when you come to the point when your experience is insufficient to solve them. That's what I do, and it worked for me just fine.

Re: [Alsa-devel] pkg-config for alsa?

2002-10-02 Thread Pavel Roskin
to break this functionality. Otherwise, I'd like to see it added (probably through temporary rc files for uninstalled library and drivers). -- Regards, Pavel Roskin --- This sf.net email is sponsored by:ThinkGeek Welcome to geek hea

[Alsa-devel] Breakage in alsa-driver/include/adriver.h on CVS

2002-10-02 Thread Pavel Roskin
es" is apparently "extern" and "static" in the same declaration. "function declaration isn't a prototype" - there should not be any semicolon between `)' and `{'. On the positive side, I appreciate the work on eliminating acconfig.h -- Regards, Pav

Re: [Alsa-devel] Breakage in alsa-driver/include/adriver.h on CVS

2002-10-03 Thread Pavel Roskin
ev, void *ptr); #endif ====== -- Regards, Pavel Roskin --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Alsa-devel mailing list [EMAIL PROTECTED] https:

[Alsa-devel] Unnecessary files on CVS

2002-10-03 Thread Pavel Roskin
cvs shows that they have been locally modified. I have checked that removal of those files doesn't affect the build from a clean CVS working directory. -- Regards, Pavel Roskin --- This sf.net email is sponsored by:ThinkGeek Welcome to ge

[Alsa-devel] Driver headers used by alsa-lib

2002-10-04 Thread Pavel Roskin
mebody confirms that my understanding of the problem is correct. -- Regards, Pavel Roskin --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Al

[Alsa-devel] [PATCH] Splitting CONFIG_SND_POWERMAC

2004-03-14 Thread Pavel Roskin
t, the later being dependent on I2C. The attached patch implements an interim solution - there is still one module, but the user can select what hardware the module supports. Only Keywest devices require I2C. The patch is against Linux 2.6.4. -- Regards, Pavel Roskin --- linux.orig/sound/ppc/

[Alsa-devel] Compile error in timer.c

2003-02-06 Thread Pavel Roskin
} == -- Regards, Pavel Roskin --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ Alsa-deve