mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
parent
63ebd05464
commit
4315f277bc
2 changed files with 13 additions and 0 deletions
|
|
@ -1713,6 +1713,8 @@ static int option_verify(pa_alsa_option *o) {
|
|||
{ "input-boost-off", N_("No Boost") },
|
||||
{ "output-amplifier-on", N_("Amplifier") },
|
||||
{ "output-amplifier-off", N_("No Amplifier") },
|
||||
{ "output-bass-boost-on", N_("Bass Boost") },
|
||||
{ "output-bass-boost-off", N_("No Bass Boost") },
|
||||
{ "output-speaker", N_("Speaker") },
|
||||
{ "output-headphones", N_("Headphones") }
|
||||
};
|
||||
|
|
|
|||
|
|
@ -110,6 +110,17 @@ priority = 10
|
|||
name = output-amplifier-off
|
||||
priority = 0
|
||||
|
||||
[Element Bass Boost]
|
||||
switch = select
|
||||
|
||||
[Option Bass Boost:on]
|
||||
name = output-bass-boost-on
|
||||
priority = 0
|
||||
|
||||
[Option Bass Boost:off]
|
||||
name = output-bass-boost-off
|
||||
priority = 10
|
||||
|
||||
;;; 'Analog Output'
|
||||
|
||||
[Element Analog Output]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue