diff options
author | Arthur Othieno | 2006-03-24 12:18:08 +0100 |
---|---|---|
committer | Linus Torvalds | 2006-03-24 16:33:26 +0100 |
commit | 2ecb9e633c5057d1203a59ef3e5c3aaea37c402e (patch) | |
tree | 9df374a3ef0bf531b27bcb19668f5ed1bbeb3732 /include/sound/opl3.h | |
parent | [PATCH] block: floppy98 removal, really. (diff) | |
download | kernel-qcow2-linux-2ecb9e633c5057d1203a59ef3e5c3aaea37c402e.tar.gz kernel-qcow2-linux-2ecb9e633c5057d1203a59ef3e5c3aaea37c402e.tar.xz kernel-qcow2-linux-2ecb9e633c5057d1203a59ef3e5c3aaea37c402e.zip |
[PATCH] sound: remove PC98-specific OPL3_HW_OPL3_PC98
OPL3_HW_OPL3_PC98 #define isn't used anywhere; previously in
sound/drivers/opl3/opl3_lib.c and sound/isa/cs423x/pc98.c, the latter of which
went away with the rest of PC98 subarch.
Signed-off-by: Arthur Othieno <apgo@patchbomb.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/sound/opl3.h')
-rw-r--r-- | include/sound/opl3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/opl3.h b/include/sound/opl3.h index 444907166f97..82fdb0930720 100644 --- a/include/sound/opl3.h +++ b/include/sound/opl3.h @@ -230,7 +230,6 @@ #define OPL3_HW_OPL3_CS 0x0302 /* CS4232/CS4236+ */ #define OPL3_HW_OPL3_FM801 0x0303 /* FM801 */ #define OPL3_HW_OPL3_CS4281 0x0304 /* CS4281 */ -#define OPL3_HW_OPL3_PC98 0x0305 /* PC9800 */ #define OPL3_HW_OPL4 0x0400 /* YMF278B/YMF295 */ #define OPL3_HW_OPL4_ML 0x0401 /* YMF704/YMF721 */ #define OPL3_HW_MASK 0xff00 |