Skip to content

Commit

Permalink
drivers/audio: change audio buffer size
Browse files Browse the repository at this point in the history
change CONFIG_ALC1019_BUFFER_SIZE 2048 -> 16384

Commit is raised for RTL8730E rev 5 boards using ALC1019.
Commit is based on following previous commit raised for rev 6 and above versions using SYU645B.
Samsung@e26b55e

For more details, please refer to above commit.
  • Loading branch information
s1-vivek authored and Taejun-Kwon committed Sep 12, 2024
1 parent 10ad626 commit 99acac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/drivers/audio/alc1019.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* It's good to match the buffer size with i2s DMA page size
*/
#ifndef CONFIG_ALC1019_BUFFER_SIZE
#define CONFIG_ALC1019_BUFFER_SIZE 2048
#define CONFIG_ALC1019_BUFFER_SIZE 16384
#endif

#ifndef CONFIG_ALC1019_NUM_BUFFERS
Expand Down

0 comments on commit 99acac1

Please sign in to comment.