From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: VIA EPIA (VT1612A) and SPDIF Date: Wed, 19 Feb 2003 10:29:14 +0100 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <3E52CD2B.7090505@lemur.sytes.net> Mime-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: multipart/mixed; boundary="Multipart_Wed_Feb_19_10:29:14_2003-1" Return-path: In-Reply-To: <3E52CD2B.7090505@lemur.sytes.net> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: Mathias Kretschmer Cc: alsa-devel@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org --Multipart_Wed_Feb_19_10:29:14_2003-1 Content-Type: text/plain; charset=US-ASCII At Tue, 18 Feb 2003 19:17:47 -0500, Mathias Kretschmer wrote: > > Hi, > > I'm wondering if anyone has SPDIF working on the > VIA EPIA ESP5000 under rc7? > > Analog output is working fine for me using rc7 and the CVS via82xx > module (1.25). But, I didn't have any luck getting SPDIF (PCM) to work > using a Pioneer Digital Receiver. > > Any success reports or any hints which knobs to turn to make it work ? the code on rc7 doesn't set the correct SPDIF rate, so it won't work properly. i changed via82xx.c to set it for via686, too. please try the cvs version. in addition, copy the attached to /usr/share/alsa/cards. and try playback via "spdif" or "iec958" pcm, e.g. % aplay -Dspdif foo.wav (don't ask me how to use spdif on oss programs :) Takashi --Multipart_Wed_Feb_19_10:29:14_2003-1 Content-Type: application/octet-stream Content-Disposition: attachment; filename="VIA686A.conf" Content-Transfer-Encoding: 7bit # # Configuration for the VIA686 # VIA686A.pcm.front.0 { @args [ CARD ] @args.CARD { type string } type hw card $CARD device 0 } VIA686A.pcm.iec958.0 { @args [ CARD AES0 AES1 AES2 AES3 ] @args.CARD { type string } @args.DEV { type integer } @args.AES0 { type integer } @args.AES1 { type integer } @args.AES2 { type integer } @args.AES3 { type integer } type hooks slave.pcm { type hw card $CARD device 0 } hooks.0 { type ctl_elems hook_args [ { name "IEC958 Playback AC97-SPSA" lock true preserve true value 0 } { name "IEC958 Playback Default" lock true preserve true value [ $AES0 $AES1 $AES2 $AES3 ] } { name "IEC958 Playback Switch" lock true preserve true value true } ] } } --Multipart_Wed_Feb_19_10:29:14_2003-1-- ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge