Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-20 Thread Jaroslaw Sobierski
Quoting Takashi Iwai <[EMAIL PROTECTED]>: > > > hmm.. ICH4 has a separate SPDIF channel and it looks like we don't use > > > this properly. that is, SPDIF is routed via the normal slot 3/4. > > > perhaps we should route the spdif via slot 10/11 (in GLOB_CNT bit > > > 30:31 to 1:1), and set SPSA t

Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-20 Thread Takashi Iwai
At Thu, 20 Feb 2003 01:01:52 -0800, Jaroslaw Sobierski wrote: > > Quoting Takashi Iwai <[EMAIL PROTECTED]>: > > > At Mon, 17 Feb 2003 08:01:27 -0800, > > Jaroslaw Sobierski wrote: > > > > > > > > > Another question though. I still cannot get the AC3 pass-through to work. > > > I assume the spdi

Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-20 Thread Jaroslaw Sobierski
Quoting Takashi Iwai <[EMAIL PROTECTED]>: > At Mon, 17 Feb 2003 08:01:27 -0800, > Jaroslaw Sobierski wrote: > > > > > > Another question though. I still cannot get the AC3 pass-through to work. > > I assume the spdif source must be set to AC-Link (which is hw-reset default > > > anyway), and I

Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-20 Thread Jaroslaw Sobierski
Quoting Takashi Iwai <[EMAIL PROTECTED]>: > At Mon, 17 Feb 2003 11:36:34 -0800, > Jaroslaw Sobierski wrote: > > > > OK, here is the unified diff. Two of them actually, i separated the > > different options for better clarity. > ... > > > >Option 2 : The enumerated (more readable but more co

Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-19 Thread Jaroslaw Sobierski
Quoting Takashi Iwai <[EMAIL PROTECTED]>: > At Mon, 17 Feb 2003 11:36:34 -0800, > Jaroslaw Sobierski wrote: > > > > OK, here is the unified diff. Two of them actually, i separated the > > different options for better clarity. > ... > > > >Option 2 : The enumerated (more readable but more co

Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-18 Thread Takashi Iwai
At Mon, 17 Feb 2003 08:01:27 -0800, Jaroslaw Sobierski wrote: > > > Another question though. I still cannot get the AC3 pass-through to work. > I assume the spdif source must be set to AC-Link (which is hw-reset default > anyway), and I figure all other stuff should be set by alsa (like Category

Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-18 Thread Takashi Iwai
At Mon, 17 Feb 2003 11:36:34 -0800, Jaroslaw Sobierski wrote: > > OK, here is the unified diff. Two of them actually, i separated the > different options for better clarity. ... > >Option 2 : The enumerated (more readable but more code) control i took this. clarity is better, isn't it? (bt

Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-17 Thread Jaroslaw Sobierski
OK, here is the unified diff. Two of them actually, i separated the different options for better clarity. Option 1 : The simple switch control Index: ac97_codec.c === RCS file: /cvsroot/alsa/alsa-kernel/pci/ac97/ac97_codec.c,v r

Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-17 Thread Jaroslaw Sobierski
>> >> Here's the patch I promised. I had some trouble compiling the CVS version >> (not the drivers but libs, still don't know why), but I supplemented with >[...] > >Send us unified diff, please. It's more readable to verify the contents. > Will do. Once I get home :-). I thought since I'm onl

Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-16 Thread Jaroslav Kysela
On Fri, 14 Feb 2003, Jaroslaw Sobierski wrote: > > Here's the patch I promised. I had some trouble compiling the CVS version > (not the drivers but libs, still don't know why), but I supplemented with > libs compiled from the tarball (rc7) and it worked. Anyway - I created two > controls - a simp

Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-14 Thread Jaroslaw Sobierski
Here's the patch I promised. I had some trouble compiling the CVS version (not the drivers but libs, still don't know why), but I supplemented with libs compiled from the tarball (rc7) and it worked. Anyway - I created two controls - a simple switch ( the "Link" ) and an enum ("Source") first was

Re: [Alsa-devel] S/PDIF on AD1980 patch

2003-02-13 Thread Takashi Iwai
At Thu, 13 Feb 2003 03:19:02 -0800, Jaroslaw Sobierski wrote: > > > Hi all, > > I recently installed an Asus P4PE with built in AD1980 audio codec > (accessible through the ICH4 south bridge). The latest ALSA drivers > detected the chip and AC97 audio correctly even setting up the > IEC958 cont

[Alsa-devel] S/PDIF on AD1980 patch

2003-02-13 Thread Jaroslaw Sobierski
Hi all, I recently installed an Asus P4PE with built in AD1980 audio codec (accessible through the ICH4 south bridge). The latest ALSA drivers detected the chip and AC97 audio correctly even setting up the IEC958 controls. The problem is I still got no output on the external S/PDIF module. I d