]> git.baikalelectronics.ru Git - kernel.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)
commita5fcca28a9d46fcbbc452a6e3e71c31eaaac4894
tree3d439ec9b5f0cb20fdd63a612bdc8ac9d4a5fbff
parentb0d8a1ee1afdee8ffa0d982d65632f021ad392f4
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