Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270415
b: refs/heads/master
c: 391e691
h: refs/heads/master
i:
  270413: c86f530
  270411: b8991bf
  270407: 5dbc228
  270399: 05855c6
v: v3
  • Loading branch information
Maarten Lankhorst authored and Takashi Iwai committed Aug 24, 2011
1 parent f60a122 commit 02240de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08ede038a738f22c1b3425051175e1d627d8dd43
refs/heads/master: 391e69143d0a05f960e3ab39a8c26b7b230bb8a9
2 changes: 1 addition & 1 deletion trunk/sound/pci/ctxfi/ctpcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/pci/ctxfi/ctsrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/pci/ctxfi/ctvmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <linux/mutex.h>
#include <linux/list.h>
Expand Down

0 comments on commit 02240de

Please sign in to comment.