Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148383
b: refs/heads/master
c: c399f3b
h: refs/heads/master
i:
  148381: 20c0960
  148379: a0bb198
  148375: 2349db4
  148367: f33df81
  148351: b8d7b38
v: v3
  • Loading branch information
Takashi Iwai committed Jun 9, 2009
1 parent a929453 commit 579e612
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 04145f2bfbc3ac4dbb71fa085b82380444d50b4f
refs/heads/master: c399f3be82e1249221a7f410855ab1aa747fa82b
4 changes: 4 additions & 0 deletions trunk/sound/pci/ctxfi/ctatc.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,10 @@ static int atc_pcm_playback_start(struct ct_atc *atc, struct ct_atc_pcm *apcm)
unsigned int max_cisz;
struct src *src = apcm->src;

if (apcm->started)
return 0;
apcm->started = 1;

max_cisz = src->multi * src->rsc.msr;
max_cisz = 0x80 * (max_cisz < 8 ? max_cisz : 8);

Expand Down

0 comments on commit 579e612

Please sign in to comment.