Remove SPEAKER, MIC and JACK 66/136066/2
authorLee Hackseung <lhs@dignsys.com>
Wed, 28 Jun 2017 02:53:52 +0000 (11:53 +0900)
committerLee hackseung <lhs@dignsys.com>
Wed, 28 Jun 2017 03:07:05 +0000 (03:07 +0000)
Does not support these devices.

Change-Id: I9fd6ea8f95a2824de69e556cb557265b909e6148

tizen-audio-routing.c

index 8be716b..0cdadb6 100644 (file)
@@ -32,8 +32,6 @@
 /* #define DEBUG_TIMING */
 
 static device_type_t outDeviceTypes[] = {
-    { AUDIO_DEVICE_OUT_SPEAKER, "Speaker" },
-    { AUDIO_DEVICE_OUT_JACK, "Headphones" },
     { AUDIO_DEVICE_OUT_BT_SCO, "Bluetooth" },
     { AUDIO_DEVICE_OUT_AUX, "Line" },
     { AUDIO_DEVICE_OUT_HDMI, "HDMI" },
@@ -41,8 +39,6 @@ static device_type_t outDeviceTypes[] = {
 };
 
 static device_type_t inDeviceTypes[] = {
-    { AUDIO_DEVICE_IN_MAIN_MIC, "MainMic" },
-    { AUDIO_DEVICE_IN_JACK, "HeadsetMic" },
     { AUDIO_DEVICE_IN_BT_SCO, "BT Mic" },
     { 0, 0 },
 };