ODROID-COMMON: sound/soc: support up to 384KHz sample rate.

Change-Id: Iad8a1337637b5f09d444c632935a1326123a04d8
This commit is contained in:
Kevin Kim
2018-09-11 16:18:45 +09:00
committed by Luke Go
parent 2e16669748
commit 0d76096354

View File

@@ -130,7 +130,7 @@ static const struct snd_pcm_hardware aml_tdm_hardware = {
SNDRV_PCM_FMTBIT_S32_LE,
.period_bytes_min = 64,
.period_bytes_max = 256 * 1024,
.period_bytes_max = 256 * 1024 * 2,
.periods_min = 2,
.periods_max = 1024,
.buffer_bytes_max = 1024 * 1024,