Path: blob/main/audio/alsa-utils/files/patch-alsactl_alsactl__init.xml
18160 views
--- alsactl/alsactl_init.xml.orig 2020-02-19 12:02:10 UTC1+++ alsactl/alsactl_init.xml2@@ -29,8 +29,8 @@34<refsect1><title>CONFIGURATION</title>5<para>All "alsactl init" configuration files are placed in6- <filename>/usr/share/alsa/init/</filename> directory. The top level7- configuration file is <filename>/usr/share/alsa/init/00main</filename>.8+ <filename>%%PREFIX%%/share/alsa/init/</filename> directory. The top level9+ configuration file is <filename>%%PREFIX%%/share/alsa/init/00main</filename>.10The default top-level file can be also specified using -i or11--initfile parameter for the alsactl tool.12Every file consists of a set of lines of text. All empty lines or13@@ -38,8 +38,8 @@1415<refsect2><title>Rules files</title>16<para>The "alsactl init" rules are read from the files located17- in the <filename>/usr/share/alsa/init/*</filename>. The top18- level configuration file is <filename>/usr/share/alsa/init/00main</filename>.19+ in the <filename>%%PREFIX%%/share/alsa/init/*</filename>. The top20+ level configuration file is <filename>%%PREFIX%%/share/alsa/init/00main</filename>.21Every line in the rules file contains at least one key value pair.22There are two kind of keys, match and assignment keys. If all match23keys are matching against its value, the rule gets applied and the242526