aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/core.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2018-06-04 05:41:48 -0400
committerTakashi Iwai <tiwai@suse.de>2018-06-04 05:42:27 -0400
commitcdbc653a04ee692a7105a96e8dd6055d9971d45c (patch)
treec1282680b3115edfd693a27bc6758208534ac557 /include/sound/core.h
parent009f8c90f571d87855914dbc20e6c0ea2a3b19ae (diff)
parentceec4684085a9e4dc60439d84ab47ce260444804 (diff)
Merge branch 'for-next' into for-linus
4.18-rc1 merge material. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/core.h')
-rw-r--r--include/sound/core.h2
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 */
52enum snd_device_type { 52enum 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
67enum snd_device_state { 67enum snd_device_state {