mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
ALSA: cs46xx: Remove commented out code
The code has been commented out ever since commit 1da177e4c3
("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>
This commit is contained in:
parent
a81aca6f8e
commit
ee9c3082f1
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user