ASoC: atmel-i2s: Remove unnecessary audio PLL clock (aclk)
authorCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Tue, 3 Jul 2018 14:56:30 +0000 (17:56 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 3 Jul 2018 15:33:38 +0000 (16:33 +0100)
commit73ad0df572901e03fc703b6f114e4442291f45c2
treeff2f9559aab334e1bf67c54186adfbeb2f0e1ddf
parent563c263248ff37dcd743549a0c0932fe2bf83980
ASoC: atmel-i2s: Remove unnecessary audio PLL clock (aclk)

The generated clock (gclk) driver is able to set aclk as its parent and
change its rate alone, if needed. This means that our driver no longer
needs to configure aclk and we can let gclk select and configure its
clock source.

Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/atmel-i2s.c