From 871480933a1c28f8a9fed4c4d34d06c439a7a422 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 12:28:04 +0530 Subject: Moved, renamed, and deleted files The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure. --- sound/oss/pas2.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sound/oss/pas2.h (limited to 'sound/oss/pas2.h') diff --git a/sound/oss/pas2.h b/sound/oss/pas2.h new file mode 100644 index 00000000..fa12c55f --- /dev/null +++ b/sound/oss/pas2.h @@ -0,0 +1,17 @@ + +/* 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); -- cgit