]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ASoC: bcm2835: Support additional samplerates up to 384kHz
authorMatthias Reichl <hias@horus.com>
Sun, 7 May 2017 14:19:54 +0000 (16:19 +0200)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Fri, 9 Mar 2018 15:21:09 +0000 (12:21 -0300)
commit0a6e2b7f0a27fd225964cbbb80a063b07aaeb136
tree292eb4a408e2a87d3105004df5ad785b790f8109
parent56182097641095dad9ecd128e62ce1ca9f8cfea1
ASoC: bcm2835: Support additional samplerates up to 384kHz

Sample rates are only restricted by the capabilities of the
clock driver, so use SNDRV_PCM_RATE_CONTINUOUS instead of
SNDRV_PCM_RATE_8000_192000.

Tests (eg with pcm5122) have shown that bcm2835 works fine
in 384kHz/32bit stereo mode, so change the maximum allowed
rate from 192kHz to 384kHz.

Signed-off-by: Matthias Reichl <hias@horus.com>
sound/soc/bcm/bcm2835-i2s.c