]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: pxa-ssp: simplify pxa_ssp_set_dai_sysclk()
authorDaniel Mack <daniel@zonque.org>
Mon, 21 May 2018 21:50:17 +0000 (23:50 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 22 May 2018 10:57:17 +0000 (11:57 +0100)
commit05f38281c5e5272ff1d350ed8762b08c4f6d10fc
tree3d439ec9b5f0cb20fdd63a612bdc8ac9d4a5fbff
parent737e370a57e4e83ead04166e89a8b53eee9734b0
ASoC: pxa-ssp: simplify pxa_ssp_set_dai_sysclk()

There's no need to read the register again prior to writing it, we did
that in the beginning of the function.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/pxa-ssp.c