diff options
author | Jaroslav Kysela <perex@perex.cz> | 2007-10-15 09:50:19 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 16:51:18 +0200 |
commit | c1017a4cdb68ae5368fbc9ee42c77f1f5dca8916 (patch) | |
tree | b5f1fb278a49d851439509a4c8e3fd8f87f791cd /sound/synth | |
parent | 39d3ed381877246719184897c853c0c58028fe54 (diff) | |
download | linux-3.10-c1017a4cdb68ae5368fbc9ee42c77f1f5dca8916.tar.gz linux-3.10-c1017a4cdb68ae5368fbc9ee42c77f1f5dca8916.tar.bz2 linux-3.10-c1017a4cdb68ae5368fbc9ee42c77f1f5dca8916.zip |
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/synth')
-rw-r--r-- | sound/synth/Makefile | 2 | ||||
-rw-r--r-- | sound/synth/emux/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/synth/Makefile b/sound/synth/Makefile index 986291dcb91..e99fd76caa1 100644 --- a/sound/synth/Makefile +++ b/sound/synth/Makefile @@ -1,6 +1,6 @@ # # Makefile for ALSA -# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> +# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> # snd-util-mem-objs := util_mem.o diff --git a/sound/synth/emux/Makefile b/sound/synth/emux/Makefile index 32a102d2670..b69035240cf 100644 --- a/sound/synth/emux/Makefile +++ b/sound/synth/emux/Makefile @@ -1,6 +1,6 @@ # # Makefile for ALSA -# Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> +# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> # snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \ |