On Thu, 2003-03-20 at 21:08, [EMAIL PROTECTED]
wrote:
> Send Alsa-user mailing list submissions to
>       [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/alsa-user
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Alsa-user digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Re: problems alsamixer on iBook (Daniel Hawthorn)
>    2. (no subject) (Dominic Ijichi)
>    3. Is > 48000Hz possible through OSS emulation? ([EMAIL PROTECTED])
>    4. ali5451+spdif+ac3-passthrough (Dominic Ijichi)
>    5. Re: Is > 48000Hz possible through OSS emulation? (Jaroslav Kysela)
> 
> --__--__--
> 
> Message: 1
> Date: Thu, 20 Mar 2003 11:31:27 -0500
> From: Daniel Hawthorn <[EMAIL PROTECTED]>
> To: Takashi Iwai <[EMAIL PROTECTED]>
> CC: =?ISO-8859-1?Q?Alexander_Car=F4t?= <[EMAIL PROTECTED]>,
>         alsa-users
>  <[EMAIL PROTECTED]>
> Subject: Re: [Alsa-user] Re: problems alsamixer on iBook
> 
> By only one channel gets recognized, do you mean only outs 1+2 (and not=20
> 3+4)?  This may be due to the fact that you are using the default=20
> device.  Try telling whatever app you are using to use the "quattro" or=20
> "q4b" device, provided you have your .asoundrc setup like it says in the=20
> soundcard matrix.
> 
> -Daniel
> 
> > At Thu, 20 Mar 2003 16:58:55 +0100,
> > Alexander Car=F4t wrote:
> >=20
> >>Hi,
> >>
> >>I have a couple of problems runnung the Quattro using ALSA on an iBook.
> >>
> >>First of all one one channel gets recognized and second problem right n=
> ow is
> >>that I can't run the alsamixer in order to adjust my signals.
> >>
> >>When trying to run it it says : no mixer elemns found ...
> >>
> >>Can anyone help ?
> 
> 
> 
> --__--__--
> 
> Message: 2
> Date: Thu, 20 Mar 2003 18:22:40 +0000
> From: Dominic Ijichi <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [Alsa-user] (no subject)
> 
> 
> 
> --__--__--
> 
> Message: 3
> Date: Thu, 20 Mar 2003 10:36:34 -0800
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: [Alsa-user] Is > 48000Hz possible through OSS emulation?
> 
> I can't get my apps that use the OSS interface to
> set my Delta44's sample rate aboave 96000.
> 
> Native apps are fine.  Has anyone gotten an OSS app
> to set > 96k with OSS emulation?
> 
> Thanks,
> 
> Tobiah
> 
> 
> 
> --__--__--
> 
> Message: 4
> Date: Thu, 20 Mar 2003 18:46:26 +0000
> From: Dominic Ijichi <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [Alsa-user] ali5451+spdif+ac3-passthrough
> 
> aargh, frickin webmail, sorry for the blank message, third time lucky..
> 
> hi,
> 
> sorry if this a repeat request, I sent a message before I subscribed but 
> can't see it's made it through the moderators.
> 
> i've got a fujitsu lifebook (p2040) running happily along with 
> 2.4.21-pre5 kernel (and 2.5.65) with 0.9.1 alsa-drivers/lib/oss/etc.  
> all runs great, I get normal pcm stereo out of the speakers + crappy 
> half-working headphone socket, and I can get mixed two-channel stereo 
> running out of the spdif that I hook up to an amp through optical 
> 3.5mmjack->SC fibre.  laptop has an s-video port and dvd player so I can 
> watch dvds or, uh, downloaded^h^h^hbacked-up movies - I use xine for 
> this.  fantastic.  but, I can't get xine to output raw ac3 through spdif 
> to let my 5.1 amp decode it - it should decode dolby and dts - it 
> insists all it's getting is normal stereo.  the hardware specs from 
> sigmatel together with the original trident driver sortof implies that 
> it should be possible to switch the spdif port from pcm to passthrough 
> mode, to the layman (which I am).
> 
> can anyone confirm whether this is possible/impossible?  if anyone can 
> point me in the right direction I'd be happy to have a hack at getting 
> it to work, but my programming experience is rather limited (willing to 
> have a go).
> 
> cheers
> dom
> 
> 
> 
> --__--__--
> 
> Message: 5
> Date: Thu, 20 Mar 2003 19:54:42 +0100 (CET)
> From: Jaroslav Kysela <[EMAIL PROTECTED]>
> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Cc: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Subject: Re: [Alsa-user] Is > 48000Hz possible through OSS emulation?
> 
> On Thu, 20 Mar 2003, [EMAIL PROTECTED] wrote:
> 
> > I can't get my apps that use the OSS interface to
> > set my Delta44's sample rate aboave 96000.
> > 
> > Native apps are fine.  Has anyone gotten an OSS app
> > to set > 96k with OSS emulation?
> 
> Note that we limited the OSS API to 48kHz. This patch (I've commited it to 
> CVS, too) should solve this problem.
> 
> Index: pcm_oss.c
> ===================================================================
> RCS file: /cvsroot/alsa/alsa-kernel/core/oss/pcm_oss.c,v
> retrieving revision 1.32
> diff -u -r1.32 pcm_oss.c
> --- pcm_oss.c 12 Mar 2003 12:14:03 -0000      1.32
> +++ pcm_oss.c 20 Mar 2003 18:53:50 -0000
> @@ -930,8 +930,8 @@
>               runtime = substream->runtime;
>               if (rate < 1000)
>                       rate = 1000;
> -             else if (rate > 48000)
> -                     rate = 48000;
> +             else if (rate > 192000)
> +                     rate = 192000;
>               if (runtime->oss.rate != rate) {
>                       runtime->oss.params = 1;
>                       runtime->oss.rate = rate;
> 
>                                               Jaroslav
> 
> -----
> Jaroslav Kysela <[EMAIL PROTECTED]>
> Linux Kernel Sound Maintainer
> ALSA Project, SuSE Labs
> 
> 
> 
> 
> --__--__--
> 
> _______________________________________________
> Alsa-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/alsa-user
> 
> 
> End of Alsa-user Digest
-- 
Mit freundlichen Gr��en
Best regards

Thomas B�rnert
Gesch�ftsf�hrer
Senior IT Consultant & Manager

DO NOT GIVE OUR ADDRESS TO THIRD PARTYS, WE HATE JUNK-MAIL
___________________________________________________________________
TBits.net GmbH                   | Telefon:  +49 (0)700 TBITSNET
Thomas B�rnert                   | oder      +49 (0)700 82487638
Seeweg 6                         | Auto:     +49 (0)170 6744415
D-73553 Alfdorf                  | Fax2Mail: +49 (0)89 2443 31823
http://www.tbits.net             | eMail:    [EMAIL PROTECTED]
Key fingerprint = 8602 2EF5 78FD 3C04 B148  2506 5D4F 6A49 E4E2 9D15



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.
Does your code think in ink? You could win a Tablet PC.
Get a free Tablet PC hat just for playing. What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to