]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[ALSA] aw2 - Rename aw2-tsl.h to aw2-tsl.c
authorTakashi Iwai <tiwai@alsa2.suse.de>
Mon, 10 Mar 2008 11:19:12 +0000 (12:19 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:23 +0000 (12:00 +0200)
aw2-tsl.h should be rather a C file to be included since it's referred
only in aw2-saa6146.c and includes a table data.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/aw2/aw2-saa7146.c
sound/pci/aw2/aw2-tsl.c [moved from sound/pci/aw2/aw2-tsl.h with 100% similarity]

index f20f213489a3d50809e9fbf87ae2db33ba753803..6a3891ab69dd09389d7618597c770eddc225429a 100644 (file)
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
 
-#include "aw2-tsl.h"
 #include "saa7146.h"
 #include "aw2-saa7146.h"
 
+#include "aw2-tsl.c"
+
 #define WRITEREG(value, addr) writel((value), chip->base_addr + (addr))
 #define READREG(addr) readl(chip->base_addr + (addr))