diff options
author | Thorsten Blum <thorsten.blum@linux.dev> | 2025-04-08 10:30:12 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2025-04-08 11:53:45 +0200 |
commit | ee9c3082f100dc78f89181c71507e69a4867368e (patch) | |
tree | 149084e3b7c794e6d49bc0e2233cba60b927754e | |
parent | a81aca6f8ed81d3607a5e06a64c02b7af0a705b5 (diff) |
ALSA: cs46xx: Remove commented out code
The code has been commented out ever since commit 1da177e4c3f4
("Linux-2.6.12-rc2"), remove it.
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20250408083015.796638-2-thorsten.blum@linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/cs46xx/dsp_spos_scb_lib.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/pci/cs46xx/dsp_spos_scb_lib.c b/sound/pci/cs46xx/dsp_spos_scb_lib.c index 1f90ca723f4d..28faca268196 100644 --- a/sound/pci/cs46xx/dsp_spos_scb_lib.c +++ b/sound/pci/cs46xx/dsp_spos_scb_lib.c @@ -201,13 +201,6 @@ void cs46xx_dsp_remove_scb (struct snd_cs46xx *chip, struct dsp_scb_descriptor * if (ins->scb_highest_frag_index > ins->nscb) { ins->scb_highest_frag_index = ins->nscb; } - -#if 0 - /* !!!! THIS IS A PIECE OF SHIT MADE BY ME !!! */ - for(i = scb->index + 1;i < ins->nscb; ++i) { - ins->scbs[i - 1].index = i - 1; - } -#endif } |