ARM: dts: sun8i: a33: Drop audio codec oversampling rate to 128 fs
authorChen-Yu Tsai <wens@csie.org>
Wed, 5 Dec 2018 10:11:52 +0000 (18:11 +0800)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 5 Dec 2018 11:08:30 +0000 (12:08 +0100)
commit7ff33bd321b1a1092ccf4b80a1742528754ecc30
tree702e468878f4b2354d33ba1b47f51fca54cc54b7
parent82992cdf4af7553319e3551a07e6dc1f4c32ab41
ARM: dts: sun8i: a33: Drop audio codec oversampling rate to 128 fs

The current oversampling rate of 512 means that for 48 kHz 16 bit
stereo, the MCLK is running at the same rate as the module clock,
so there is no head room to support higher sampling rates. The codec
however supports up to 192 kHz for playback.

This patch drops the oversampling rate from 512 to 128, so that 192 kHz
audio can be played back directly without downsampling. Ideally we
should be using different oversampling rates for different sampling
rates, but that's not possible without a platform-specific machine
driver.

Fixes: 870f1bd1f5e9 ("ARM: dts: sun8i: Add audio codec, dai and card for A33")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun8i-a33.dtsi