Skip to content

Commit 0cfae7c

Browse files
Hans-Christian Egtvedttiwai
authored andcommitted
ALSA: atmel - update author email for ABDAC, AC97C and AT73C213
This patch updates the email address of the sound drivers supported by me to an email account I will use on a more regular basis in the future. Signed-off-by: Hans-Christian Egtvedt <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 9966db2 commit 0cfae7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sound/atmel/abdac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,4 +599,4 @@ module_exit(atmel_abdac_exit);
599599

600600
MODULE_LICENSE("GPL");
601601
MODULE_DESCRIPTION("Driver for Atmel Audio Bitstream DAC (ABDAC)");
602-
MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>");
602+
MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>");

sound/atmel/ac97c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,4 +1199,4 @@ module_exit(atmel_ac97c_exit);
11991199

12001200
MODULE_LICENSE("GPL");
12011201
MODULE_DESCRIPTION("Driver for Atmel AC97 controller");
1202-
MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>");
1202+
MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>");

sound/spi/at73c213.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,6 @@ static void __exit at73c213_exit(void)
11241124
}
11251125
module_exit(at73c213_exit);
11261126

1127-
MODULE_AUTHOR("Hans-Christian Egtvedt <[email protected]>");
1127+
MODULE_AUTHOR("Hans-Christian Egtvedt <[email protected]>");
11281128
MODULE_DESCRIPTION("Sound driver for AT73C213 with Atmel SSC");
11291129
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)