Re: [PATCH] Bug#544607: /usr/share/alsa/init/default missing closing brace for format in 5 cases

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At Sat, 5 Sep 2009 02:01:03 +0200,
Elimar Riesebieter wrote:
> 
> [1  <multipart/signed (7bit)>]
> [1.1  <multipart/mixed (7bit)>]
> [1.1.1  <text/plain; iso-8859-1 (quoted-printable)>]
> * Jaroslav Kysela [090902 14:34 +0200]
> > On Wed, 2 Sep 2009, Elimar Riesebieter wrote:
> > 
> > >forward 544607 alsa-devel@xxxxxxxxxxxxxxxx
> > 
> > >>-ENV{has_pmaster_vol}=="true",CTL{values)="100%",GOTO="headphone0_end"
> > >>+ENV{has_pmaster_vol}=="true",CTL{values}="100%",GOTO="headphone0_end"
> 
> It is not only line 52. We have 4 more c+p errors. See attached
> patch.

It's (blindly) in my last commit that I forgot.  Pushed now.


Takashi


> 
> Elimar
> 
> -- 
>   We all know Linux is great... it does infinite loops in 5 seconds.
>         -- Linus Torvalds
> [1.1.2 alsactl_brace.patch <text/x-diff; iso-8859-1 (7bit)>]
> # Fix wrong enclosed values with braces
> # -- Elimar Riesebieter <riesebie@xxxxxxxx>  Fri, 04 Sep 2009 22:15:12 +0200
> Index: alsa-utils-1.0.21/alsactl/init/default
> ===================================================================
> --- alsa-utils-1.0.21.orig/alsactl/init/default	2009-08-31 17:13:36.000000000 +0200
> +++ alsa-utils-1.0.21/alsactl/init/default	2009-09-04 22:19:32.000000000 +0200
> @@ -39,7 +39,7 @@
>  CTL{name}="Front Playback Volume",PROGRAM!="__ctl_search",GOTO="front0_end"
>  # if master volume control is present, turn front volume to max
>  ENV{has_pmaster_vol}=="true",CTL{values}="0dB",RESULT=="0",GOTO="front0_end"
> -ENV{has_pmaster_vol}=="true",CTL{values)="100%",GOTO="front0_end"
> +ENV{has_pmaster_vol}=="true",CTL{values}="100%",GOTO="front0_end"
>  CTL{values}="$env{pvolume}",RESULT!="0",CTL{values}="$env{ppercent}"
>  LABEL="front0_end"
>  CTL{name}="Front Playback Switch",PROGRAM=="__ctl_search", \
> @@ -49,7 +49,7 @@
>  CTL{name}="Headphone Playback Volume",PROGRAM!="__ctl_search",GOTO="headphone0_end"
>  # if master volume control is present, turn headphone volume to max
>  ENV{has_pmaster_vol}=="true",CTL{values}="0dB",RESULT=="0",GOTO="headphone0_end"
> -ENV{has_pmaster_vol}=="true",CTL{values)="100%",GOTO="headphone0_end"
> +ENV{has_pmaster_vol}=="true",CTL{values}="100%",GOTO="headphone0_end"
>  CTL{values}="$env{pvolume}",RESULT!="0",CTL{values}="$env{ppercent}"
>  LABEL="headphone0_end"
>  CTL{name}="Headphone Playback Switch",PROGRAM=="__ctl_search", \
> @@ -72,7 +72,7 @@
>   CTL{name}="PCM Volume",PROGRAM!="__ctl_search", GOTO="pcm0_end"
>  # if master volume control is present, turn PCM volume to max
>  ENV{has_pmaster_vol}=="true",CTL{values}="0dB",RESULT=="0",GOTO="pcm0_end"
> -ENV{has_pmaster_vol}=="true",CTL{values)="100%",GOTO="pcm0_end"
> +ENV{has_pmaster_vol}=="true",CTL{values}="100%",GOTO="pcm0_end"
>  # exception - some HDA codecs have shifted dB range
>  CTL{dBmin}=="-34.50dB",CTL{dBmax}=="12.00dB",CTL{values}="0dB",GOTO="pcm0_end"
>  CTL{dBmin}=="-30.00dB",CTL{dBmax}=="0dB",CTL{values}="0dB",GOTO="pcm0_end"
> @@ -86,7 +86,7 @@
>    CTL{name}="PCM Volume",PROGRAM!="__ctl_search",GOTO="pcm1_end"
>  # if master volume control is present, turn PCM volume to max
>  ENV{has_pmaster_vol}=="true",CTL{values}="0dB",RESULT=="0",GOTO="pcm1_end"
> -ENV{has_pmaster_vol}=="true",CTL{values)="100%",GOTO="pcm1_end"
> +ENV{has_pmaster_vol}=="true",CTL{values}="100%",GOTO="pcm1_end"
>  # exception - some HDA codecs have shifted dB range
>  CTL{dBmin}=="-34.50dB",CTL{dBmax}=="12.00dB",CTL{values}="0dB",GOTO="pcm1_end"
>  CTL{dBmin}=="-30.00dB",CTL{dBmax}=="0dB",CTL{values}="0dB",GOTO="pcm1_end"
> @@ -125,7 +125,7 @@
>  CTL{name}="CD Playback Volume",PROGRAM!="__ctl_search", GOTO="cd0_end"
>  # if master volume control is present, turn CD volume to max
>  ENV{has_pmaster_vol}=="true",CTL{values}="0dB",RESULT=="0",GOTO="cd0_end"
> -ENV{has_pmaster_vol}=="true",CTL{values)="100%",GOTO="cd0_end"
> +ENV{has_pmaster_vol}=="true",CTL{values}="100%",GOTO="cd0_end"
>  # exception - some HDA codecs have shifted dB range
>  CTL{dBmin}=="-34.50dB",CTL{dBmax}=="12.00dB",CTL{values}="0dB",GOTO="cd0_end"
>  CTL{dBmin}=="-30.00dB",CTL{dBmax}=="0dB",CTL{values}="0dB",GOTO="cd0_end"
> [1.2 Digital signature <application/pgp-signature (7bit)>]
> 
> [2  <text/plain; us-ascii (7bit)>]
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@xxxxxxxxxxxxxxxx
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux