• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/

Lines Matching refs:soundscape

127 struct soundscape {
150 static inline struct soundscape *get_card_soundscape(struct snd_card *c)
152 return (struct soundscape *) (c->private_data);
155 static inline struct soundscape *get_mpu401_soundscape(struct snd_mpu401 * mpu)
157 return (struct soundscape *) (mpu->private_data);
160 static inline struct soundscape *get_hwdep_soundscape(struct snd_hwdep * hw)
162 return (struct soundscape *) (hw->private_data);
209 static void sscape_write(struct soundscape *s, enum GA_REG reg, unsigned char val)
343 register struct soundscape *sscape = get_card_soundscape(c);
379 static int obp_startup_ack(struct soundscape *s, unsigned timeout)
406 static int host_startup_ack(struct soundscape *s, unsigned timeout)
429 static int upload_dma_data(struct soundscape *s,
544 static int sscape_upload_bootblock(struct soundscape *sscape, struct sscape_bootblock __user *bb)
579 static int sscape_upload_microcode(struct soundscape *sscape,
621 register struct soundscape *sscape = get_hwdep_soundscape(hw);
640 register struct soundscape *sscape = get_hwdep_soundscape(hw);
652 struct soundscape *sscape = get_hwdep_soundscape(hw);
713 register struct soundscape *s = get_card_soundscape(card);
733 register struct soundscape *s = get_card_soundscape(card);
800 static int __devinit detect_sscape(struct soundscape *s)
863 register struct soundscape *sscape = get_mpu401_soundscape(mpu);
883 register struct soundscape *sscape = get_mpu401_soundscape(mpu);
896 struct soundscape *sscape = get_card_soundscape(card);
1000 register struct soundscape *sscape = get_card_soundscape(card);
1092 register struct soundscape *sscape;
1139 sizeof(struct soundscape))) == NULL) {