ODROID-COMMON: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 45f46fed09
commit 322402ebcd

View File

@@ -133,7 +133,7 @@ static const struct snd_pcm_hardware aml_tdm_hardware = {
.period_bytes_max = 256 * 1024 * 2,
.periods_min = 2,
.periods_max = 1024,
.buffer_bytes_max = 1024 * 1024,
.buffer_bytes_max = 512 * 1024 * 2,
.rate_min = 8000,
.rate_max = 384000,