snd_sb            280 include/sound/sb.h static inline void snd_sb_ack_8bit(struct snd_sb *chip)
snd_sb            285 include/sound/sb.h static inline void snd_sb_ack_16bit(struct snd_sb *chip)
snd_sb            291 include/sound/sb.h int snd_sbdsp_command(struct snd_sb *chip, unsigned char val);
snd_sb            292 include/sound/sb.h int snd_sbdsp_get_byte(struct snd_sb *chip);
snd_sb            293 include/sound/sb.h int snd_sbdsp_reset(struct snd_sb *chip);
snd_sb            300 include/sound/sb.h 		     struct snd_sb **r_chip);
snd_sb            302 include/sound/sb.h void snd_sbmixer_write(struct snd_sb *chip, unsigned char reg, unsigned char data);
snd_sb            303 include/sound/sb.h unsigned char snd_sbmixer_read(struct snd_sb *chip, unsigned char reg);
snd_sb            304 include/sound/sb.h int snd_sbmixer_new(struct snd_sb *chip);
snd_sb            306 include/sound/sb.h void snd_sbmixer_suspend(struct snd_sb *chip);
snd_sb            307 include/sound/sb.h void snd_sbmixer_resume(struct snd_sb *chip);
snd_sb            311 include/sound/sb.h int snd_sb8dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm);
snd_sb            313 include/sound/sb.h irqreturn_t snd_sb8dsp_interrupt(struct snd_sb *chip);
snd_sb            319 include/sound/sb.h irqreturn_t snd_sb8dsp_midi_interrupt(struct snd_sb *chip);
snd_sb            320 include/sound/sb.h int snd_sb8dsp_midi(struct snd_sb *chip, int device, struct snd_rawmidi ** rrawmidi);
snd_sb            323 include/sound/sb.h int snd_sb16dsp_pcm(struct snd_sb *chip, int device, struct snd_pcm ** rpcm);
snd_sb            325 include/sound/sb.h int snd_sb16dsp_configure(struct snd_sb *chip);
snd_sb            346 include/sound/sb.h int snd_sbmixer_add_ctl(struct snd_sb *chip, const char *name, int index, int type, unsigned long value);
snd_sb            370 include/sound/sb.h static inline int snd_sbmixer_add_ctl_elem(struct snd_sb *chip, const struct sbmix_elem *c)
snd_sb             59 include/sound/sb16_csp.h 	struct snd_sb *chip;		/* SB16 DSP */
snd_sb             89 include/sound/sb16_csp.h int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);