mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "audio: add 'useForVolume' field to 'gain'." am: d0470d9440
am: ce4b75195f
Change-Id: Ifdd9ddd69efc694ae31e74505eef9833649d86a7
This commit is contained in:
@@ -237,6 +237,7 @@ package audio.policy.configuration.V5_0 {
|
||||
method public audio.policy.configuration.V5_0.GainMode getMode();
|
||||
method public String getName();
|
||||
method public int getStepValueMB();
|
||||
method public boolean getUseForVolume();
|
||||
method public void setChannel_mask(String);
|
||||
method public void setDefaultValueMB(int);
|
||||
method public void setMaxRampMs(int);
|
||||
@@ -246,6 +247,7 @@ package audio.policy.configuration.V5_0 {
|
||||
method public void setMode(audio.policy.configuration.V5_0.GainMode);
|
||||
method public void setName(String);
|
||||
method public void setStepValueMB(int);
|
||||
method public void setUseForVolume(boolean);
|
||||
}
|
||||
|
||||
public class GlobalConfiguration {
|
||||
|
||||
@@ -446,6 +446,7 @@
|
||||
<xs:attribute name="stepValueMB" type="xs:int" use="optional"/>
|
||||
<xs:attribute name="minRampMs" type="xs:int" use="optional"/>
|
||||
<xs:attribute name="maxRampMs" type="xs:int" use="optional"/>
|
||||
<xs:attribute name="useForVolume" type="xs:boolean" use="optional"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
|
||||
@@ -237,6 +237,7 @@ package audio.policy.configuration.V6_0 {
|
||||
method public audio.policy.configuration.V6_0.GainMode getMode();
|
||||
method public String getName();
|
||||
method public int getStepValueMB();
|
||||
method public boolean getUseForVolume();
|
||||
method public void setChannel_mask(String);
|
||||
method public void setDefaultValueMB(int);
|
||||
method public void setMaxRampMs(int);
|
||||
@@ -246,6 +247,7 @@ package audio.policy.configuration.V6_0 {
|
||||
method public void setMode(audio.policy.configuration.V6_0.GainMode);
|
||||
method public void setName(String);
|
||||
method public void setStepValueMB(int);
|
||||
method public void setUseForVolume(boolean);
|
||||
}
|
||||
|
||||
public class GlobalConfiguration {
|
||||
|
||||
@@ -446,6 +446,7 @@
|
||||
<xs:attribute name="stepValueMB" type="xs:int" use="optional"/>
|
||||
<xs:attribute name="minRampMs" type="xs:int" use="optional"/>
|
||||
<xs:attribute name="maxRampMs" type="xs:int" use="optional"/>
|
||||
<xs:attribute name="useForVolume" type="xs:boolean" use="optional"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
|
||||
Reference in New Issue
Block a user