asoc: clean up audio drivers and remove unused files
Clean up audio drivers and remove unused files. Change-Id: I50559ac3c5f4a1f4336e4480cd3ff235d015441e Signed-off-by: Meng Wang <mengw@codeaurora.org>
This commit is contained in:
@@ -105,8 +105,6 @@
|
||||
#define IS_CODEC_VERSION(wcd, wcdversion) \
|
||||
((wcd->version == wcdversion) ? true : false)
|
||||
|
||||
#define PAHU_VERSION_1_0 0
|
||||
|
||||
enum {
|
||||
CDC_V_1_0,
|
||||
CDC_V_1_1,
|
||||
@@ -119,7 +117,6 @@ enum codec_variant {
|
||||
WCD9335,
|
||||
WCD9326,
|
||||
WCD934X,
|
||||
WCD9360,
|
||||
};
|
||||
|
||||
enum wcd9xxx_slim_slave_addr_type {
|
||||
@@ -298,7 +295,6 @@ enum wcd9xxx_chipid_major {
|
||||
TASHA_MAJOR = cpu_to_le16(0x0),
|
||||
TASHA2P0_MAJOR = cpu_to_le16(0x107),
|
||||
TAVIL_MAJOR = cpu_to_le16(0x108),
|
||||
PAHU_MAJOR = cpu_to_le16(0x109),
|
||||
};
|
||||
|
||||
enum codec_power_states {
|
||||
|
Reference in New Issue
Block a user