]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed paths when __KERNEL__
authorJaroslav Kysela <perex@perex.cz>
Fri, 23 Mar 2001 22:50:04 +0000 (22:50 +0000)
committerJaroslav Kysela <perex@perex.cz>
Fri, 23 Mar 2001 22:50:04 +0000 (22:50 +0000)
src/pcm/pcm_misc.c

index cd8e3782e3d29677acd538080dc3c7e7d834d131..07863a3b9471d264a19b50f051db3fba571c53c5 100644 (file)
@@ -20,9 +20,9 @@
  */
   
 #ifdef __KERNEL__
-#include "../include/driver.h"
-#include "../include/pcm.h"
-#include "../include/pcm_plugin.h"
+#include <sound/driver.h>
+#include <sound/pcm.h>
+#include <sound/pcm_plugin.h>
 #define bswap_16 swab16
 #define bswap_32 swab32
 #define bswap_64 swab64