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

Lines Matching refs:snd_ice1712

220 struct snd_ice1712;
281 void (*open)(struct snd_ice1712 *, struct snd_pcm_substream *);
282 void (*setup_rate)(struct snd_ice1712 *, int rate);
283 void (*close)(struct snd_ice1712 *, struct snd_pcm_substream *);
284 void (*default_get)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
285 int (*default_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
286 void (*stream_get)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
287 int (*stream_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
292 struct snd_ice1712 {
358 void (*set_mask)(struct snd_ice1712 *ice, unsigned int data);
359 void (*set_dir)(struct snd_ice1712 *ice, unsigned int data);
360 void (*set_data)(struct snd_ice1712 *ice, unsigned int data);
361 unsigned int (*get_data)(struct snd_ice1712 *ice);
363 void (*set_pro_rate)(struct snd_ice1712 *ice, unsigned int rate);
364 void (*i2s_mclk_changed)(struct snd_ice1712 *ice);
411 static inline void snd_ice1712_gpio_set_dir(struct snd_ice1712 *ice, unsigned int bits)
416 static inline void snd_ice1712_gpio_set_mask(struct snd_ice1712 *ice, unsigned int bits)
421 static inline void snd_ice1712_gpio_write(struct snd_ice1712 *ice, unsigned int val)
426 static inline unsigned int snd_ice1712_gpio_read(struct snd_ice1712 *ice)
436 static inline void snd_ice1712_save_gpio_status(struct snd_ice1712 *ice)
443 static inline void snd_ice1712_restore_gpio_status(struct snd_ice1712 *ice)
465 static inline void snd_ice1712_gpio_write_bits(struct snd_ice1712 *ice,
474 static inline int snd_ice1712_gpio_read_bits(struct snd_ice1712 *ice,
482 int snd_ice1712_spdif_build_controls(struct snd_ice1712 *ice);
485 const struct snd_ak4xxx_private *priv, struct snd_ice1712 *ice);
486 void snd_ice1712_akm4xxx_free(struct snd_ice1712 *ice);
487 int snd_ice1712_akm4xxx_build_controls(struct snd_ice1712 *ice);
489 int snd_ice1712_init_cs8427(struct snd_ice1712 *ice, int addr);
491 static inline void snd_ice1712_write(struct snd_ice1712 * ice, u8 addr, u8 data)
497 static inline u8 snd_ice1712_read(struct snd_ice1712 * ice, u8 addr)
513 int (*chip_init)(struct snd_ice1712 *);
514 int (*build_controls)(struct snd_ice1712 *);