cregit-Linux how code gets into the kernel

Release 4.8 sound/oss/pas2.h

Directory: sound/oss
/*      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);

Overall Contributors

PersonTokensPropCommitsCommitProp
pre-gitpre-git7586.21%150.00%
rashika kheriarashika kheria1213.79%150.00%
Total87100.00%2100.00%
Directory: sound/oss
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.