diff options
Diffstat (limited to 'include/sound/core.h')
-rw-r--r-- | include/sound/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/core.h b/include/sound/core.h index 5f181b875c2f..36a5934cf4b1 100644 --- a/include/sound/core.h +++ b/include/sound/core.h | |||
@@ -51,7 +51,6 @@ struct completion; | |||
51 | */ | 51 | */ |
52 | enum snd_device_type { | 52 | enum snd_device_type { |
53 | SNDRV_DEV_LOWLEVEL, | 53 | SNDRV_DEV_LOWLEVEL, |
54 | SNDRV_DEV_CONTROL, | ||
55 | SNDRV_DEV_INFO, | 54 | SNDRV_DEV_INFO, |
56 | SNDRV_DEV_BUS, | 55 | SNDRV_DEV_BUS, |
57 | SNDRV_DEV_CODEC, | 56 | SNDRV_DEV_CODEC, |
@@ -62,6 +61,7 @@ enum snd_device_type { | |||
62 | SNDRV_DEV_SEQUENCER, | 61 | SNDRV_DEV_SEQUENCER, |
63 | SNDRV_DEV_HWDEP, | 62 | SNDRV_DEV_HWDEP, |
64 | SNDRV_DEV_JACK, | 63 | SNDRV_DEV_JACK, |
64 | SNDRV_DEV_CONTROL, /* NOTE: this must be the last one */ | ||
65 | }; | 65 | }; |
66 | 66 | ||
67 | enum snd_device_state { | 67 | enum snd_device_state { |