diff options
author | Antonio Ospite <ao2@amarulasolutions.com> | 2013-01-29 06:56:29 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-29 09:10:57 -0500 |
commit | febd1cc43882733d0030295246cabfe1ded924c2 (patch) | |
tree | 0ef1b96517c1c502d4751fea01f5ed8de5c9f9aa /sound/usb | |
parent | d4dab5ab5bd0445420aa090185409bf3ae6ccd37 (diff) |
ALSA: caiaq: fix use of MODULE_SUPPORTED_DEVICES()
It looks like MODULE_SUPPORTED_DEVICES() is not implemented yet, but
still, having the entries in the list consistently separated by commas
and with balanced parenthesis won't hurt.
Signed-off-by: Antonio Ospite <ao2@amarulasolutions.com>
Acked-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/caiaq/device.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/usb/caiaq/device.c b/sound/usb/caiaq/device.c index c828f8189c25..e4d6dbb0342d 100644 --- a/sound/usb/caiaq/device.c +++ b/sound/usb/caiaq/device.c | |||
@@ -48,10 +48,10 @@ MODULE_SUPPORTED_DEVICE("{{Native Instruments, RigKontrol2}," | |||
48 | "{Native Instruments, Audio 8 DJ}," | 48 | "{Native Instruments, Audio 8 DJ}," |
49 | "{Native Instruments, Traktor Audio 2}," | 49 | "{Native Instruments, Traktor Audio 2}," |
50 | "{Native Instruments, Session I/O}," | 50 | "{Native Instruments, Session I/O}," |
51 | "{Native Instruments, GuitarRig mobile}" | 51 | "{Native Instruments, GuitarRig mobile}," |
52 | "{Native Instruments, Traktor Kontrol X1}" | 52 | "{Native Instruments, Traktor Kontrol X1}," |
53 | "{Native Instruments, Traktor Kontrol S4}" | 53 | "{Native Instruments, Traktor Kontrol S4}," |
54 | "{Native Instruments, Maschine Controller}"); | 54 | "{Native Instruments, Maschine Controller}}"); |
55 | 55 | ||
56 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */ | 56 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */ |
57 | static char* id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */ | 57 | static char* id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */ |