From: Takashi Iwai <tiwai@suse.de>
To: James Courtier-Dutton <James@superbug.demon.co.uk>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: [alsa-cvslog] CVS: alsa-lib/test iecbits.c,NONE,1.1 iecset.c,NONE,1.1 .cvsignore,1.11,1.12 Makefile.am,1.24,1.25
Date: Tue, 30 Sep 2003 19:33:58 +0200 [thread overview]
Message-ID: <s5hsmme9o55.wl@alsa2.suse.de> (raw)
In-Reply-To: <3F79BB58.2080301@superbug.demon.co.uk>
At Tue, 30 Sep 2003 18:20:24 +0100,
James Courtier-Dutton wrote:
>
> Takashi Iwai wrote:
> > Update of /cvsroot/alsa/alsa-lib/test
> > In directory sc8-pr-cvs1:/tmp/cvs-serv8451
> >
> > Modified Files:
> > .cvsignore Makefile.am
> > Added Files:
> > iecbits.c iecset.c
> > Log Message:
> > added iecset program (this could be to alsa-utils after more
> > enhancements).
> >
> This could be useful for a number of reasons.
> One reason it might help for is this.
> 1) Application outputing to the "front" device outputs sound to the
> spdif with PCM iec mode set.
> 2) Application finishes, leaving PCM iec mode set.
> 3) New application outputs AC3 stream with NON-AUDIO iec mode set.
> 4) Application finishes, leaving PCM iec mode set.
> 5) New application outputs AC3 stream with NON-AUDIO iec mode set.
> 6) Application gets killed with "kill -9 PID" leaving NON-AUDIO iec mode
> set.
> 7) Application outputing to the "front" device outputs sound, but the
> spdif is left in NON-AUDIO iec mode, so no sound comes out of the spdif.
> From then onwards all application outputting sound will default to
> NON-AUDIO bit being set, when the sensible assumption would be to set
> PCM mode as default, and only set NON-AUDIO mode when using a device
> name like "iec958:AES0=0x6,AES1=0x82,AES2=0x0,AES3=0x2"
>
> So my question is, can iecbits.c code be used to set the default iec
> mode back to PCM, if it has accidentally been fixed on NON-AUDIO due to
> the kill -9 ?
yes, just run:
% iecset audio yes
for changing the sample rate to 44.1kHz and switch to professional
mode with non-audio mode, run it like:
% iecset prof yes rate 44100 audio no
the program will dump the current status (after changing values if any
given), too, like below:
% iecset
Mode: consumer
Data: audio
Rate: 48000 Hz
Copyright: permitted
Emphasis: none
Category: mixer
Original: original
Clock: 1000 ppm
with -x option, it will print AES arguments for convenience, instead
of human readable information:
% iecset -x
AES0=0x04,AES1=0x92,AES2=0x10,AES3=0x02
as mentioned above, it's put just for tests, so far.
if there is enough demand, it should be on alsa-utils, of couse :)
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
next prev parent reply other threads:[~2003-09-30 17:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1A4NtA-0002Dv-00@sc8-pr-cvs1.sourceforge.net>
2003-09-30 17:20 ` [alsa-cvslog] CVS: alsa-lib/test iecbits.c,NONE,1.1 iecset.c,NONE,1.1 .cvsignore,1.11,1.12 Makefile.am,1.24,1.25 James Courtier-Dutton
2003-09-30 17:33 ` Takashi Iwai [this message]
2003-10-23 16:55 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hsmme9o55.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=James@superbug.demon.co.uk \
--cc=alsa-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.