aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/minors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/minors.h')
-rw-r--r--include/sound/minors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/minors.h b/include/sound/minors.h
index a81798ab73ed..46bcd2023ed8 100644
--- a/include/sound/minors.h
+++ b/include/sound/minors.h
@@ -21,8 +21,6 @@
21 * 21 *
22 */ 22 */
23 23
24#define SNDRV_OS_MINORS 256
25
26#define SNDRV_MINOR_DEVICES 32 24#define SNDRV_MINOR_DEVICES 32
27#define SNDRV_MINOR_CARD(minor) ((minor) >> 5) 25#define SNDRV_MINOR_CARD(minor) ((minor) >> 5)
28#define SNDRV_MINOR_DEVICE(minor) ((minor) & 0x001f) 26#define SNDRV_MINOR_DEVICE(minor) ((minor) & 0x001f)