Commit 3ab57fbe authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Takashi Iwai

ALSA: ASoC: Remove unused AUDIO_NAME define from codec drivers

Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent e78cc18d
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include "ak4535.h" #include "ak4535.h"
#define AUDIO_NAME "ak4535"
#define AK4535_VERSION "0.3" #define AK4535_VERSION "0.3"
struct snd_soc_codec_device soc_codec_dev_ak4535; struct snd_soc_codec_device soc_codec_dev_ak4535;
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#include "ssm2602.h" #include "ssm2602.h"
#define AUDIO_NAME "ssm2602"
#define SSM2602_VERSION "0.1" #define SSM2602_VERSION "0.1"
struct snd_soc_codec_device soc_codec_dev_ssm2602; struct snd_soc_codec_device soc_codec_dev_ssm2602;
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include "tlv320aic23.h" #include "tlv320aic23.h"
#define AUDIO_NAME "tlv320aic23"
#define AIC23_VERSION "0.1" #define AIC23_VERSION "0.1"
struct tlv320aic23_srate_reg_info { struct tlv320aic23_srate_reg_info {
......
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
#include "tlv320aic3x.h" #include "tlv320aic3x.h"
#define AUDIO_NAME "aic3x"
#define AIC3X_VERSION "0.2" #define AIC3X_VERSION "0.2"
/* codec private data */ /* codec private data */
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include "uda1380.h" #include "uda1380.h"
#define UDA1380_VERSION "0.6" #define UDA1380_VERSION "0.6"
#define AUDIO_NAME "uda1380"
/* /*
* uda1380 register cache * uda1380 register cache
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include "wm8510.h" #include "wm8510.h"
#define AUDIO_NAME "wm8510"
#define WM8510_VERSION "0.6" #define WM8510_VERSION "0.6"
struct snd_soc_codec_device soc_codec_dev_wm8510; struct snd_soc_codec_device soc_codec_dev_wm8510;
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include "wm8580.h" #include "wm8580.h"
#define AUDIO_NAME "wm8580"
#define WM8580_VERSION "0.1" #define WM8580_VERSION "0.1"
struct pll_state { struct pll_state {
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include "wm8731.h" #include "wm8731.h"
#define AUDIO_NAME "wm8731"
#define WM8731_VERSION "0.13" #define WM8731_VERSION "0.13"
struct snd_soc_codec_device soc_codec_dev_wm8731; struct snd_soc_codec_device soc_codec_dev_wm8731;
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include "wm8750.h" #include "wm8750.h"
#define AUDIO_NAME "WM8750"
#define WM8750_VERSION "0.12" #define WM8750_VERSION "0.12"
/* codec private data */ /* codec private data */
......
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
#include "wm8753.h" #include "wm8753.h"
#define AUDIO_NAME "wm8753"
#define WM8753_VERSION "0.16" #define WM8753_VERSION "0.16"
static int caps_charge = 2000; static int caps_charge = 2000;
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include "wm8971.h" #include "wm8971.h"
#define AUDIO_NAME "wm8971"
#define WM8971_VERSION "0.9" #define WM8971_VERSION "0.9"
#define WM8971_REG_COUNT 43 #define WM8971_REG_COUNT 43
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include "wm8990.h" #include "wm8990.h"
#define AUDIO_NAME "wm8990"
#define WM8990_VERSION "0.2" #define WM8990_VERSION "0.2"
/* codec private data */ /* codec private data */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment