Skip to content

Commit 122fe6e

Browse files
Markus Grabnertiwai
authored andcommitted
ALSA: line6: update contact information
The Line6 driver source code files contain an outdated email address of the original author. This patch updates the contact information. Signed-off-by: Markus Grabner <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 57c14b9 commit 122fe6e

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

sound/usb/line6/capture.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Line 6 Linux USB driver
44
*
5-
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at)
5+
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at)
66
*/
77

88
#include <linux/slab.h>

sound/usb/line6/capture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Line 6 Linux USB driver
44
*
5-
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at)
5+
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at)
66
*/
77

88
#ifndef CAPTURE_H

sound/usb/line6/driver.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Line 6 Linux USB driver
44
*
5-
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at)
5+
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at)
66
*/
77

88
#include <linux/kernel.h>
@@ -20,7 +20,7 @@
2020
#include "midi.h"
2121
#include "playback.h"
2222

23-
#define DRIVER_AUTHOR "Markus Grabner <[email protected].at>"
23+
#define DRIVER_AUTHOR "Markus Grabner <line6@grabner-graz.at>"
2424
#define DRIVER_DESC "Line 6 USB Driver"
2525

2626
/*

sound/usb/line6/driver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Line 6 Linux USB driver
44
*
5-
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at)
5+
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at)
66
*/
77

88
#ifndef DRIVER_H

sound/usb/line6/midi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Line 6 Linux USB driver
44
*
5-
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at)
5+
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at)
66
*/
77

88
#include <linux/slab.h>

sound/usb/line6/midi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Line 6 Linux USB driver
44
*
5-
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at)
5+
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at)
66
*/
77

88
#ifndef MIDI_H

sound/usb/line6/midibuf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Line 6 Linux USB driver
44
*
5-
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at)
5+
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at)
66
*/
77

88
#include <linux/slab.h>

sound/usb/line6/midibuf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Line 6 Linux USB driver
44
*
5-
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at)
5+
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at)
66
*/
77

88
#ifndef MIDIBUF_H

sound/usb/line6/pcm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Line 6 Linux USB driver
44
*
5-
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at)
5+
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at)
66
*/
77

88
#include <linux/slab.h>

sound/usb/line6/pcm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Line 6 Linux USB driver
44
*
5-
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at)
5+
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at)
66
*/
77

88
/*

0 commit comments

Comments
 (0)