Skip to content

Commit a228617

Browse files
Anush02198rcstar6696
authored andcommitted
clover: Audio: Add speaker gain combo in mixer path
*Add spkr-gain-in-headphone-combo , spkr-gain-in-line-combo , spkr-safe-gain-in-line-combo , speaker-gain-default , spkr-safe-gain-in-line-combo and spkr-safe-gain-in-headphone-combo * This should help us fixing E audio_hw_pr.. :Unable to find 'spkr-gain-in-headphone-combo' * Also fix rest dependency if needed Change-Id: I296560768dd938486981615c38fab54a34e1dbd7
1 parent 1531743 commit a228617

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

configs/audio/mixer_paths.xml

+22
Original file line numberDiff line numberDiff line change
@@ -2419,6 +2419,28 @@
24192419
<path name="speaker-and-headphones-liquid" />
24202420
</path>
24212421

2422+
<path name="spkr-gain-in-headphone-combo">
2423+
<ctl name="Left Speaker Gain" value="24" />
2424+
<ctl name="Right Speaker Gain" value="24" />
2425+
</path>
2426+
2427+
<path name="speaker-gain-default">
2428+
<ctl name="Left Speaker Gain" value="24" />
2429+
<ctl name="Right Speaker Gain" value="24" />
2430+
</path>
2431+
2432+
<path name="spkr-gain-in-line-combo">
2433+
<path name="spkr-gain-in-headphone-combo" />
2434+
</path>
2435+
2436+
<path name="spkr-safe-gain-in-line-combo">
2437+
<path name="speaker-and-headphones" />
2438+
</path>
2439+
2440+
<path name="spkr-safe-gain-in-headphone-combo">
2441+
<path name="speaker-and-headphones" />
2442+
</path>
2443+
24222444
<path name="usb-headphones">
24232445
</path>
24242446

0 commit comments

Comments
 (0)