diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-10-24 10:15:23 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-10-31 13:06:39 +0300 |
commit | 727dede0ba8afbd8d19116d39f2ae8d19d00033d (patch) | |
tree | 45e476bd259b8d5e7851f1adf31fe5e3f21fd27b /sound/oss/pas2.h | |
parent | 3f1185d6c9d3fe91aa85ec8d3f4d71207452c458 (diff) | |
download | linux-727dede0ba8afbd8d19116d39f2ae8d19d00033d.tar.xz |
sound: Retire OSS
Since no complaints have been raised after disabling the build of OSS
(Open Sound System) by the commit 31cbee6a5611 ("sound: Disable the
build of OSS drivers"), let's finally drop the whole code and
documentation.
Some glue codes are still left intact since sound/oss/dmasound stuff
remains -- which is an independent implementation solely for m68k, and
it's not covered by ALSA yet.
Also, a couple of API header files (linux/sound.h and
linux/soundcard.h) are kept remaining as well, since the OSS API
itself is still supported by ALSA OSS emulation, and applications can
refer to these.
Where we're at it, some help texts in the top-level Kconfig are
adjusted, too (who still needs to specify I/O port in kbuild
nowadays?).
Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/oss/pas2.h')
-rw-r--r-- | sound/oss/pas2.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sound/oss/pas2.h b/sound/oss/pas2.h deleted file mode 100644 index d19f757dbd79..000000000000 --- a/sound/oss/pas2.h +++ /dev/null @@ -1,20 +0,0 @@ - -/* From pas_card.c */ -int pas_set_intr(int mask); -int pas_remove_intr(int mask); -unsigned char pas_read(int ioaddr); -void pas_write(unsigned char data, int ioaddr); - -/* From pas_audio.c */ -void pas_pcm_interrupt(unsigned char status, int cause); -void pas_pcm_init(struct address_info *hw_config); - -/* From pas_mixer.c */ -int pas_init_mixer(void); - -/* From pas_midi.c */ -void pas_midi_init(void); -void pas_midi_interrupt(void); - -/* From pas2_mixer.c*/ -void mix_write(unsigned char data, int ioaddr); |