Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142711
b: refs/heads/master
c: c42eec0
h: refs/heads/master
i:
  142709: 6f93232
  142707: 844c532
  142703: 0906903
v: v3
  • Loading branch information
Hans-Christian Egtvedt authored and Takashi Iwai committed Apr 6, 2009
1 parent 435c9d7 commit 3d3ff7c
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: 128ed6a9266daac5d7b0e082339742e16caf7caa
refs/heads/master: c42eec0f193ed408118e20d85ea8c2e69c529993
4 changes: 2 additions & 2 deletions trunk/sound/atmel/ac97c.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ static struct snd_pcm_hardware atmel_ac97c_hw = {
.rate_max = 48000,
.channels_min = 1,
.channels_max = 2,
.buffer_bytes_max = 64 * 4096,
.buffer_bytes_max = 2 * 2 * 64 * 2048,
.period_bytes_min = 4096,
.period_bytes_max = 4096,
.periods_min = 4,
.periods_min = 6,
.periods_max = 64,
};

Expand Down

0 comments on commit 3d3ff7c

Please sign in to comment.