mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
ODROID-COMMON:Support up to 384KHz sample rate.
Change-Id: Iad8a1337637b5f09d444c632935a1326123a04d8
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user