diff options
Diffstat (limited to 'sound/pci/cs46xx')
-rw-r--r-- | sound/pci/cs46xx/dsp_spos_scb_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs46xx/dsp_spos_scb_lib.c b/sound/pci/cs46xx/dsp_spos_scb_lib.c index 57e357de1500..eded4dfeba12 100644 --- a/sound/pci/cs46xx/dsp_spos_scb_lib.c +++ b/sound/pci/cs46xx/dsp_spos_scb_lib.c | |||
@@ -1480,7 +1480,7 @@ void cs46xx_dsp_destroy_pcm_channel (struct snd_cs46xx * chip, | |||
1480 | if (!pcm_channel->src_scb->ref_count) { | 1480 | if (!pcm_channel->src_scb->ref_count) { |
1481 | cs46xx_dsp_remove_scb(chip,pcm_channel->src_scb); | 1481 | cs46xx_dsp_remove_scb(chip,pcm_channel->src_scb); |
1482 | 1482 | ||
1483 | snd_assert (pcm_channel->src_slot >= 0 && pcm_channel->src_slot <= DSP_MAX_SRC_NR, | 1483 | snd_assert (pcm_channel->src_slot >= 0 && pcm_channel->src_slot < DSP_MAX_SRC_NR, |
1484 | return ); | 1484 | return ); |
1485 | 1485 | ||
1486 | ins->src_scb_slots[pcm_channel->src_slot] = 0; | 1486 | ins->src_scb_slots[pcm_channel->src_slot] = 0; |