Skip to content

Commit

Permalink
[ALSA] aw2 - Rename aw2-tsl.h to aw2-tsl.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Takashi Iwai authored and tiwai committed Apr 24, 2008
1 parent ee7a9c7 commit 9166257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/pci/aw2/aw2-saa7146.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
#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))

Expand Down
File renamed without changes.

0 comments on commit 9166257

Please sign in to comment.