[alsa-devel] [PATCH 1/2] ak4113 build support
From: Pavel Hofman pavel.hofman@ivitera.com
Signed-off-by: Pavel Hofman pavel.hofman@ivitera.com
diff --git a/i2c/other/Makefile b/i2c/other/Makefile index 37f1603..a86990e 100644 --- a/i2c/other/Makefile +++ b/i2c/other/Makefile @@ -5,7 +5,7 @@ endif include $(SND_TOPDIR)/toplevel.config include $(SND_TOPDIR)/Makefile.conf
-export-objs += ak4xxx-adda.o ak4114.o ak4117.o pt2258.o tea575x-tuner.o +export-objs += ak4xxx-adda.o ak4113.o ak4114.o ak4117.o pt2258.o tea575x-tuner.o
include $(SND_TOPDIR)/alsa-kernel/i2c/other/Makefile
diff --git a/i2c/other/ak4113.c b/i2c/other/ak4113.c new file mode 100644 index 0000000..41cb4ce --- /dev/null +++ b/i2c/other/ak4113.c @@ -0,0 +1,2 @@ +#include "adriver.h" +#include "../../alsa-kernel/i2c/other/ak4113.c" diff --git a/utils/insert b/utils/insert index af911d1..bfbbb83 100755 --- a/utils/insert +++ b/utils/insert @@ -395,6 +395,7 @@ case "$1" in #insert snd-i2c$SUFF #insert snd-cs8427$SUFF insert snd-ak4114$SUFF + insert snd-ak4113$SUFF insert snd-ak4xxx-adda$SUFF insert snd-ice17xx-ak4xxx$SUFF insert snd-ice1724$SUFF enable=1,1
From: Pavel Hofman pavel.hofman@ivitera.com
Signed-off-by: Pavel Hofman pavel.hofman@ivitera.com
diff --git a/pci/ice1712/quartet.c b/pci/ice1712/quartet.c new file mode 100644 index 0000000..634fd17 --- /dev/null +++ b/pci/ice1712/quartet.c @@ -0,0 +1,3 @@ +#define __NO_VERSION__ +#include "adriver.h" +#include "../../alsa-kernel/pci/ice1712/quartet.c"
participants (1)
-
pavel.hofman@ivitera.com