From: Takashi Iwai Date: Tue, 28 Oct 2003 10:57:13 +0000 (+0000) Subject: update by Karsten Wiese : X-Git-Tag: v1.0.3~47 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a23fe73753cfdee526f1a918024329c0a6fa7259;p=alsa-tools.git update by Karsten Wiese : - Initialize Cus428State::SelectInputMonitor in Ctor. - Added GPL description. --- diff --git a/us428control/Cus428Midi.cc b/us428control/Cus428Midi.cc index c9a5b6a..2de2391 100644 --- a/us428control/Cus428Midi.cc +++ b/us428control/Cus428Midi.cc @@ -1,3 +1,22 @@ +/* + * + * Copyright (c) 2003 by Karsten Wiese + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include #include "Cus428Midi.h" diff --git a/us428control/Cus428Midi.h b/us428control/Cus428Midi.h index b33498f..7169092 100644 --- a/us428control/Cus428Midi.h +++ b/us428control/Cus428Midi.h @@ -1,3 +1,22 @@ +/* + * + * Copyright (c) 2003 by Karsten Wiese + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include #include "Cus428State.h" diff --git a/us428control/Cus428State.h b/us428control/Cus428State.h index a2779fb..c2eb01e 100644 --- a/us428control/Cus428State.h +++ b/us428control/Cus428State.h @@ -29,6 +29,8 @@ class Cus428State: public us428_lights{ :us428ctls_sharedmem(Pus428ctls_sharedmem) ,MuteInputMonitor(0) ,Mute(0) + ,SelectInputMonitor(0) + ,Select(0) ,us428_ctls(0) { init_us428_lights(); diff --git a/us428control/configure.in b/us428control/configure.in index c7d6696..3fe9f77 100644 --- a/us428control/configure.in +++ b/us428control/configure.in @@ -1,5 +1,5 @@ AC_INIT(us428control.cc) -AM_INIT_AUTOMAKE(us428control, 0.3) +AM_INIT_AUTOMAKE(us428control, 0.4) AC_PROG_CXX AC_PROG_INSTALL AC_HEADER_STDC