summaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/ctsrc.c
diff options
context:
space:
mode:
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>2011-08-24 00:48:59 +0200
committerTakashi Iwai <tiwai@suse.de>2011-08-24 10:39:44 +0200
commit391e69143d0a05f960e3ab39a8c26b7b230bb8a9 (patch)
tree9576019c6bbcbad7485fec00615f96005ee73f82 /sound/pci/ctxfi/ctsrc.c
parent08ede038a738f22c1b3425051175e1d627d8dd43 (diff)
downloadop-kernel-dev-391e69143d0a05f960e3ab39a8c26b7b230bb8a9.zip
op-kernel-dev-391e69143d0a05f960e3ab39a8c26b7b230bb8a9.tar.gz
ALSA: ctxfi: Bump playback substreams to 256
There are references in the code to 256 sources, so I tested it with 256 aplays, of which the first and last with real data and the rest playing /dev/zero . Also increase amount of page tables, so the default aplay size works. Signed-off-by: Maarten Lankhorst <m.b.lankhorst@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ctxfi/ctsrc.c')
-rw-r--r--sound/pci/ctxfi/ctsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ctxfi/ctsrc.c b/sound/pci/ctxfi/ctsrc.c
index c749fa7..e134b3a 100644
--- a/sound/pci/ctxfi/ctsrc.c
+++ b/sound/pci/ctxfi/ctsrc.c
@@ -20,7 +20,7 @@
#include "cthardware.h"
#include <linux/slab.h>
-#define SRC_RESOURCE_NUM 64
+#define SRC_RESOURCE_NUM 256
#define SRCIMP_RESOURCE_NUM 256
static unsigned int conj_mask;
OpenPOWER on IntegriCloud