Lines Matching refs:snd_ice1712
211 struct snd_ice1712;
272 void (*open)(struct snd_ice1712 *, struct snd_pcm_substream *);
273 void (*setup_rate)(struct snd_ice1712 *, int rate);
274 void (*close)(struct snd_ice1712 *, struct snd_pcm_substream *);
275 void (*default_get)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
276 int (*default_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
277 void (*stream_get)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
278 int (*stream_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol);
284 struct snd_ice1712 { struct
354 void (*set_mask)(struct snd_ice1712 *ice, unsigned int data); argument
355 unsigned int (*get_mask)(struct snd_ice1712 *ice);
356 void (*set_dir)(struct snd_ice1712 *ice, unsigned int data);
357 unsigned int (*get_dir)(struct snd_ice1712 *ice);
358 void (*set_data)(struct snd_ice1712 *ice, unsigned int data);
359 unsigned int (*get_data)(struct snd_ice1712 *ice);
361 void (*set_pro_rate)(struct snd_ice1712 *ice, unsigned int rate);
362 void (*i2s_mclk_changed)(struct snd_ice1712 *ice);
371 int (*is_spdif_master)(struct snd_ice1712 *ice); argument
372 unsigned int (*get_rate)(struct snd_ice1712 *ice); argument
373 void (*set_rate)(struct snd_ice1712 *ice, unsigned int rate); argument
374 unsigned char (*set_mclk)(struct snd_ice1712 *ice, unsigned int rate); argument
375 int (*set_spdif_clock)(struct snd_ice1712 *ice, int type); argument
376 int (*get_spdif_master_type)(struct snd_ice1712 *ice); argument
379 void (*pro_open)(struct snd_ice1712 *, struct snd_pcm_substream *); argument
381 int (*pm_suspend)(struct snd_ice1712 *); argument
382 int (*pm_resume)(struct snd_ice1712 *); argument
395 static inline void snd_ice1712_gpio_set_dir(struct snd_ice1712 *ice, unsigned int bits) in snd_ice1712_gpio_set_dir() argument
400 static inline unsigned int snd_ice1712_gpio_get_dir(struct snd_ice1712 *ice) in snd_ice1712_gpio_get_dir()
405 static inline void snd_ice1712_gpio_set_mask(struct snd_ice1712 *ice, unsigned int bits) in snd_ice1712_gpio_set_mask()
410 static inline void snd_ice1712_gpio_write(struct snd_ice1712 *ice, unsigned int val) in snd_ice1712_gpio_write()
415 static inline unsigned int snd_ice1712_gpio_read(struct snd_ice1712 *ice) in snd_ice1712_gpio_read()
425 static inline void snd_ice1712_save_gpio_status(struct snd_ice1712 *ice) in snd_ice1712_save_gpio_status()
432 static inline void snd_ice1712_restore_gpio_status(struct snd_ice1712 *ice) in snd_ice1712_restore_gpio_status()
453 static inline void snd_ice1712_gpio_write_bits(struct snd_ice1712 *ice, in snd_ice1712_gpio_write_bits()
466 static inline int snd_ice1712_gpio_read_bits(struct snd_ice1712 *ice, in snd_ice1712_gpio_read_bits()
475 int snd_ice1724_get_route_val(struct snd_ice1712 *ice, int shift);
476 int snd_ice1724_put_route_val(struct snd_ice1712 *ice, unsigned int val,
479 int snd_ice1712_spdif_build_controls(struct snd_ice1712 *ice);
484 struct snd_ice1712 *ice);
485 void snd_ice1712_akm4xxx_free(struct snd_ice1712 *ice);
486 int snd_ice1712_akm4xxx_build_controls(struct snd_ice1712 *ice);
488 int snd_ice1712_init_cs8427(struct snd_ice1712 *ice, int addr);
490 static inline void snd_ice1712_write(struct snd_ice1712 *ice, u8 addr, u8 data) in snd_ice1712_write()
496 static inline u8 snd_ice1712_read(struct snd_ice1712 *ice, u8 addr) in snd_ice1712_read()
512 int (*chip_init)(struct snd_ice1712 *);
513 void (*chip_exit)(struct snd_ice1712 *);
514 int (*build_controls)(struct snd_ice1712 *);