All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]us428control.patch.0.4
@ 2003-10-27 19:34 Karsten Wiese
  2003-10-28 11:12 ` [PATCH]us428control.patch.0.4 Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Karsten Wiese @ 2003-10-27 19:34 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 123 bytes --]

Hi Takashi,

please commit this with Comment:
>>>
Initialize Cus428State::SelectInputMonitor in Ctor.
<<<

Danke, 
Karsten

[-- Attachment #2: us428control.patch.0.4 --]
[-- Type: text/x-diff, Size: 3641 bytes --]

Index: alsa-tools/us428control/Cus428Midi.cc
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/us428control/Cus428Midi.cc,v
retrieving revision 1.1
diff -u -r1.1 Cus428Midi.cc
--- alsa-tools/us428control/Cus428Midi.cc	24 Oct 2003 14:01:45 -0000	1.1
+++ alsa-tools/us428control/Cus428Midi.cc	27 Oct 2003 19:26:10 -0000
@@ -1,3 +1,22 @@
+/*
+ *
+ * Copyright (c) 2003 by Karsten Wiese <annabellesgarden@yahoo.de>
+ *
+ *   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 <alsa/asoundlib.h>
 #include "Cus428Midi.h"
 
Index: alsa-tools/us428control/Cus428Midi.h
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/us428control/Cus428Midi.h,v
retrieving revision 1.1
diff -u -r1.1 Cus428Midi.h
--- alsa-tools/us428control/Cus428Midi.h	24 Oct 2003 14:01:45 -0000	1.1
+++ alsa-tools/us428control/Cus428Midi.h	27 Oct 2003 19:26:10 -0000
@@ -1,3 +1,22 @@
+/*
+ *
+ * Copyright (c) 2003 by Karsten Wiese <annabellesgarden@yahoo.de>
+ *
+ *   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 <sound/asequencer.h>
 #include "Cus428State.h"
 
Index: alsa-tools/us428control/Cus428State.h
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/us428control/Cus428State.h,v
retrieving revision 1.2
diff -u -r1.2 Cus428State.h
--- alsa-tools/us428control/Cus428State.h	24 Oct 2003 14:01:45 -0000	1.2
+++ alsa-tools/us428control/Cus428State.h	27 Oct 2003 19:26:10 -0000
@@ -29,6 +29,8 @@
 		:us428ctls_sharedmem(Pus428ctls_sharedmem)
 		,MuteInputMonitor(0)
 		,Mute(0)
+		,SelectInputMonitor(0)
+		,Select(0)
 		,us428_ctls(0)
 		{
 			init_us428_lights();
Index: alsa-tools/us428control/configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/us428control/configure.in,v
retrieving revision 1.2
diff -u -r1.2 configure.in
--- alsa-tools/us428control/configure.in	24 Oct 2003 14:01:45 -0000	1.2
+++ alsa-tools/us428control/configure.in	27 Oct 2003 19:26:10 -0000
@@ -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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH]us428control.patch.0.4
  2003-10-27 19:34 [PATCH]us428control.patch.0.4 Karsten Wiese
@ 2003-10-28 11:12 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2003-10-28 11:12 UTC (permalink / raw)
  To: Karsten Wiese; +Cc: alsa-devel

Hi Karsten,

At Mon, 27 Oct 2003 20:34:37 +0100,
Karsten Wiese wrote:
> 
> [1  <text/plain; us-ascii (7bit)>]
> Hi Takashi,
> 
> please commit this with Comment:
> >>>
> Initialize Cus428State::SelectInputMonitor in Ctor.
> <<<

applied.  thanks!


Takashi


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-28 11:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-27 19:34 [PATCH]us428control.patch.0.4 Karsten Wiese
2003-10-28 11:12 ` [PATCH]us428control.patch.0.4 Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.