From: Kristoffer Janke <kj@conceptT.com>
To: alsa-devel@alsa-project.org
Subject: Patch for alsa-info.sh to include stderr of some tools
Date: Sun, 27 Apr 2008 13:36:14 +0200 [thread overview]
Message-ID: <4814652E.7050908@conceptT.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 109 bytes --]
Here is a small patch for the alsa-info.sh tool, now the stderr isnt
trown away.
--
Kristoffer 'spq' Janke
[-- Attachment #2: alsa-info.sh.patch --]
[-- Type: text/plain, Size: 268 bytes --]
3c3
< SCRIPT_VERSION=0.4.41
---
> SCRIPT_VERSION=0.4.42
80c80
< aplay -l >> $FILE
---
> aplay -l >> $FILE 2>&1
84c84
< arecord -l >> $FILE
---
> arecord -l >> $FILE 2>&1
105c105
< amixer -c$i>> $FILE
---
> amixer -c$i >> $FILE 2>&1
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
next reply other threads:[~2008-04-27 11:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-27 11:36 Kristoffer Janke [this message]
2008-04-30 12:48 ` Patch for alsa-info.sh to include stderr of some tools 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=4814652E.7050908@conceptT.com \
--to=kj@conceptt.com \
--cc=alsa-devel@alsa-project.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox