dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: ak4535: Remove bitrotted driver version

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown 2012-02-16 22:53:20 -08:00
parent b08c576434
commit 7e11a53516
1 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,6 @@
#include "ak4535.h"
#define AK4535_VERSION "0.3"
/* codec private data */
struct ak4535_priv {
unsigned int sysclk;
@ -372,8 +370,6 @@ static int ak4535_probe(struct snd_soc_codec *codec)
struct ak4535_priv *ak4535 = snd_soc_codec_get_drvdata(codec);
int ret;
printk(KERN_INFO "AK4535 Audio Codec %s", AK4535_VERSION);
ret = snd_soc_codec_set_cache_io(codec, 8, 8, ak4535->control_type);
if (ret < 0) {
dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret);