ASoC: da7219: Fix change notifications for tone generator frequency
authorMark Brown <broonie@kernel.org>
Wed, 20 Apr 2022 13:34:37 +0000 (14:34 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 20 Apr 2022 20:18:18 +0000 (21:18 +0100)
commit08ef48404965cfef99343d6bbbcf75b88c74aa0e
tree1bb3592e84de66af3990ca92ef1ade258aed1420
parent3756aa16fadaef2873cfbd2659dfa1978a7e1859
ASoC: da7219: Fix change notifications for tone generator frequency

The tone generator frequency control just returns 0 on successful write,
not a boolean value indicating if there was a change or not.  Compare
what was written with the value that was there previously so that
notifications are generated appropriately when the value changes.

Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20220420133437.569229-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/da7219.c