aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorChris Rorvick <chris@rorvick.com>2015-01-20 03:20:49 -0500
committerTakashi Iwai <tiwai@suse.de>2015-01-20 03:52:30 -0500
commitc6fffce92e1a8cda8c1b552f5a24295839f3f93a (patch)
treebd550e912d3cea8916757d8e65e946a33515a0e1 /sound
parent35ae48a3f40cff8a418b4f2061de3e2bc432e663 (diff)
ALSA: line6: Refer to manufacturer as "Line 6"
The correct spelling includes the space. Fix this in strings and comments that refer to the manufacturer. Signed-off-by: Chris Rorvick <chris@rorvick.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/line6/Kconfig4
-rw-r--r--sound/usb/line6/capture.c2
-rw-r--r--sound/usb/line6/capture.h2
-rw-r--r--sound/usb/line6/driver.c24
-rw-r--r--sound/usb/line6/driver.h14
-rw-r--r--sound/usb/line6/midi.c6
-rw-r--r--sound/usb/line6/midi.h4
-rw-r--r--sound/usb/line6/midibuf.c4
-rw-r--r--sound/usb/line6/midibuf.h2
-rw-r--r--sound/usb/line6/pcm.c2
-rw-r--r--sound/usb/line6/pcm.h10
-rw-r--r--sound/usb/line6/playback.c2
-rw-r--r--sound/usb/line6/playback.h2
-rw-r--r--sound/usb/line6/pod.c6
-rw-r--r--sound/usb/line6/podhd.c6
-rw-r--r--sound/usb/line6/toneport.c4
-rw-r--r--sound/usb/line6/usbdefs.h2
-rw-r--r--sound/usb/line6/variax.c4
18 files changed, 50 insertions, 50 deletions
diff --git a/sound/usb/line6/Kconfig b/sound/usb/line6/Kconfig
index 8287ae6a2c26..af20947e0bda 100644
--- a/sound/usb/line6/Kconfig
+++ b/sound/usb/line6/Kconfig
@@ -4,7 +4,7 @@ config SND_USB_LINE6
4 select SND_PCM 4 select SND_PCM
5 5
6config SND_USB_POD 6config SND_USB_POD
7 tristate "Line6 POD USB support" 7 tristate "Line 6 POD USB support"
8 select SND_USB_LINE6 8 select SND_USB_LINE6
9 help 9 help
10 This is a driver for PODxt and other similar devices, 10 This is a driver for PODxt and other similar devices,
@@ -21,7 +21,7 @@ config SND_USB_POD
21 re-amping) 21 re-amping)
22 22
23config SND_USB_PODHD 23config SND_USB_PODHD
24 tristate "Line6 POD HD300/400/500 USB support" 24 tristate "Line 6 POD HD300/400/500 USB support"
25 select SND_USB_LINE6 25 select SND_USB_LINE6
26 help 26 help
27 This is a driver for POD HD300, 400 and 500 devices. 27 This is a driver for POD HD300, 400 and 500 devices.
diff --git a/sound/usb/line6/capture.c b/sound/usb/line6/capture.c
index e8c54ede9227..9da31175dfed 100644
--- a/sound/usb/line6/capture.c
+++ b/sound/usb/line6/capture.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
diff --git a/sound/usb/line6/capture.h b/sound/usb/line6/capture.h
index 4157bcb598a9..ff172fb5bad9 100644
--- a/sound/usb/line6/capture.h
+++ b/sound/usb/line6/capture.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
diff --git a/sound/usb/line6/driver.c b/sound/usb/line6/driver.c
index 3757b0c03054..c668e0755fc4 100644
--- a/sound/usb/line6/driver.c
+++ b/sound/usb/line6/driver.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
@@ -26,10 +26,10 @@
26#include "usbdefs.h" 26#include "usbdefs.h"
27 27
28#define DRIVER_AUTHOR "Markus Grabner <grabner@icg.tugraz.at>" 28#define DRIVER_AUTHOR "Markus Grabner <grabner@icg.tugraz.at>"
29#define DRIVER_DESC "Line6 USB Driver" 29#define DRIVER_DESC "Line 6 USB Driver"
30 30
31/* 31/*
32 This is Line6's MIDI manufacturer ID. 32 This is Line 6's MIDI manufacturer ID.
33*/ 33*/
34const unsigned char line6_midi_id[] = { 34const unsigned char line6_midi_id[] = {
35 0x00, 0x01, 0x0c 35 0x00, 0x01, 0x0c
@@ -260,7 +260,7 @@ char *line6_alloc_sysex_buffer(struct usb_line6 *line6, int code1, int code2,
260EXPORT_SYMBOL_GPL(line6_alloc_sysex_buffer); 260EXPORT_SYMBOL_GPL(line6_alloc_sysex_buffer);
261 261
262/* 262/*
263 Notification of data received from the Line6 device. 263 Notification of data received from the Line 6 device.
264*/ 264*/
265static void line6_data_received(struct urb *urb) 265static void line6_data_received(struct urb *urb)
266{ 266{
@@ -402,7 +402,7 @@ int line6_write_data(struct usb_line6 *line6, int address, void *data,
402EXPORT_SYMBOL_GPL(line6_write_data); 402EXPORT_SYMBOL_GPL(line6_write_data);
403 403
404/* 404/*
405 Read Line6 device serial number. 405 Read Line 6 device serial number.
406 (POD, TonePort, GuitarPort) 406 (POD, TonePort, GuitarPort)
407*/ 407*/
408int line6_read_serial_number(struct usb_line6 *line6, int *serial_number) 408int line6_read_serial_number(struct usb_line6 *line6, int *serial_number)
@@ -468,7 +468,7 @@ int line6_probe(struct usb_interface *interface,
468 } 468 }
469 469
470 /* initialize device info: */ 470 /* initialize device info: */
471 dev_info(&interface->dev, "Line6 %s found\n", properties->name); 471 dev_info(&interface->dev, "Line 6 %s found\n", properties->name);
472 472
473 /* query interface number */ 473 /* query interface number */
474 interface_number = interface->cur_altsetting->desc.bInterfaceNumber; 474 interface_number = interface->cur_altsetting->desc.bInterfaceNumber;
@@ -514,7 +514,7 @@ int line6_probe(struct usb_interface *interface,
514 strcpy(card->id, line6->properties->id); 514 strcpy(card->id, line6->properties->id);
515 strcpy(card->driver, DRIVER_NAME); 515 strcpy(card->driver, DRIVER_NAME);
516 strcpy(card->shortname, line6->properties->name); 516 strcpy(card->shortname, line6->properties->name);
517 sprintf(card->longname, "Line6 %s at USB %s", line6->properties->name, 517 sprintf(card->longname, "Line 6 %s at USB %s", line6->properties->name,
518 dev_name(line6->ifcdev)); 518 dev_name(line6->ifcdev));
519 card->private_data = line6; 519 card->private_data = line6;
520 card->private_free = line6_destruct; 520 card->private_free = line6_destruct;
@@ -562,7 +562,7 @@ int line6_probe(struct usb_interface *interface,
562 562
563 /* creation of additional special files should go here */ 563 /* creation of additional special files should go here */
564 564
565 dev_info(&interface->dev, "Line6 %s now attached\n", 565 dev_info(&interface->dev, "Line 6 %s now attached\n",
566 line6->properties->name); 566 line6->properties->name);
567 567
568 return 0; 568 return 0;
@@ -575,7 +575,7 @@ int line6_probe(struct usb_interface *interface,
575EXPORT_SYMBOL_GPL(line6_probe); 575EXPORT_SYMBOL_GPL(line6_probe);
576 576
577/* 577/*
578 Line6 device disconnected. 578 Line 6 device disconnected.
579*/ 579*/
580void line6_disconnect(struct usb_interface *interface) 580void line6_disconnect(struct usb_interface *interface)
581{ 581{
@@ -606,7 +606,7 @@ void line6_disconnect(struct usb_interface *interface)
606 if (line6->disconnect) 606 if (line6->disconnect)
607 line6->disconnect(interface); 607 line6->disconnect(interface);
608 608
609 dev_info(&interface->dev, "Line6 %s now disconnected\n", 609 dev_info(&interface->dev, "Line 6 %s now disconnected\n",
610 line6->properties->name); 610 line6->properties->name);
611 611
612 /* make sure the device isn't destructed twice: */ 612 /* make sure the device isn't destructed twice: */
@@ -619,7 +619,7 @@ EXPORT_SYMBOL_GPL(line6_disconnect);
619#ifdef CONFIG_PM 619#ifdef CONFIG_PM
620 620
621/* 621/*
622 Suspend Line6 device. 622 Suspend Line 6 device.
623*/ 623*/
624int line6_suspend(struct usb_interface *interface, pm_message_t message) 624int line6_suspend(struct usb_interface *interface, pm_message_t message)
625{ 625{
@@ -641,7 +641,7 @@ int line6_suspend(struct usb_interface *interface, pm_message_t message)
641EXPORT_SYMBOL_GPL(line6_suspend); 641EXPORT_SYMBOL_GPL(line6_suspend);
642 642
643/* 643/*
644 Resume Line6 device. 644 Resume Line 6 device.
645*/ 645*/
646int line6_resume(struct usb_interface *interface) 646int line6_resume(struct usb_interface *interface)
647{ 647{
diff --git a/sound/usb/line6/driver.h b/sound/usb/line6/driver.h
index d539c11d333d..ff52169bb5a1 100644
--- a/sound/usb/line6/driver.h
+++ b/sound/usb/line6/driver.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
@@ -25,7 +25,7 @@
25#define LINE6_MESSAGE_MAXLEN 256 25#define LINE6_MESSAGE_MAXLEN 256
26 26
27/* 27/*
28 Line6 MIDI control commands 28 Line 6 MIDI control commands
29*/ 29*/
30#define LINE6_PARAM_CHANGE 0xb0 30#define LINE6_PARAM_CHANGE 0xb0
31#define LINE6_PROGRAM_CHANGE 0xc0 31#define LINE6_PROGRAM_CHANGE 0xc0
@@ -61,7 +61,7 @@ static const int SYSEX_DATA_OFS = sizeof(line6_midi_id) + 3;
61static const int SYSEX_EXTRA_SIZE = sizeof(line6_midi_id) + 4; 61static const int SYSEX_EXTRA_SIZE = sizeof(line6_midi_id) + 4;
62 62
63/** 63/**
64 Common properties of Line6 devices. 64 Common properties of Line 6 devices.
65*/ 65*/
66struct line6_properties { 66struct line6_properties {
67 /** 67 /**
@@ -91,7 +91,7 @@ struct line6_properties {
91}; 91};
92 92
93/** 93/**
94 Common data shared by all Line6 devices. 94 Common data shared by all Line 6 devices.
95 Corresponds to a pair of USB endpoints. 95 Corresponds to a pair of USB endpoints.
96*/ 96*/
97struct usb_line6 { 97struct usb_line6 {
@@ -121,18 +121,18 @@ struct usb_line6 {
121 struct device *ifcdev; 121 struct device *ifcdev;
122 122
123 /** 123 /**
124 Line6 sound card data structure. 124 Line 6 sound card data structure.
125 Each device has at least MIDI or PCM. 125 Each device has at least MIDI or PCM.
126 */ 126 */
127 struct snd_card *card; 127 struct snd_card *card;
128 128
129 /** 129 /**
130 Line6 PCM device data structure. 130 Line 6 PCM device data structure.
131 */ 131 */
132 struct snd_line6_pcm *line6pcm; 132 struct snd_line6_pcm *line6pcm;
133 133
134 /** 134 /**
135 Line6 MIDI device data structure. 135 Line 6 MIDI device data structure.
136 */ 136 */
137 struct snd_line6_midi *line6midi; 137 struct snd_line6_midi *line6midi;
138 138
diff --git a/sound/usb/line6/midi.c b/sound/usb/line6/midi.c
index 68793cc5dc1e..64e242b9ce82 100644
--- a/sound/usb/line6/midi.c
+++ b/sound/usb/line6/midi.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
@@ -226,7 +226,7 @@ static int snd_line6_new_midi(struct usb_line6 *line6,
226 struct snd_rawmidi *rmidi; 226 struct snd_rawmidi *rmidi;
227 int err; 227 int err;
228 228
229 err = snd_rawmidi_new(line6->card, "Line6 MIDI", 0, 1, 1, rmidi_ret); 229 err = snd_rawmidi_new(line6->card, "Line 6 MIDI", 0, 1, 1, rmidi_ret);
230 if (err < 0) 230 if (err < 0)
231 return err; 231 return err;
232 232
@@ -256,7 +256,7 @@ static void snd_line6_midi_free(struct snd_rawmidi *rmidi)
256} 256}
257 257
258/* 258/*
259 Initialize the Line6 MIDI subsystem. 259 Initialize the Line 6 MIDI subsystem.
260*/ 260*/
261int line6_init_midi(struct usb_line6 *line6) 261int line6_init_midi(struct usb_line6 *line6)
262{ 262{
diff --git a/sound/usb/line6/midi.h b/sound/usb/line6/midi.h
index 78f903fb4d41..68e7d3a19139 100644
--- a/sound/usb/line6/midi.h
+++ b/sound/usb/line6/midi.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
@@ -20,7 +20,7 @@
20 20
21struct snd_line6_midi { 21struct snd_line6_midi {
22 /** 22 /**
23 Pointer back to the Line6 driver data structure. 23 Pointer back to the Line 6 driver data structure.
24 */ 24 */
25 struct usb_line6 *line6; 25 struct usb_line6 *line6;
26 26
diff --git a/sound/usb/line6/midibuf.c b/sound/usb/line6/midibuf.c
index 1ff856989fd6..55df0da5f919 100644
--- a/sound/usb/line6/midibuf.c
+++ b/sound/usb/line6/midibuf.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
@@ -26,7 +26,7 @@ static int midibuf_message_length(unsigned char code)
26 } else { 26 } else {
27 /* 27 /*
28 Note that according to the MIDI specification 0xf2 is 28 Note that according to the MIDI specification 0xf2 is
29 the "Song Position Pointer", but this is used by Line6 29 the "Song Position Pointer", but this is used by Line 6
30 to send sysex messages to the host. 30 to send sysex messages to the host.
31 */ 31 */
32 static const int length[] = { -1, 2, -1, 2, -1, -1, 1, 1, 1, 1, 32 static const int length[] = { -1, 2, -1, 2, -1, -1, 1, 1, 1, 1,
diff --git a/sound/usb/line6/midibuf.h b/sound/usb/line6/midibuf.h
index 707482b940e4..18eed7565e05 100644
--- a/sound/usb/line6/midibuf.h
+++ b/sound/usb/line6/midibuf.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
diff --git a/sound/usb/line6/pcm.c b/sound/usb/line6/pcm.c
index 08fa9753a680..a31a86be2c77 100644
--- a/sound/usb/line6/pcm.c
+++ b/sound/usb/line6/pcm.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
diff --git a/sound/usb/line6/pcm.h b/sound/usb/line6/pcm.h
index 9328e6ffb191..715e84b3057c 100644
--- a/sound/usb/line6/pcm.h
+++ b/sound/usb/line6/pcm.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
@@ -26,7 +26,7 @@
26 26
27/* 27/*
28 number of USB frames per URB 28 number of USB frames per URB
29 The Line6 Windows driver always transmits two frames per packet, but 29 The Line 6 Windows driver always transmits two frames per packet, but
30 the Linux driver performs significantly better (i.e., lower latency) 30 the Linux driver performs significantly better (i.e., lower latency)
31 with only one frame per packet. 31 with only one frame per packet.
32*/ 32*/
@@ -38,7 +38,7 @@
38#define LINE6_IMPULSE_DEFAULT_PERIOD 100 38#define LINE6_IMPULSE_DEFAULT_PERIOD 100
39 39
40/* 40/*
41 Get substream from Line6 PCM data structure 41 Get substream from Line 6 PCM data structure
42*/ 42*/
43#define get_substream(line6pcm, stream) \ 43#define get_substream(line6pcm, stream) \
44 (line6pcm->pcm->streams[stream].substream) 44 (line6pcm->pcm->streams[stream].substream)
@@ -46,7 +46,7 @@
46/* 46/*
47 PCM mode bits. 47 PCM mode bits.
48 48
49 There are several features of the Line6 USB driver which require PCM 49 There are several features of the Line 6 USB driver which require PCM
50 data to be exchanged with the device: 50 data to be exchanged with the device:
51 *) PCM playback and capture via ALSA 51 *) PCM playback and capture via ALSA
52 *) software monitoring (for devices without hardware monitoring) 52 *) software monitoring (for devices without hardware monitoring)
@@ -167,7 +167,7 @@ struct line6_pcm_properties {
167 167
168struct snd_line6_pcm { 168struct snd_line6_pcm {
169 /** 169 /**
170 Pointer back to the Line6 driver data structure. 170 Pointer back to the Line 6 driver data structure.
171 */ 171 */
172 struct usb_line6 *line6; 172 struct usb_line6 *line6;
173 173
diff --git a/sound/usb/line6/playback.c b/sound/usb/line6/playback.c
index ec2384c875a7..660094b46753 100644
--- a/sound/usb/line6/playback.c
+++ b/sound/usb/line6/playback.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
diff --git a/sound/usb/line6/playback.h b/sound/usb/line6/playback.h
index 743bd6f74c57..0dfca5e42490 100644
--- a/sound/usb/line6/playback.h
+++ b/sound/usb/line6/playback.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
diff --git a/sound/usb/line6/pod.c b/sound/usb/line6/pod.c
index 6f4b09982589..7766f5349324 100644
--- a/sound/usb/line6/pod.c
+++ b/sound/usb/line6/pod.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
@@ -59,7 +59,7 @@ enum {
59 59
60struct usb_line6_pod { 60struct usb_line6_pod {
61 /** 61 /**
62 Generic Line6 USB data. 62 Generic Line 6 USB data.
63 */ 63 */
64 struct usb_line6 line6; 64 struct usb_line6 line6;
65 65
@@ -627,5 +627,5 @@ static struct usb_driver pod_driver = {
627 627
628module_usb_driver(pod_driver); 628module_usb_driver(pod_driver);
629 629
630MODULE_DESCRIPTION("Line6 POD USB driver"); 630MODULE_DESCRIPTION("Line 6 POD USB driver");
631MODULE_LICENSE("GPL"); 631MODULE_LICENSE("GPL");
diff --git a/sound/usb/line6/podhd.c b/sound/usb/line6/podhd.c
index 1d11185780e3..7217fa7e5db1 100644
--- a/sound/usb/line6/podhd.c
+++ b/sound/usb/line6/podhd.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Pod HD 2 * Line 6 Pod HD
3 * 3 *
4 * Copyright (C) 2011 Stefan Hajnoczi <stefanha@gmail.com> 4 * Copyright (C) 2011 Stefan Hajnoczi <stefanha@gmail.com>
5 * 5 *
@@ -28,7 +28,7 @@ enum {
28 28
29struct usb_line6_podhd { 29struct usb_line6_podhd {
30 /** 30 /**
31 Generic Line6 USB data. 31 Generic Line 6 USB data.
32 */ 32 */
33 struct usb_line6 line6; 33 struct usb_line6 line6;
34}; 34};
@@ -205,5 +205,5 @@ static struct usb_driver podhd_driver = {
205 205
206module_usb_driver(podhd_driver); 206module_usb_driver(podhd_driver);
207 207
208MODULE_DESCRIPTION("Line6 PODHD USB driver"); 208MODULE_DESCRIPTION("Line 6 PODHD USB driver");
209MODULE_LICENSE("GPL"); 209MODULE_LICENSE("GPL");
diff --git a/sound/usb/line6/toneport.c b/sound/usb/line6/toneport.c
index 24544b7ab476..77ad98c1a948 100644
--- a/sound/usb/line6/toneport.c
+++ b/sound/usb/line6/toneport.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * Emil Myhrman (emil.myhrman@gmail.com) 5 * Emil Myhrman (emil.myhrman@gmail.com)
@@ -34,7 +34,7 @@ enum line6_device_type {
34 34
35struct usb_line6_toneport { 35struct usb_line6_toneport {
36 /** 36 /**
37 Generic Line6 USB data. 37 Generic Line 6 USB data.
38 */ 38 */
39 struct usb_line6 line6; 39 struct usb_line6 line6;
40 40
diff --git a/sound/usb/line6/usbdefs.h b/sound/usb/line6/usbdefs.h
index f4d080e69abc..3aab2e7cbd63 100644
--- a/sound/usb/line6/usbdefs.h
+++ b/sound/usb/line6/usbdefs.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2005-2008 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2005-2008 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
diff --git a/sound/usb/line6/variax.c b/sound/usb/line6/variax.c
index a591c2c5794f..5e4da466da50 100644
--- a/sound/usb/line6/variax.c
+++ b/sound/usb/line6/variax.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Line6 Linux USB driver - 0.9.1beta 2 * Line 6 Linux USB driver - 0.9.1beta
3 * 3 *
4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 4 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5 * 5 *
@@ -43,7 +43,7 @@ enum {
43 43
44struct usb_line6_variax { 44struct usb_line6_variax {
45 /** 45 /**
46 Generic Line6 USB data. 46 Generic Line 6 USB data.
47 */ 47 */
48 struct usb_line6 line6; 48 struct usb_line6 line6;
49 49