mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Expose output select for Soundblaster cards
Enable selecting Speakers or Headphones for Soundblaster cards. This switch was name Output Select.
This commit is contained in:
parent
7177d82c34
commit
51d01b33c8
1 changed files with 13 additions and 0 deletions
|
|
@ -184,3 +184,16 @@ priority = 9
|
||||||
[Option Analog Output:FP Headphones]
|
[Option Analog Output:FP Headphones]
|
||||||
name = output-headphones
|
name = output-headphones
|
||||||
priority = 8
|
priority = 8
|
||||||
|
|
||||||
|
;;; 'Output Select'
|
||||||
|
|
||||||
|
[Element Output Select]
|
||||||
|
enumeration = select
|
||||||
|
|
||||||
|
[Option Output Select:Speakers]
|
||||||
|
name = output-speaker
|
||||||
|
priority = 10
|
||||||
|
|
||||||
|
[Option Output Select:Headphone]
|
||||||
|
name = output-headphones
|
||||||
|
priority = 9
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue