summaryrefslogtreecommitdiffstats
path: root/kernel/sound/soc/codecs/ak4671.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sound/soc/codecs/ak4671.c')
-rw-r--r--kernel/sound/soc/codecs/ak4671.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sound/soc/codecs/ak4671.c b/kernel/sound/soc/codecs/ak4671.c
index 2a58b1dcc..c73a9f691 100644
--- a/kernel/sound/soc/codecs/ak4671.c
+++ b/kernel/sound/soc/codecs/ak4671.c
@@ -577,7 +577,6 @@ static int ak4671_set_bias_level(struct snd_soc_codec *codec,
snd_soc_write(codec, AK4671_AD_DA_POWER_MANAGEMENT, 0x00);
break;
}
- codec->dapm.bias_level = level;
return 0;
}
@@ -664,7 +663,6 @@ MODULE_DEVICE_TABLE(i2c, ak4671_i2c_id);
static struct i2c_driver ak4671_i2c_driver = {
.driver = {
.name = "ak4671-codec",
- .owner = THIS_MODULE,
},
.probe = ak4671_i2c_probe,
.remove = ak4671_i2c_remove,