Commit 0af49ffe3c04ed5a9095ea1349d3e26a1e8b311a

Authored by Antonio Ospite
Committed by Takashi Iwai
1 parent 4a9f911861

ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE()

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>

Showing 3 changed files with 16 additions and 16 deletions Side-by-side Diff

sound/usb/6fire/chip.c
... ... @@ -30,7 +30,7 @@
30 30 MODULE_AUTHOR("Torsten Schenk <torsten.schenk@zoho.com>");
31 31 MODULE_DESCRIPTION("TerraTec DMX 6Fire USB audio driver");
32 32 MODULE_LICENSE("GPL v2");
33   -MODULE_SUPPORTED_DEVICE("{{TerraTec, DMX 6Fire USB}}");
  33 +MODULE_SUPPORTED_DEVICE("{{TerraTec,DMX 6Fire USB}}");
34 34  
35 35 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
36 36 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for card */
sound/usb/caiaq/device.c
... ... @@ -39,20 +39,20 @@
39 39 MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>");
40 40 MODULE_DESCRIPTION("caiaq USB audio");
41 41 MODULE_LICENSE("GPL");
42   -MODULE_SUPPORTED_DEVICE("{{Native Instruments, RigKontrol2},"
43   - "{Native Instruments, RigKontrol3},"
44   - "{Native Instruments, Kore Controller},"
45   - "{Native Instruments, Kore Controller 2},"
46   - "{Native Instruments, Audio Kontrol 1},"
47   - "{Native Instruments, Audio 2 DJ},"
48   - "{Native Instruments, Audio 4 DJ},"
49   - "{Native Instruments, Audio 8 DJ},"
50   - "{Native Instruments, Traktor Audio 2},"
51   - "{Native Instruments, Session I/O},"
52   - "{Native Instruments, GuitarRig mobile},"
53   - "{Native Instruments, Traktor Kontrol X1},"
54   - "{Native Instruments, Traktor Kontrol S4},"
55   - "{Native Instruments, Maschine Controller}}");
  42 +MODULE_SUPPORTED_DEVICE("{{Native Instruments,RigKontrol2},"
  43 + "{Native Instruments,RigKontrol3},"
  44 + "{Native Instruments,Kore Controller},"
  45 + "{Native Instruments,Kore Controller 2},"
  46 + "{Native Instruments,Audio Kontrol 1},"
  47 + "{Native Instruments,Audio 2 DJ},"
  48 + "{Native Instruments,Audio 4 DJ},"
  49 + "{Native Instruments,Audio 8 DJ},"
  50 + "{Native Instruments,Traktor Audio 2},"
  51 + "{Native Instruments,Session I/O},"
  52 + "{Native Instruments,GuitarRig mobile},"
  53 + "{Native Instruments,Traktor Kontrol X1},"
  54 + "{Native Instruments,Traktor Kontrol S4},"
  55 + "{Native Instruments,Maschine Controller}}");
56 56  
57 57 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
58 58 static char* id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */
sound/usb/usx2y/usbusx2y.c
... ... @@ -150,7 +150,7 @@
150 150 MODULE_AUTHOR("Karsten Wiese <annabellesgarden@yahoo.de>");
151 151 MODULE_DESCRIPTION("TASCAM "NAME_ALLCAPS" Version 0.8.7.2");
152 152 MODULE_LICENSE("GPL");
153   -MODULE_SUPPORTED_DEVICE("{{TASCAM(0x1604), "NAME_ALLCAPS"(0x8001)(0x8005)(0x8007) }}");
  153 +MODULE_SUPPORTED_DEVICE("{{TASCAM(0x1604),"NAME_ALLCAPS"(0x8001)(0x8005)(0x8007)}}");
154 154  
155 155 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
156 156 static char* id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */