Lines Matching refs:snd_at73c213

61 struct snd_at73c213 {  struct
81 #define get_chip(card) ((struct snd_at73c213 *)card->private_data) argument
84 snd_at73c213_write_reg(struct snd_at73c213 *chip, u8 reg, u8 val) in snd_at73c213_write_reg()
129 static int snd_at73c213_set_bitrate(struct snd_at73c213 *chip) in snd_at73c213_set_bitrate()
207 struct snd_at73c213 *chip = snd_pcm_substream_chip(substream); in snd_at73c213_pcm_open()
230 struct snd_at73c213 *chip = snd_pcm_substream_chip(substream); in snd_at73c213_pcm_close()
239 struct snd_at73c213 *chip = snd_pcm_substream_chip(substream); in snd_at73c213_pcm_hw_params()
252 struct snd_at73c213 *chip = snd_pcm_substream_chip(substream); in snd_at73c213_pcm_prepare()
275 struct snd_at73c213 *chip = snd_pcm_substream_chip(substream); in snd_at73c213_pcm_trigger()
303 struct snd_at73c213 *chip = snd_pcm_substream_chip(substream); in snd_at73c213_pcm_pointer()
327 static int snd_at73c213_pcm_new(struct snd_at73c213 *chip, int device) in snd_at73c213_pcm_new()
353 struct snd_at73c213 *chip = dev_id; in snd_at73c213_interrupt()
398 struct snd_at73c213 *chip = snd_kcontrol_chip(kcontrol); in snd_at73c213_mono_get()
421 struct snd_at73c213 *chip = snd_kcontrol_chip(kcontrol); in snd_at73c213_mono_put()
468 struct snd_at73c213 *chip = snd_kcontrol_chip(kcontrol); in snd_at73c213_stereo_get()
498 struct snd_at73c213 *chip = snd_kcontrol_chip(kcontrol); in snd_at73c213_stereo_put()
547 struct snd_at73c213 *chip = snd_kcontrol_chip(kcontrol); in snd_at73c213_mono_switch_get()
569 struct snd_at73c213 *chip = snd_kcontrol_chip(kcontrol); in snd_at73c213_mono_switch_put()
706 static int snd_at73c213_mixer(struct snd_at73c213 *chip) in snd_at73c213_mixer()
741 static int snd_at73c213_ssc_init(struct snd_at73c213 *chip) in snd_at73c213_ssc_init()
771 static int snd_at73c213_chip_init(struct snd_at73c213 *chip) in snd_at73c213_chip_init()
867 struct snd_at73c213 *chip = device->device_data; in snd_at73c213_dev_free()
884 struct snd_at73c213 *chip = get_chip(card); in snd_at73c213_dev_init()
946 struct snd_at73c213 *chip; in snd_at73c213_probe()
970 sizeof(struct snd_at73c213), &card); in snd_at73c213_probe()
1013 struct snd_at73c213 *chip = card->private_data; in snd_at73c213_remove()
1084 struct snd_at73c213 *chip = card->private_data; in snd_at73c213_suspend()
1096 struct snd_at73c213 *chip = card->private_data; in snd_at73c213_resume()