diff options
Diffstat (limited to 'sound/drivers/mts64.c')
-rw-r--r-- | sound/drivers/mts64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/mts64.c b/sound/drivers/mts64.c index f24bf9a06cff..621e60e2029f 100644 --- a/sound/drivers/mts64.c +++ b/sound/drivers/mts64.c | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; | 37 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; |
38 | static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; | 38 | static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; |
39 | static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; | 39 | static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; |
40 | 40 | ||
41 | static struct platform_device *platform_devices[SNDRV_CARDS]; | 41 | static struct platform_device *platform_devices[SNDRV_CARDS]; |
42 | static int device_count; | 42 | static int device_count; |