提交 fc9a30e8 编写于 作者: M Mark Brown

ASoC: tlv320aic23: Remove driver-specific version number

It's never been updated since the driver was merged.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 5c7b4a08
......@@ -34,8 +34,6 @@
#include "tlv320aic23.h"
#define AIC23_VERSION "0.1"
/*
* AIC23 register cache
*/
......@@ -548,8 +546,6 @@ static int tlv320aic23_probe(struct snd_soc_codec *codec)
struct aic23 *aic23 = snd_soc_codec_get_drvdata(codec);
int ret;
printk(KERN_INFO "AIC23 Audio Codec %s\n", AIC23_VERSION);
ret = snd_soc_codec_set_cache_io(codec, 7, 9, aic23->control_type);
if (ret < 0) {
dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册