diff options
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r-- | include/sound/pcm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 51d58ccda2d8..bfc096ac82e5 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -84,8 +84,6 @@ struct snd_pcm_ops { | |||
84 | * | 84 | * |
85 | */ | 85 | */ |
86 | 86 | ||
87 | #define SNDRV_PCM_DEVICES 8 | ||
88 | |||
89 | #define SNDRV_PCM_IOCTL1_FALSE ((void *)0) | 87 | #define SNDRV_PCM_IOCTL1_FALSE ((void *)0) |
90 | #define SNDRV_PCM_IOCTL1_TRUE ((void *)1) | 88 | #define SNDRV_PCM_IOCTL1_TRUE ((void *)1) |
91 | 89 | ||
@@ -416,7 +414,7 @@ struct snd_pcm_str { | |||
416 | struct snd_pcm { | 414 | struct snd_pcm { |
417 | struct snd_card *card; | 415 | struct snd_card *card; |
418 | struct list_head list; | 416 | struct list_head list; |
419 | unsigned int device; /* device number */ | 417 | int device; /* device number */ |
420 | unsigned int info_flags; | 418 | unsigned int info_flags; |
421 | unsigned short dev_class; | 419 | unsigned short dev_class; |
422 | unsigned short dev_subclass; | 420 | unsigned short dev_subclass; |