From 6fbed847eda0b17931d2237a29c6ac2d21530ff5 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Mon, 25 Feb 2008 11:04:41 +0100 Subject: [PATCH] --- yaml --- r: 86578 b: refs/heads/master c: 20cde9e8f83711dca532c49605914d50292d9ce5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/isa/sb/sb8_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c919e05d7043..f03e62297b83 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d513202efd5bb9974545ef1c7f951467b21eb3a5 +refs/heads/master: 20cde9e8f83711dca532c49605914d50292d9ce5 diff --git a/trunk/sound/isa/sb/sb8_main.c b/trunk/sound/isa/sb/sb8_main.c index 6304c3a89ba0..fe03bb820532 100644 --- a/trunk/sound/isa/sb/sb8_main.c +++ b/trunk/sound/isa/sb/sb8_main.c @@ -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);