Re: [Alsa-user] Recommend some SPDIF sound card?

2009-03-02 Thread Floris
I have an older version of the Creative Audigy (version 2 ZS pro) this card works out of the box with Debian 4.x and 5.0 Also the SPDIF output works without modifying asoundrc Good luck with your choice, floris Bin Chen schreef: > I want to use my Linux alsa to output to a SPDIF speaker, my VIA

[Alsa-user] make breaks with 'snd_timer_ginfo_sizeof'

2009-03-02 Thread michael
make install' breaks with this messages: [code] gcc -g -O2 -o alsactl alsactl.o state.o names.o -lasound -lm -ldl -lpthread names.o(.text+0xf98): In function `probe_timers': /alsa-utils-1.0.12rc2/alsactl/names.c:428: undefined reference to `snd_timer_ginfo_sizeof' names.o(.text+0xfac):/alsa-u

[Alsa-user] Volume control in OMAP3430

2009-03-02 Thread Kiran Kumar A
Hi all, I want to know, how to change volume settings of left and right channels independently? The requirement is to independently manage the left and right channel volume for stereo, on OMAP3430 platform. The codec is TWL4030. >From the study, I felt that the volume change can be done throu

Re: [Alsa-user] Recommend some SPDIF sound card?

2009-03-02 Thread Vedran Miletić
Find CMI8738/CMI8768 based card. It will cost around 5$, and it works great. Make sure it has digital out, because not all cards have it. Vedran Miletić On Mon, Mar 2, 2009 at 8:43 AM, Bin Chen wrote: > I want to use my Linux alsa to output to a SPDIF speaker, my VIA 1708B can't > work. Can yo

[Alsa-user] Include new IOCTL's in ALSA...

2009-03-02 Thread Kiran Kumar A
I want to include some new IOCTL's for some specific codec settings in OMAP audio. I thought snd_pcm_lib_ioctl driver API can be used for this purpose. I have located this in the driver. But, the calling function is not found in ALS