Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86578
b: refs/heads/master
c: 20cde9e
h: refs/heads/master
v: v3
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed Feb 29, 2008
1 parent fba0ce8 commit 6fbed84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d513202efd5bb9974545ef1c7f951467b21eb3a5
refs/heads/master: 20cde9e8f83711dca532c49605914d50292d9ce5
2 changes: 1 addition & 1 deletion trunk/sound/isa/sb/sb8_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ static int snd_sb8_capture_prepare(struct snd_pcm_substream *substream)
} else {
snd_sbdsp_command(chip, 256 - runtime->rate_den);
}
if (chip->capture_format != SB_DSP_OUTPUT) {
if (chip->capture_format != SB_DSP_INPUT) {
count--;
snd_sbdsp_command(chip, SB_DSP_BLOCK_SIZE);
snd_sbdsp_command(chip, count & 0xff);
Expand Down

0 comments on commit 6fbed84

Please sign in to comment.