]> 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)
committerStefan Bader <stefan.bader@canonical.com>
Thu, 5 Apr 2018 14:21:14 +0000 (16:21 +0200)
commitcd06397528145bf11d06eb163d4f62ea9a49cec0
treed15efac487a3641b4f94438337e561c13efd2159
parentd978d56b6ae053ba5cdacde7d131cfe9f308f3c7
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