Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit c9d06665 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Mark Brown
Browse files

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: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7480389f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1157,6 +1157,7 @@ static const struct snd_soc_component_driver soc_component_dev_twl6040 = {
	.probe			= twl6040_probe,
	.probe			= twl6040_probe,
	.remove			= twl6040_remove,
	.remove			= twl6040_remove,
	.read			= twl6040_read,
	.read			= twl6040_read,
	.write			= twl6040_write,
	.remove			= twl6040_remove,
	.remove			= twl6040_remove,
	.set_bias_level		= twl6040_set_bias_level,
	.set_bias_level		= twl6040_set_bias_level,
	.controls		= twl6040_snd_controls,
	.controls		= twl6040_snd_controls,