fixup! Add new internal stream type - SOUND_STREAM_TYPE_MEDIA_NETWORK_SOURCE 08/208408/1 accepted/tizen/unified/20190625.051500 submit/tizen/20190624.063510
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 24 Jun 2019 05:52:53 +0000 (14:52 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 24 Jun 2019 05:53:00 +0000 (14:53 +0900)
Change-Id: I11edfcf3143c87ebaf74266e4a8aeafd1afd6c9d
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
src/sound_manager_private.c

index 3a47466da3aa90cc211178215598cf7ef3ecce5f..0a4660a02a4bc51f1336dcbc64de84477332aae1 100644 (file)
@@ -245,9 +245,11 @@ int _convert_stream_type_for_internal(sound_stream_type_internal_e stream_type_e
        case SOUND_STREAM_TYPE_MEDIA_COMPRESSED:
                *stream_type = "compressed-media";
                break;
+#ifndef TIZEN_FEATURE_TV_PROD
        case SOUND_STREAM_TYPE_MEDIA_NETWORK_SOURCE:
                *stream_type = "network-source-media";
                break;
+#endif
        default:
                LOGE("could not find the stream_type[%d] in this switch case statement", stream_type_enum);
                ret = MM_ERROR_SOUND_INTERNAL;