Message ID | 1421077718-4147-1-git-send-email-david.henningsson@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
At Mon, 12 Jan 2015 16:48:37 +0100, David Henningsson wrote: > > We now enable more outputs than just the main speaker, so update > the basic rules to reflect the actual situation. > > Signed-off-by: David Henningsson <david.henningsson@canonical.com> Thanks, applied both patches. Takashi > --- > alsactl/init/default | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/alsactl/init/default b/alsactl/init/default > index 5fb0113..64f933f 100644 > --- a/alsactl/init/default > +++ b/alsactl/init/default > @@ -3,7 +3,7 @@ > # > # Basic rules are: > # - keep volumes at minimal level, but sound should be hearable > -# - enable just main speakers for playback and main microphone for recording > +# - enable standard outputs for playback and main microphone for recording > # > > # ************************************************************************** > -- > 1.9.1 >
diff --git a/alsactl/init/default b/alsactl/init/default index 5fb0113..64f933f 100644 --- a/alsactl/init/default +++ b/alsactl/init/default @@ -3,7 +3,7 @@ # # Basic rules are: # - keep volumes at minimal level, but sound should be hearable -# - enable just main speakers for playback and main microphone for recording +# - enable standard outputs for playback and main microphone for recording # # **************************************************************************
We now enable more outputs than just the main speaker, so update the basic rules to reflect the actual situation. Signed-off-by: David Henningsson <david.henningsson@canonical.com> --- alsactl/init/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)