This patch makes the speaker and headset configs join to one config.
Signed-off-by: Shuming Fan <shumingf@realtek.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
+SectionDevice."Speaker" {
+ Comment "Built-in Speaker"
+
+ Value {
+ PlaybackPriority 100
+ PlaybackPCM "hw:${CardId}"
+ JackControl "Speaker - Output Jack"
+ PlaybackMixerElem "Speaker"
+ }
+}
+
SectionDevice."Headphones" {
Comment "Headset/Headphones"
JackControl "Mic - Input Jack"
CaptureMixerElem "Mic"
}
-}
+}
\ No newline at end of file
+++ /dev/null
-SectionDevice."Speaker" {
- Comment "Built-in Speaker"
-
- Value {
- PlaybackPriority 100
- PlaybackPCM "hw:${CardId}"
- JackControl "Speaker - Output Jack"
- PlaybackMixerElem "Speaker"
- }
-}
Syntax 2
Comment "USB-audio on the front of Dell Desktop"
-SectionUseCase."Speaker" {
- Comment "Internal Speaker"
- File "Dell/Desktop-Front-Speaker.conf"
-}
-
-SectionUseCase."Headset" {
- Comment "Front Headset"
- File "Dell/Desktop-Front-Headset.conf"
+SectionUseCase."HiFi" {
+ Comment "Internal Speaker/Front Headset"
+ File "Dell/Desktop-Front-Speaker-Headset.conf"
}