kernel/4a: support more than 8 audio cards 91/19191/2
authorStephane Desneux <stephane.desneux@iot.bzh>
Thu, 20 Dec 2018 11:14:03 +0000 (11:14 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 20 Dec 2018 20:28:05 +0000 (20:28 +0000)
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>
meta-agl-bsp/recipes-kernel/linux/linux/4a-sound.cfg

index aa7fdc8..1a20104 100644 (file)
@@ -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