Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread phil lemelin
I have no experience with you card but I do have some with HDMI. So far, it seems that NVidia driver on linux do not correctly support HDMI audio. Out of curiosity can you post the result of : cat /proc/asound/cards cat /proc/asound/card0/codec#* | grep Codec ( repeat this line for card0, car

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
On Fri, 30 May 2008 04:22:37 -0700, phil lemelin <[EMAIL PROTECTED]> wrote: > cat /proc/asound/cards 0 [NVidia ]: HDA-Intel - HDA NVidia HDA Nvidia at 0xfeaf8000 irq 20 > cat /proc/asound/card0/codec#* | grep Codec ( repeat this line for > card0, card1, etc ). Cod

[Alsa-user] Async behavior and -EAGAIN on write?

2008-05-30 Thread Paul Adolph
For playback I am using the ALSA callback to wake up a thread that then feeds the ALSA ring buffer with a period-worth of samples using snd_pcm_writei(). I've set snd_pcm_sw_params_set_avail_min() to one period. The problem is that most of the time when my thread wakes up and tries to write the dat

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread phil lemelin
I'm pretty sure you should. In order to have my sound working on my Intel/RealTek board, i had to compile the Realtek drivers correctly detected another codec. Those drivers are pretty new from realtek ( http://www.realtek.com.tw/Downloads/downloadsCheck.aspx?Langid=1&PNid=14&PFid=24&Level=4&Conn=

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
On Fri, 30 May 2008 16:07:20 -0700, phil lemelin <[EMAIL PROTECTED]> wrote: > Those drivers are pretty new from realtek ( > http://www.realtek.com.tw/Downloads/downloadsCheck.aspx?Langid=1&PNid=14&PFid=24&Level=4&Conn=3&DownTypeID=3&GetDown=false) > I suggest you read the readme and do the manua

Re: [Alsa-user] dmix and mic

2008-05-30 Thread Alejandro Benitez
Hi, If I remove .asoundrc, after I open a Youtube video in Firefox (I can open two videos and sound works OK), for instance... Skype, Rhythmbox sound breaks. I also get "Could not open audio device for playback. Device is being used by another application" in sound tests panel found in System -

Re: [Alsa-user] dmix and mic

2008-05-30 Thread Lee Revell
On Fri, May 30, 2008 at 8:28 PM, Alejandro Benitez <[EMAIL PROTECTED]> wrote: > Hi, > > If I remove .asoundrc, after I open a Youtube video in Firefox (I can > open two videos and sound works OK), for instance... Skype, Rhythmbox > sound breaks. I also get > > "Could not open audio device for play

Re: [Alsa-user] dmix and mic

2008-05-30 Thread Alejandro Benitez
Flash Player 9. Rhythmbox has no sound options. Skype has no ALSA option. Just "Default device", "Cirrus Logic CS4281 (hw:CS4281,0)", "Cirrus Logic CS4281 (plughw:CS4281,0)". On Fri, May 30, 2008 at 9:52 PM, Lee Revell <[EMAIL PROTECTED]> wrote: > On Fri, May 30, 2008 at 8:28 PM, Alejandro Benitez

Re: [Alsa-user] Async behavior and -EAGAIN on write?

2008-05-30 Thread stan
Paul Adolph wrote: For playback I am using the ALSA callback to wake up a thread that then feeds the ALSA ring buffer with a period-worth of samples using snd_pcm_writei(). I've set snd_pcm_sw_params_set_avail_min() to one period. The problem is that most of the time when my thread wakes up and t

Re: [Alsa-user] dmix and mic

2008-05-30 Thread Lee Revell
On Fri, May 30, 2008 at 9:16 PM, Alejandro Benitez <[EMAIL PROTECTED]> wrote: > Flash Player 9. > Rhythmbox has no sound options. > Skype has no ALSA option. Just "Default device", "Cirrus Logic CS4281 > (hw:CS4281,0)", "Cirrus Logic CS4281 (plughw:CS4281,0)". > OK. After opening a few Youtube vi

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
Update: While messing with the models, I found that I now have two devices reported by aplay -l: card 0: NVidia [HDA NVidia], device 0: ALC883 Analog [ALC883 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: NVidia [HDA NVidia] device 1: ALC883 Digital [ALC883 D

Re: [Alsa-user] raw spdif frame capture

2008-05-30 Thread stan
Brett Andrews wrote: > Hi: > > I would like to perform raw spdif frame capture (all 64-bits, in 2 > 32-bit subframes) using an EMU 1212M under ALSA. Can this be done? If > so, has anyone else already done it? If not, does anyone have any idea > how to do it? EMU has claimed that it is possible

Re: [Alsa-user] Async behavior and -EAGAIN on write?

2008-05-30 Thread Lee Revell
On Fri, May 30, 2008 at 5:01 PM, Paul Adolph <[EMAIL PROTECTED]> wrote: > For playback I am using the ALSA callback to wake up a thread that > then feeds the ALSA ring buffer with a period-worth of samples using > snd_pcm_writei(). I've set snd_pcm_sw_params_set_avail_min() to one > period. The pro

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread Lee Revell
On Fri, May 30, 2008 at 9:29 PM, blake <[EMAIL PROTECTED]> wrote: > Update: > >While messing with the models, I found that I now have two devices > reported by aplay -l: > > card 0: NVidia [HDA NVidia], device 0: ALC883 Analog [ALC883 Analog] >Subdevices: 1/1 >Subdevice #0:

Re: [Alsa-user] dmix and mic

2008-05-30 Thread Alejandro Benitez
[EMAIL PROTECTED]:~$ lsof /dev/snd/* /dev/dsp COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME firefox 11393 john memCHR 116,16 11250 /dev/snd/pcmC0D0p firefox 11393 john 72u CHR 116,16 11250 /dev/snd/pcmC0D0p [EMAIL PROTECTED]:~$ On Fri, May 30, 2008 at 10:26 PM, Lee Reve

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
On Fri, 30 May 2008 18:58:08 -0700, Lee Revell <[EMAIL PROTECTED]> wrote: > Please search the nvidia forums for this issue. HDMI is not > supported on Linux. The behavior seems to be by design. It reeks of > DRM... I thought I had seen reports from others that they had it working. What abo

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
On Fri, 30 May 2008 18:58:08 -0700, Lee Revell <[EMAIL PROTECTED]> wrote: > Please search the nvidia forums for this issue. HDMI is not > supported on Linux. The behavior seems to be by design. It reeks of > DRM... So, I go to the Nvidia forum, register, search on HDMI, get some results,

Re: [Alsa-user] HDMI-audio on MSI-K9NGM3

2008-05-30 Thread blake
On Fri, 30 May 2008 18:58:08 -0700, Lee Revell <[EMAIL PROTECTED]> wrote: > Please search the nvidia forums for this issue. HDMI is not > supported on Linux. The behavior seems to be by design. It reeks of > DRM... Just FYI, the NVidia forums have very little on Linux at all. Less than 30

Re: [Alsa-user] raw spdif frame capture

2008-05-30 Thread Brett Andrews
Thanks. I have posted the request to alsa-devel. I have been looking through the code itself, but not being familiar with alsa or the emu10k1 driver, it will take a me a while to figure it out for myself. I am hoping someone has done this before and can shorten the time required for me to get it