diff options
Diffstat (limited to 'kernel/sound/soc/codecs/tlv320aic32x4.c')
-rw-r--r-- | kernel/sound/soc/codecs/tlv320aic32x4.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sound/soc/codecs/tlv320aic32x4.c b/kernel/sound/soc/codecs/tlv320aic32x4.c index 015467ed6..f2d319196 100644 --- a/kernel/sound/soc/codecs/tlv320aic32x4.c +++ b/kernel/sound/soc/codecs/tlv320aic32x4.c @@ -564,7 +564,6 @@ static int aic32x4_set_bias_level(struct snd_soc_codec *codec, case SND_SOC_BIAS_OFF: break; } - codec->dapm.bias_level = level; return 0; } @@ -872,7 +871,6 @@ MODULE_DEVICE_TABLE(of, aic32x4_of_id); static struct i2c_driver aic32x4_i2c_driver = { .driver = { .name = "tlv320aic32x4", - .owner = THIS_MODULE, .of_match_table = aic32x4_of_id, }, .probe = aic32x4_i2c_probe, |