diff options
author | Jarkko Nikula <jarkko.nikula@nokia.com> | 2008-10-07 14:49:22 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-13 02:17:26 +0200 |
commit | 3ab57fbe91994e5d6fb371a34390520c6c905bee (patch) | |
tree | c851d3ebe72f9abae0e06067abad0bf30fbaa4bd /sound/soc/codecs/ak4535.c | |
parent | e78cc18d91f23edd9c5319bc1b15a540e351d942 (diff) | |
download | linux-3ab57fbe91994e5d6fb371a34390520c6c905bee.tar.bz2 |
ALSA: ASoC: Remove unused AUDIO_NAME define from codec drivers
Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/ak4535.c')
-rw-r--r-- | sound/soc/codecs/ak4535.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4535.c b/sound/soc/codecs/ak4535.c index 088cf9927720..2a89b5888e11 100644 --- a/sound/soc/codecs/ak4535.c +++ b/sound/soc/codecs/ak4535.c @@ -28,7 +28,6 @@ #include "ak4535.h" -#define AUDIO_NAME "ak4535" #define AK4535_VERSION "0.3" struct snd_soc_codec_device soc_codec_dev_ak4535; |