ASoC: codecs: rt715-sdca: remove useless assignment of ops
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 9 May 2022 18:57:29 +0000 (13:57 -0500)
committerMark Brown <broonie@kernel.org>
Tue, 10 May 2022 11:31:31 +0000 (12:31 +0100)
commit5118da41c7594ccf4e64003bf325ffcefb3da6e3
treed8f9847b38a0c1ba6e7c0e635f65d5b02991039b
parent795dd8d3b883b0e7f5ceb66efe362749b0c65f7d
ASoC: codecs: rt715-sdca: remove useless assignment of ops

The ops are already part of the 'struct sdw_driver', it's unclear why
this was copied into the 'slave' structure - no other driver does so.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220509185729.59884-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt715-sdca-sdw.c