Skip to content

Commit

Permalink
Revert "enlarge periods min"
Browse files Browse the repository at this point in the history
This reverts commit 81c0a2ff808f9b5c2aab81eaf78dcf921d3c34d9.

Tracked-On: OAM-114262
Signed-off-by: Libin Yang <[email protected]>
  • Loading branch information
libinyang authored and ljia5 committed Jan 31, 2024
1 parent 20c06ff commit 8b12648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/intel/avs/pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1111,9 +1111,9 @@ static const struct snd_pcm_hardware avs_pcm_hardware = {
SNDRV_PCM_FMTBIT_S24_LE |
SNDRV_PCM_FMTBIT_S32_LE,
.buffer_bytes_max = AZX_MAX_BUF_SIZE,
.period_bytes_min = 4096,
.period_bytes_min = 128,
.period_bytes_max = AZX_MAX_BUF_SIZE / 2,
.periods_min = 4,
.periods_min = 2,
.periods_max = AZX_MAX_FRAG,
.fifo_size = 0,
};
Expand Down

0 comments on commit 8b12648

Please sign in to comment.