|
@@ -1158,6 +1158,8 @@ static int twl6040_remove(struct snd_soc_codec *codec)
|
|
|
static const struct snd_soc_codec_driver soc_codec_dev_twl6040 = {
|
|
|
.probe = twl6040_probe,
|
|
|
.remove = twl6040_remove,
|
|
|
+ .read = twl6040_read,
|
|
|
+ .write = twl6040_write,
|
|
|
.set_bias_level = twl6040_set_bias_level,
|
|
|
.suspend_bias_off = true,
|
|
|
.ignore_pmdown_time = true,
|