diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-20 11:14:03 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-20 20:28:05 +0000 |
commit | d8d9ef27aeb5806b772d977215aaf0d545082768 (patch) | |
tree | 0bce56fe8192bc08711f7226066d9150054e50fa /meta-agl-bsp | |
parent | aa137a09ab5e9fbe66648c26f8502aaee1699e8c (diff) |
kernel/4a: support more than 8 audio cards
When using Kingfisher + M3ULCB + MOST network devices, it's possible
to reach the max number of statically allocated soundcards.
This patch enables CONFIG_SND_DYNAMIC_MINORS which allows to declare
more than 8 soundcards.
Change-Id: Ibe0f75e00c343d7adfcdae0661e893fb39fc4169
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux/4a-sound.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/4a-sound.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/4a-sound.cfg index aa7fdc86e..1a2010428 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/4a-sound.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/4a-sound.cfg @@ -3,3 +3,5 @@ CONFIG_SND=y CONFIG_SND_TIMER=y CONFIG_SND_PCM=y CONFIG_SND_ALOOP=y +CONFIG_SND_DYNAMIC_MINORS=y +CONFIG_SND_MAX_CARDS=32 |