diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-25 01:10:00 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-25 01:10:00 +0200 |
commit | 7dda5549b51ce1bbf674c620a5715986d7da4ffd (patch) | |
tree | 57b0af6551e55c1207a7d8cbae4fa573fbf85541 /Audio-Common/audio-common.c | |
parent | b6e3522aae05d770b06d3af7c0cbf71d3a3a447f (diff) |
Fix Initial Volume for Jabra
Diffstat (limited to 'Audio-Common/audio-common.c')
-rw-r--r-- | Audio-Common/audio-common.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Audio-Common/audio-common.c b/Audio-Common/audio-common.c index b75cd9b..25629b5 100644 --- a/Audio-Common/audio-common.c +++ b/Audio-Common/audio-common.c @@ -37,6 +37,12 @@ PUBLIC const char *halCtlsLabels[] = { [Multimedia_Playback_Volume] = "Multimedia_Playback_Volume", [Navigation_Playback_Volume] = "Navigation_Playback_Volume", [Emergency_Playback_Volume] = "Emergency_Playback_Volume", + [Telephony_Playback_Volume] = "Telephony_Playback_Volume", + + [Multimedia_Playback_Switch] = "Multimedia_Playback_Switch", + [Navigation_Playback_Switch] = "Navigation_Playback_Switch", + [Emergency_Playback_Switch] = "Emergency_Playback_Switch", + [Telephony_Playback_Switch] = "Telephony_Playback_Switch", // Do not remove EndHalCrlTag [EndHalCrlTag] = NULL |