From: Lee Hackseung Date: Wed, 28 Jun 2017 02:53:52 +0000 (+0900) Subject: Remove SPEAKER, MIC and JACK X-Git-Tag: accepted/tizen/4.0/unified/20170816.012900~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f001fe9314a1aba1c957e5478cbc1d1c703b94f;p=platform%2Fadaptation%2Fap_broadcom%2Faudio-hal-bcm2837.git Remove SPEAKER, MIC and JACK Does not support these devices. Change-Id: I9fd6ea8f95a2824de69e556cb557265b909e6148 --- diff --git a/tizen-audio-routing.c b/tizen-audio-routing.c index 8be716b..0cdadb6 100644 --- a/tizen-audio-routing.c +++ b/tizen-audio-routing.c @@ -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 }, };