Changeset 598 for GPL/trunk/alsa-kernel/drivers/virmidi.c
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/drivers/virmidi.c
r587 r598 46 46 #include <linux/err.h> 47 47 #include <linux/platform_device.h> 48 #include <linux/module .h>48 #include <linux/moduleparam.h> 49 49 #include <sound/core.h> 50 50 #include <sound/seq_kernel.h> … … 64 64 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 65 65 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ 66 static boolenable[SNDRV_CARDS] = {1, [1 ... (SNDRV_CARDS - 1)] = 0};66 static int enable[SNDRV_CARDS] = {1, [1 ... (SNDRV_CARDS - 1)] = 0}; 67 67 static int midi_devs[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4}; 68 68
Note:
See TracChangeset
for help on using the changeset viewer.