tizen 2.3.1 release
[external/alsa-lib.git] / src / mixer / simple_none.c
index 426f2d7..b11e9e8 100644 (file)
@@ -937,7 +937,12 @@ static int base_len(const char *name, selem_ctl_type_t *type)
                *type = CTL_CAPTURE_ROUTE;
                return strlen(name);
        }
-
+       if (strstr(name, "3D Control")) {
+               if (strstr(name, "Depth")) {
+                       *type = CTL_PLAYBACK_VOLUME;
+                       return strlen(name);
+               }
+       }
        return 0;
 }