From 02240dedd92439364cc44cc46a3e263898db331d Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Wed, 24 Aug 2011 00:48:59 +0200 Subject: [PATCH] --- yaml --- r: 270415 b: refs/heads/master c: 391e69143d0a05f960e3ab39a8c26b7b230bb8a9 h: refs/heads/master i: 270413: c86f5305643b180f460ab3d7e291d4338277fc62 270411: b8991bf7d68dceb072fa10120a034efcface113b 270407: 5dbc2289da2040cdaa2fe08455554dfdc5eed283 270399: 05855c6fd7350b203d7d72df3497f4c7f1bf6f51 v: v3 --- [refs] | 2 +- trunk/sound/pci/ctxfi/ctpcm.c | 2 +- trunk/sound/pci/ctxfi/ctsrc.c | 2 +- trunk/sound/pci/ctxfi/ctvmem.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c24075e04bc6..c08824d4e1d0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 08ede038a738f22c1b3425051175e1d627d8dd43 +refs/heads/master: 391e69143d0a05f960e3ab39a8c26b7b230bb8a9 diff --git a/trunk/sound/pci/ctxfi/ctpcm.c b/trunk/sound/pci/ctxfi/ctpcm.c index 457d21189b0d..2c8622617c8c 100644 --- a/trunk/sound/pci/ctxfi/ctpcm.c +++ b/trunk/sound/pci/ctxfi/ctpcm.c @@ -404,7 +404,7 @@ int ct_alsa_pcm_create(struct ct_atc *atc, int err; int playback_count, capture_count; - playback_count = (IEC958 == device) ? 1 : 8; + playback_count = (IEC958 == device) ? 1 : 256; capture_count = (FRONT == device) ? 1 : 0; err = snd_pcm_new(atc->card, "ctxfi", device, playback_count, capture_count, &pcm); diff --git a/trunk/sound/pci/ctxfi/ctsrc.c b/trunk/sound/pci/ctxfi/ctsrc.c index c749fa720889..e134b3a5780d 100644 --- a/trunk/sound/pci/ctxfi/ctsrc.c +++ b/trunk/sound/pci/ctxfi/ctsrc.c @@ -20,7 +20,7 @@ #include "cthardware.h" #include -#define SRC_RESOURCE_NUM 64 +#define SRC_RESOURCE_NUM 256 #define SRCIMP_RESOURCE_NUM 256 static unsigned int conj_mask; diff --git a/trunk/sound/pci/ctxfi/ctvmem.h b/trunk/sound/pci/ctxfi/ctvmem.h index b23adfca4de6..e6da60eb19ce 100644 --- a/trunk/sound/pci/ctxfi/ctvmem.h +++ b/trunk/sound/pci/ctxfi/ctvmem.h @@ -18,7 +18,7 @@ #ifndef CTVMEM_H #define CTVMEM_H -#define CT_PTP_NUM 1 /* num of device page table pages */ +#define CT_PTP_NUM 4 /* num of device page table pages */ #include #include