can everything related to OSS's DMASOUND_PMAC get whacked?

From: Robert P. J. Day
Date: Sat Jul 07 2007 - 07:07:55 EST



(apologies for not asking more specifically but i poked a couple
folks and never got a reply.)

the file sound/oss/dmasound/Makefile makes reference to a
non-existent variable CONFIG_DMASOUND_PMAC:

==========
#
# Makefile for the DMA sound driver
#

dmasound_pmac-y += dmasound_awacs.o \
trans_16.o dac3550a.o tas_common.o \
tas3001c.o tas3001c_tables.o \
tas3004.o tas3004_tables.o

obj-$(CONFIG_DMASOUND_ATARI) += dmasound_core.o dmasound_atari.o
obj-$(CONFIG_DMASOUND_PMAC) += dmasound_core.o dmasound_pmac.o
obj-$(CONFIG_DMASOUND_PAULA) += dmasound_core.o dmasound_paula.o
obj-$(CONFIG_DMASOUND_Q40) += dmasound_core.o dmasound_q40.o
==========

if one removes that reference and stuff related to it, the snowball
eventually produces the following diffstat:

sound/oss/dmasound/Makefile | 6
sound/oss/dmasound/awacs_defs.h | 251 -
sound/oss/dmasound/dac3550a.c | 209 -
sound/oss/dmasound/dmasound.h | 4
sound/oss/dmasound/dmasound_awacs.c | 3215 -------------------------
sound/oss/dmasound/tas3001c.c | 849 ------
sound/oss/dmasound/tas3001c.h | 64
sound/oss/dmasound/tas3001c_tables.c | 375 --
sound/oss/dmasound/tas3004.c | 1138 --------
sound/oss/dmasound/tas3004.h | 77
sound/oss/dmasound/tas3004_tables.c | 301 --
sound/oss/dmasound/tas_common.c | 214 -
sound/oss/dmasound/tas_common.h | 284 --
sound/oss/dmasound/tas_eq_prefs.h | 24
sound/oss/dmasound/tas_ioctl.h | 23
sound/oss/dmasound/trans_16.c | 898 ------
16 files changed, 7932 deletions(-)

so:

1) thoughts?
2) what exactly is OSS' status with respect to whether it's worth
investing any time in doing cleanup on it and ripping out unreferenced
content?

thanks.

rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/