Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148370
b: refs/heads/master
c: 775ffa1
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jun 5, 2009
1 parent d784857 commit 403d7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b7bbf876087e0e2c0ba723a8398083c9a9ac1dfd
refs/heads/master: 775ffa1d3e5a550dd2c9d947d773021c61531b36
4 changes: 2 additions & 2 deletions trunk/sound/pci/ctxfi/ctpcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static struct snd_pcm_hardware ct_pcm_playback_hw = {
.buffer_bytes_max = (128*1024),
.period_bytes_min = (64),
.period_bytes_max = (128*1024),
.periods_min = 1,
.periods_min = 2,
.periods_max = 1024,
.fifo_size = 0,
};
Expand All @@ -62,7 +62,7 @@ static struct snd_pcm_hardware ct_spdif_passthru_playback_hw = {
.buffer_bytes_max = (128*1024),
.period_bytes_min = (64),
.period_bytes_max = (128*1024),
.periods_min = 1,
.periods_min = 2,
.periods_max = 1024,
.fifo_size = 0,
};
Expand Down

0 comments on commit 403d7a2

Please sign in to comment.