summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/usb/card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/card.c b/sound/usb/card.c
index 223e4fe8e284..58c8df39b3f9 100644
--- a/sound/usb/card.c
+++ b/sound/usb/card.c
@@ -122,7 +122,7 @@ static struct usb_driver usb_audio_driver;
enum switch_state {
STATE_CONNECTED_UNKNOWN = -1,
STATE_DISCONNECTED = 0,
- STATE_CONNECTED = 1
+ STATE_CONNECTED = 2
};
static struct switch_dev usb_switch_dev = {