Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 173161 Details for
Bug 255421
salsa and alsactl disagree about location of asound.state
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Use same asound.state location in alsactl as in salsa
alsa-utils-1.0.14-statedir.patch (text/plain), 2.96 KB, created by
Ville Skyttä
on 2007-08-26 20:42:37 UTC
(
hide
)
Description:
Use same asound.state location in alsactl as in salsa
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-08-26 20:42:37 UTC
Size:
2.96 KB
patch
obsolete
>--- alsa-utils-1.0.14/alsaconf/alsaconf.in~ 2007-05-31 11:07:21.000000000 +0300 >+++ alsa-utils-1.0.14/alsaconf/alsaconf.in 2007-08-26 22:40:21.000000000 +0300 >@@ -938,8 +938,8 @@ If you have a big amplifier, lower your > aplay -N $TESTSOUND > fi > fi >- if [ ! -r /etc/asound.state ]; then >- xecho "Saving the mixer setup used for this in /etc/asound.state." >+ if [ ! -r /etc/alsa/asound.state ]; then >+ xecho "Saving the mixer setup used for this in /etc/alsa/asound.state." > $sbindir/alsactl store > fi > clear >--- alsa-utils-1.0.14/alsaconf/po/ja.po~ 2007-05-31 11:07:21.000000000 +0300 >+++ alsa-utils-1.0.14/alsaconf/po/ja.po 2007-08-26 22:40:43.000000000 +0300 >@@ -203,8 +203,8 @@ msgstr "" > " ãã¹ãé³ãèããããã©ãã確èªãã¦ãã ããã\n" > > #: ../alsaconf.in:932 >-msgid "Saving the mixer setup used for this in /etc/asound.state." >-msgstr "ãããµã¼ã®è¨å®ã /etc/asound.state ã«ä¿åãã¾ã" >+msgid "Saving the mixer setup used for this in /etc/alsa/asound.state." >+msgstr "ãããµã¼ã®è¨å®ã /etc/alsa/asound.state ã«ä¿åãã¾ã" > > #: ../alsaconf.in:936 > msgid "" >--- alsa-utils-1.0.14/alsaconf/po/ru.po~ 2007-05-31 11:07:21.000000000 +0300 >+++ alsa-utils-1.0.14/alsaconf/po/ru.po 2007-08-26 22:40:34.000000000 +0300 >@@ -211,8 +211,8 @@ msgstr "" > " и ÑдоÑÑовеÑÑÑеÑÑ ÑÑо Ð²Ñ ÑлÑÑиÑе ÑеÑÑовÑй пÑимеÑ.\n" > > #: ../alsaconf.in:932 >-msgid "Saving the mixer setup used for this in /etc/asound.state." >-msgstr "Ð¡Ð¾Ñ ÑанÑем наÑÑÑойки микÑеÑа в /etc/asound.state." >+msgid "Saving the mixer setup used for this in /etc/alsa/asound.state." >+msgstr "Ð¡Ð¾Ñ ÑанÑем наÑÑÑойки микÑеÑа в /etc/alsa/asound.state." > > #: ../alsaconf.in:936 > msgid "" >--- alsa-utils-1.0.14/alsactl/alsactl.1~ 2007-05-31 11:07:21.000000000 +0300 >+++ alsa-utils-1.0.14/alsactl/alsactl.1 2007-08-26 22:40:03.000000000 +0300 >@@ -35,7 +35,7 @@ Help: show available flags and commands. > > .TP > \fI\-f, \-\-file\fP >-Select the configuration file to use. The default is /etc/asound.state or >+Select the configuration file to use. The default is /etc/alsa/asound.state or > /etc/asound.names (for the \fInames\fP command). > > .TP >@@ -52,7 +52,7 @@ Use debug mode: a bit more verbose. > Print alsactl version number. > > .SH FILES >-\fI/etc/asound.state\fP (or whatever file you specify with the >+\fI/etc/alsa/asound.state\fP (or whatever file you specify with the > \fB\-f\fP flag) is used to store current settings for your > soundcards. The settings include all the usual soundcard mixer > settings. More importantly, alsactl is >--- alsa-utils-1.0.14/alsactl/alsactl.c~ 2007-05-31 11:07:21.000000000 +0300 >+++ alsa-utils-1.0.14/alsactl/alsactl.c 2007-08-26 22:40:10.000000000 +0300 >@@ -30,7 +30,7 @@ > #include <alsa/asoundlib.h> > #include "alsactl.h" > >-#define SYS_ASOUNDRC "/etc/asound.state" >+#define SYS_ASOUNDRC "/etc/alsa/asound.state" > #define SYS_ASOUNDNAMES "/etc/asound.names" > > int debugflag = 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255421
: 173161