Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155631
b: refs/heads/master
c: 34fdeb2
h: refs/heads/master
i:
  155629: 640028f
  155627: 0ccb23c
  155623: 141c658
  155615: 66a6d1b
v: v3
  • Loading branch information
Takashi Iwai committed Jul 20, 2009
1 parent b9967f3 commit 786ec87
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: f96e0808212ca284cc9398d7cd3f573786c1d890
refs/heads/master: 34fdeb2d07102e07ecafe79dec170bd6733f2e56
4 changes: 2 additions & 2 deletions trunk/sound/pci/ca0106/ca0106_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ static struct snd_pcm_hardware snd_ca0106_capture_hw = {
.rate_max = 192000,
.channels_min = 2,
.channels_max = 2,
.buffer_bytes_max = ((65536 - 64) * 8),
.buffer_bytes_max = 65536 - 128,
.period_bytes_min = 64,
.period_bytes_max = (65536 - 64),
.period_bytes_max = 32768 - 64,
.periods_min = 2,
.periods_max = 2,
.fifo_size = 0,
Expand Down

0 comments on commit 786ec87

Please sign in to comment.