[Alsa-user] Sound on Asus M3N78-VM - Not sure where to go next

2008-10-22 Thread Shanon Swafford
Hi guys, Thanks in advance as I've googled for 3 weeks now. I'm trying to get the Optical SPDIF to work on my ASus M3N78-VM board on FC8. Here is the output of alsa-info from 1.0.18rc3 which doesn't work as far as I can tell:

Re: [Alsa-user] ALSA timer interface and accuracy

2008-10-22 Thread Clemens Ladisch
Julien Claassen wrote: Does the ALSA timter interface take its timing info from the soundcard (sample clock) or from the system's timer (RTC)? ALSA's timer interface can use 1) the system timer (which is not the RTC timer), 2) the RTC timer (if it is available), 3) a sound card timer, if the

Re: [Alsa-user] ALSA timer interface and accuracy

2008-10-22 Thread Julien Claassen
Thanks Clemens! If I'd like to use the PCM slave timer, how do I access that? Or were the instructions you gave me at the end of your mail already for that prupose? Kindest regards Julien Music was my first love and it will be my last (John Miles) FIND MY

[Alsa-user] How to use the multiple outputs on intel-hda ALC888 / MSI Wind PC (desktop)

2008-10-22 Thread Christian Thorge Schmidt
Hello everyone, I have an MSI Wind PC (the new desktop, not the nettop). There is an Realtek ALC888 soundchip in it which has three output jacks in the back and one in the front: 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01) alsamixer

Re: [Alsa-user] How to use the multiple outputs on intel-hda ALC888 - asoundrc magic

2008-10-22 Thread Eliot Blennerhassett
On Thursday 23 October 2008 02:21:06 Christian Thorge Schmidt wrote: Is there a way of making the other outputs work so that I can play two or even better three different songs on different outputs? Hmm I'm sure its somewhere on the ML. Heres (part of) my setup. I make my .asoundrc include

[Alsa-user] ALSA Programming Query

2008-10-22 Thread santosh pattar
alsa-user@lists.sourceforge.netDear All, I have some doubts on the ALSA programming, 1)My ALSA driver supports minimum Period Bytes size as 32 bytes, but when i set the period size as 512 bytes it is always setting to 1024 bytes.I am using the function snd_pcm_hw_params_set_period_size_near() .