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