[RAMEN9610-14248] abox: lineout device added in sound type
authorSatish Kumar Reddy <palli.satish@samsung.com>
Sat, 23 Feb 2019 04:08:02 +0000 (13:08 +0900)
committerhskang <hs1218.kang@samsung.com>
Sun, 21 Apr 2019 09:10:07 +0000 (18:10 +0900)
Change-Id: Iaf4bf28ed0ff8d5d824e5cac2f5484739181e458
Signed-off-by: Satish Kumar Reddy <palli.satish@samsung.com>
sound/soc/samsung/abox/abox.c
sound/soc/samsung/abox/abox.h

index 78ff15bfb7d26d661da113022b24f3c991d9711c..7a25dee8b5c4b6e463132dad1c9a77cc4120e487 100644 (file)
@@ -1614,6 +1614,7 @@ static const char * const abox_sound_type_enum_texts[] = {
        "HEADSET",
        "BTVOICE",
        "USB",
+       "LINEOUT",
 };
 static const unsigned int abox_sound_type_enum_values[] = {
        SOUND_TYPE_VOICE,
@@ -1621,6 +1622,7 @@ static const unsigned int abox_sound_type_enum_values[] = {
        SOUND_TYPE_HEADSET,
        SOUND_TYPE_BTVOICE,
        SOUND_TYPE_USB,
+       SOUND_TYPE_LINEOUT,
 };
 SOC_VALUE_ENUM_SINGLE_DECL(abox_sound_type_enum, SND_SOC_NOPM, 0, 0,
                abox_sound_type_enum_texts, abox_sound_type_enum_values);
index d80b99112be965c941508cc32ffb003314efc974..e0c75f5a802c499197f4870751a7ea45a9fdae7c 100644 (file)
@@ -489,6 +489,7 @@ enum sound_type {
        SOUND_TYPE_HEADSET,
        SOUND_TYPE_BTVOICE,
        SOUND_TYPE_USB,
+       SOUND_TYPE_LINEOUT,
 };
 
 enum qchannel {