]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: kirkwood-dma: remove restriction on sample rates
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 20 Nov 2012 12:20:14 +0000 (12:20 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 21 Nov 2012 01:40:23 +0000 (10:40 +0900)
commit0aa5e47d1f3b395c4d2540a28ee37694466ee19b
tree37af2834d36ed78f446345c5b2b7e55336a54be8
parentd8d11ba566761625e2b5ab716dca920725f3dc0b
ASoC: kirkwood-dma: remove restriction on sample rates

This is part of a patch found in Rabeeh Khoury's git tree for the
cubox.

The kirkwood DMA hardware for ASoC does not impose any restrictions
on the sample rates available, so it's silly to impose an artificial
set in the DMA code.  The restrictions come from the availble clocks
to the I2S module, which are already handled in the I2S part of the
driver.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/kirkwood/kirkwood-dma.c