All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch for alsa-info.sh to include stderr of some tools
@ 2008-04-27 11:36 Kristoffer Janke
  2008-04-30 12:48 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Kristoffer Janke @ 2008-04-27 11:36 UTC (permalink / raw)
  To: alsa-devel

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch for alsa-info.sh to include stderr of some tools
  2008-04-27 11:36 Patch for alsa-info.sh to include stderr of some tools Kristoffer Janke
@ 2008-04-30 12:48 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2008-04-30 12:48 UTC (permalink / raw)
  To: Kristoffer Janke; +Cc: alsa-devel

At Sun, 27 Apr 2008 13:36:14 +0200,
Kristoffer Janke wrote:
> 
> Here is a small patch for the alsa-info.sh tool, now the stderr isnt 
> trown away.

Thanks, applied to HG tree now.
BTW, please use a unified diff (diff -u) at the next time.
It's the standard format as a patch.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-30 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-27 11:36 Patch for alsa-info.sh to include stderr of some tools Kristoffer Janke
2008-04-30 12:48 ` Takashi Iwai

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.