ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE()
authorAntonio Ospite <ao2@amarulasolutions.com>
Fri, 21 Jun 2013 11:11:51 +0000 (13:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 21 Jun 2013 12:37:08 +0000 (14:37 +0200)
In sound/usb/card.c and sound/usb/misc/ua101.c there are no spaces
between the vendor and the device names, use this style in the other
drivers too.

This also helps keeping consistency when new drivers copies from the
ones already in the mainline tree.

Signed-off-by: Antonio Ospite <ao2@amarulasolutions.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/6fire/chip.c
sound/usb/caiaq/device.c
sound/usb/usx2y/usbusx2y.c

index 4394ae796356c2c46cce90e9e5e20707e85de06d..c39c77978468b9270fd117d6d055ecc2e021fdb3 100644 (file)
@@ -30,7 +30,7 @@
 MODULE_AUTHOR("Torsten Schenk <torsten.schenk@zoho.com>");
 MODULE_DESCRIPTION("TerraTec DMX 6Fire USB audio driver");
 MODULE_LICENSE("GPL v2");
-MODULE_SUPPORTED_DEVICE("{{TerraTec, DMX 6Fire USB}}");
+MODULE_SUPPORTED_DEVICE("{{TerraTec,DMX 6Fire USB}}");
 
 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for card */
index 23cf55dbc54e5107e8f21e9ebaafe92c932d94b5..1a61dd12fe38a9bb881e462f396e92f43a048e36 100644 (file)
 MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>");
 MODULE_DESCRIPTION("caiaq USB audio");
 MODULE_LICENSE("GPL");
-MODULE_SUPPORTED_DEVICE("{{Native Instruments, RigKontrol2},"
-                        "{Native Instruments, RigKontrol3},"
-                        "{Native Instruments, Kore Controller},"
-                        "{Native Instruments, Kore Controller 2},"
-                        "{Native Instruments, Audio Kontrol 1},"
-                        "{Native Instruments, Audio 2 DJ},"
-                        "{Native Instruments, Audio 4 DJ},"
-                        "{Native Instruments, Audio 8 DJ},"
-                        "{Native Instruments, Traktor Audio 2},"
-                        "{Native Instruments, Session I/O},"
-                        "{Native Instruments, GuitarRig mobile},"
-                        "{Native Instruments, Traktor Kontrol X1},"
-                        "{Native Instruments, Traktor Kontrol S4},"
-                        "{Native Instruments, Maschine Controller}}");
+MODULE_SUPPORTED_DEVICE("{{Native Instruments,RigKontrol2},"
+                        "{Native Instruments,RigKontrol3},"
+                        "{Native Instruments,Kore Controller},"
+                        "{Native Instruments,Kore Controller 2},"
+                        "{Native Instruments,Audio Kontrol 1},"
+                        "{Native Instruments,Audio 2 DJ},"
+                        "{Native Instruments,Audio 4 DJ},"
+                        "{Native Instruments,Audio 8 DJ},"
+                        "{Native Instruments,Traktor Audio 2},"
+                        "{Native Instruments,Session I/O},"
+                        "{Native Instruments,GuitarRig mobile},"
+                        "{Native Instruments,Traktor Kontrol X1},"
+                        "{Native Instruments,Traktor Kontrol S4},"
+                        "{Native Instruments,Maschine Controller}}");
 
 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
 static char* id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */
index 9af7c1f17413a3cfb4910c56cce7c6a5cc880864..1f9bbd55553fc79bd539b8ad17f369be5beed267 100644 (file)
 MODULE_AUTHOR("Karsten Wiese <annabellesgarden@yahoo.de>");
 MODULE_DESCRIPTION("TASCAM "NAME_ALLCAPS" Version 0.8.7.2");
 MODULE_LICENSE("GPL");
-MODULE_SUPPORTED_DEVICE("{{TASCAM(0x1604), "NAME_ALLCAPS"(0x8001)(0x8005)(0x8007) }}");
+MODULE_SUPPORTED_DEVICE("{{TASCAM(0x1604),"NAME_ALLCAPS"(0x8001)(0x8005)(0x8007)}}");
 
 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
 static char* id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */