Searched refs:soundscape (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/
H A Dsscape.c127 struct soundscape { struct
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 *
[all...]

Completed in 86 milliseconds