OSDN Git Service

ASoC: fsl_audmix: make clock and output src write only
authorViorel Suman <viorel.suman@nxp.com>
Mon, 14 Sep 2020 17:24:34 +0000 (20:24 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 17 Sep 2020 13:47:09 +0000 (14:47 +0100)
commit944c517b8c838832a166f1c89afbf8724f4a6b49
treeb03c7ce60ef235304d1e2cece37e84586618eaad
parent8d9a14fc7371a18d54226bf2542f77b11e5a7101
ASoC: fsl_audmix: make clock and output src write only

"alsactl -f state.conf store/restore" sequence fails because setting
"mixing clock source" and "output source" requires active TDM clock
being started for configuration propagation. Make these two controls
write only so that their values are not stored at "alsactl store".

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Link: https://lore.kernel.org/r/1600104274-13110-1-git-send-email-viorel.suman@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_audmix.c