All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ak4113 build support
@ 2009-09-14 22:48 pavel.hofman
  2009-09-14 22:48 ` [PATCH 2/2] Infrasonic Quartet " pavel.hofman
  0 siblings, 1 reply; 2+ messages in thread
From: pavel.hofman @ 2009-09-14 22:48 UTC (permalink / raw)
  To: patch; +Cc: Pavel Hofman, alsa-devel

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
-- 
1.5.6.3

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

* [PATCH 2/2] Infrasonic Quartet build support
  2009-09-14 22:48 [PATCH 1/2] ak4113 build support pavel.hofman
@ 2009-09-14 22:48 ` pavel.hofman
  0 siblings, 0 replies; 2+ messages in thread
From: pavel.hofman @ 2009-09-14 22:48 UTC (permalink / raw)
  To: patch; +Cc: Pavel Hofman, alsa-devel

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"
-- 
1.5.6.3

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

end of thread, other threads:[~2009-09-14 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-14 22:48 [PATCH 1/2] ak4113 build support pavel.hofman
2009-09-14 22:48 ` [PATCH 2/2] Infrasonic Quartet " pavel.hofman

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.