These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / sound / soc / codecs / ak4671.c
index 2a58b1d..c73a9f6 100644 (file)
@@ -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,