Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91662577 authored by Takashi Iwai's avatar Takashi Iwai Committed by Takashi Iwai
Browse files

[ALSA] aw2 - Rename aw2-tsl.h to aw2-tsl.c



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: default avatarTakashi Iwai <tiwai@suse.de>
parent ee7a9c7c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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))

+0 −0

File moved.