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
This commit is contained in:
parent
1531743d9d
commit
a228617fb2
1 changed files with 22 additions and 0 deletions
|
@ -2419,6 +2419,28 @@
|
||||||
<path name="speaker-and-headphones-liquid" />
|
<path name="speaker-and-headphones-liquid" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<path name="spkr-gain-in-headphone-combo">
|
||||||
|
<ctl name="Left Speaker Gain" value="24" />
|
||||||
|
<ctl name="Right Speaker Gain" value="24" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="speaker-gain-default">
|
||||||
|
<ctl name="Left Speaker Gain" value="24" />
|
||||||
|
<ctl name="Right Speaker Gain" value="24" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="spkr-gain-in-line-combo">
|
||||||
|
<path name="spkr-gain-in-headphone-combo" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="spkr-safe-gain-in-line-combo">
|
||||||
|
<path name="speaker-and-headphones" />
|
||||||
|
</path>
|
||||||
|
|
||||||
|
<path name="spkr-safe-gain-in-headphone-combo">
|
||||||
|
<path name="speaker-and-headphones" />
|
||||||
|
</path>
|
||||||
|
|
||||||
<path name="usb-headphones">
|
<path name="usb-headphones">
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue