Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18695
b: refs/heads/master
c: 18adfe7
h: refs/heads/master
i:
  18693: 5cd7259
  18691: 2351a72
  18687: f6446ab
v: v3
  • Loading branch information
Ricardo Cerqueira authored and Mauro Carvalho Chehab committed Jan 15, 2006
1 parent 41944ca commit 061fda8
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: cb8d1aa78e31d7f3511c0b3f25f5a61a4687235f
refs/heads/master: 18adfe7ac0777c3cc364cccb6823aafe2a009aa3
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/cx88/cx88-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,10 @@ static snd_pcm_hardware_t snd_cx88_digital_hw = {
.channels_min = 1,
.channels_max = 2,
.buffer_bytes_max = (2*2048),
.period_bytes_min = 256,
.period_bytes_min = 2048,
.period_bytes_max = 2048,
.periods_min = 2,
.periods_max = 16,
.periods_max = 2,
};

/*
Expand Down

0 comments on commit 061fda8

Please sign in to comment.