Update of /cvsroot/alsa/alsa-tools/hdspmixer/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24113/hdspmixer/src

Modified Files:
        HDSPMixerCard.h HDSPMixerOutput.h HDSPMixerSelector.h 
        HDSPMixerWindow.h hdspmixer.cxx 
Log Message:
fixed the path of hdsp.h



Index: HDSPMixerCard.h
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/src/HDSPMixerCard.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HDSPMixerCard.h     24 Nov 2003 18:17:05 -0000      1.4
+++ HDSPMixerCard.h     19 Mar 2004 15:29:59 -0000      1.5
@@ -25,7 +25,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <alsa/asoundlib.h>
-#include <sound/hdsp.h>
+#include <alsa/sound/hdsp.h>
 #include "defines.h"
 #include "HDSPMixerWindow.h"
 

Index: HDSPMixerOutput.h
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/src/HDSPMixerOutput.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HDSPMixerOutput.h   24 Nov 2003 18:17:05 -0000      1.4
+++ HDSPMixerOutput.h   19 Mar 2004 15:29:59 -0000      1.5
@@ -25,7 +25,7 @@
 #include <FL/Fl.H>
 #include <FL/Fl_Group.H>
 #include <FL/fl_draw.H>
-#include <sound/hdsp.h>
+#include <alsa/sound/hdsp.h>
 #include "HDSPMixerFader.h"
 #include "HDSPMixerPeak.h"
 #include "HDSPMixerGain.h"

Index: HDSPMixerSelector.h
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/src/HDSPMixerSelector.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HDSPMixerSelector.h 24 Nov 2003 18:17:05 -0000      1.4
+++ HDSPMixerSelector.h 19 Mar 2004 15:29:59 -0000      1.5
@@ -27,7 +27,7 @@
 #include <FL/Fl_Menu_.H>
 #include <FL/Fl_Menu_Item.H>
 #include <FL/fl_draw.H>
-#include <sound/hdsp.h>
+#include <alsa/sound/hdsp.h>
 #include "HDSPMixerWindow.h"
 #include "HDSPMixerIOMixer.h"
 #include "defines.h"

Index: HDSPMixerWindow.h
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/src/HDSPMixerWindow.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HDSPMixerWindow.h   27 Nov 2003 10:42:40 -0000      1.3
+++ HDSPMixerWindow.h   19 Mar 2004 15:29:59 -0000      1.4
@@ -39,7 +39,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <alsa/asoundlib.h>
-#include <sound/hdsp.h>
+#include <alsa/sound/hdsp.h>
 #include "HDSPMixerCard.h"
 #include "HDSPMixerInputs.h"
 #include "HDSPMixerOutputs.h"

Index: hdspmixer.cxx
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/hdspmixer/src/hdspmixer.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hdspmixer.cxx       3 Nov 2003 19:10:39 -0000       1.2
+++ hdspmixer.cxx       19 Mar 2004 15:29:59 -0000      1.3
@@ -24,7 +24,7 @@
 #include <unistd.h>
 #include <errno.h>
 #include <alsa/asoundlib.h>
-#include <sound/hdsp.h>
+#include <alsa/sound/hdsp.h>
 #include <FL/Fl.H>
 #include <FL/Fl_Preferences.H>
 #include "pixmaps.h"



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to