Author: pebender
Date: Fri May 8 06:28:59 2009
New Revision: 4728
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/audio.pm
Log:
- Fixed analog audio configuration bug introduced in r4652.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/audio.pm
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/audio.pm
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/audio.pm
Fri May 8 06:28:59 2009
@@ -72,7 +72,7 @@
{
if (open(FILE, '-|', "$amixer_command scontrols"))
{
- foreach (grep(s/^Simple mixer
control '([^']*)'(,[0-9]+)?$/$1/, (<FILE>)))
+ foreach (grep(s/^Simple mixer control
('[^']*'(,[0-9]+)?)$/$1/, (<FILE>)))
{
chomp;
given ($_)
@@ -147,7 +147,7 @@
{
if (open(FILE, '-|', "$amixer_command scontrols"))
{
- foreach (grep(s/^Simple mixer
control '([^']*)'(,[0-9]+)?$/$1/, (<FILE>)))
+ foreach (grep(s/^Simple mixer control
('[^']*'(,[0-9]+)?)$/$1/, (<FILE>)))
{
chomp;
given ($_)
@@ -175,7 +175,7 @@
{
if (open(FILE, '-|', "$amixer_command scontrols"))
{
- foreach (grep(s/^Simple mixer
control '([^']*)'(,[0-9]+)?$/$1/, (<FILE>)))
+ foreach (grep(s/^Simple mixer control
('[^']*'(,[0-9]+)?)$/$1/, (<FILE>)))
{
chomp;
given ($_)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---