diff options
author | Oswald Buddenhagen <oswald.buddenhagen@gmx.de> | 2023-07-15 18:08:38 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-07-17 09:29:36 +0200 |
commit | 9034ff11693b0246ef0e2bd5b69b2686c429070f (patch) | |
tree | 353c344eb61311c81749a02931874900a49fc637 /sound/pci/emu10k1/irq.c | |
parent | ALSA: emu10k1: set the "no filtering" bits on PCM voices on Audigy (diff) | |
download | linux-9034ff11693b0246ef0e2bd5b69b2686c429070f.tar.xz linux-9034ff11693b0246ef0e2bd5b69b2686c429070f.zip |
ALSA: emu10k1: clean up driver status comments
Empty BUGS and TODO sections don't really help anyone, so remove them.
Version information is chronically outdated, and not really useful in a
git world anyway, so remove it as well.
Also remove duplicated (and outdated, of course) status section from
p16v.h (the one in p16v.c is in better shape).
Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Link: https://lore.kernel.org/r/20230715160839.326978-1-oswald.buddenhagen@gmx.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/emu10k1/irq.c')
-rw-r--r-- | sound/pci/emu10k1/irq.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/pci/emu10k1/irq.c b/sound/pci/emu10k1/irq.c index 8573248dd799..71aa90b9cc88 100644 --- a/sound/pci/emu10k1/irq.c +++ b/sound/pci/emu10k1/irq.c @@ -3,12 +3,6 @@ * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Creative Labs, Inc. * Routines for IRQ control of EMU10K1 chips - * - * BUGS: - * -- - * - * TODO: - * -- */ #include <linux/time.h> |