diff options
author | Chris Rorvick <chris@rorvick.com> | 2015-01-20 11:20:49 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-20 11:52:30 +0300 |
commit | c6fffce92e1a8cda8c1b552f5a24295839f3f93a (patch) | |
tree | bd550e912d3cea8916757d8e65e946a33515a0e1 /sound/usb/line6/Kconfig | |
parent | 35ae48a3f40cff8a418b4f2061de3e2bc432e663 (diff) | |
download | linux-c6fffce92e1a8cda8c1b552f5a24295839f3f93a.tar.xz |
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/usb/line6/Kconfig')
-rw-r--r-- | sound/usb/line6/Kconfig | 4 |
1 files changed, 2 insertions, 2 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 select SND_PCM config SND_USB_POD - tristate "Line6 POD USB support" + tristate "Line 6 POD USB support" select SND_USB_LINE6 help This is a driver for PODxt and other similar devices, @@ -21,7 +21,7 @@ config SND_USB_POD re-amping) config SND_USB_PODHD - tristate "Line6 POD HD300/400/500 USB support" + tristate "Line 6 POD HD300/400/500 USB support" select SND_USB_LINE6 help This is a driver for POD HD300, 400 and 500 devices. |