未验证 提交 c9d06665 编写于 作者: P Peter Ujfalusi 提交者: Mark Brown

ASoC: twl6040: Add back missing write callback

We need to have the write callback to use the code.

Fixes: 7480389f ("ASoC: twl6040: replace codec to component")
Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 7480389f
......@@ -1157,6 +1157,7 @@ static const struct snd_soc_component_driver soc_component_dev_twl6040 = {
.probe = twl6040_probe,
.remove = twl6040_remove,
.read = twl6040_read,
.write = twl6040_write,
.remove = twl6040_remove,
.set_bias_level = twl6040_set_bias_level,
.controls = twl6040_snd_controls,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册