Lines Matching defs:snd_es18xx
87 struct snd_es18xx {
159 static int snd_es18xx_dsp_command(struct snd_es18xx *chip, unsigned char val)
172 static int snd_es18xx_dsp_get_byte(struct snd_es18xx *chip)
186 static int snd_es18xx_write(struct snd_es18xx *chip,
205 static int snd_es18xx_read(struct snd_es18xx *chip, unsigned char reg)
227 static int snd_es18xx_bits(struct snd_es18xx *chip, unsigned char reg,
265 static inline void snd_es18xx_mixer_write(struct snd_es18xx *chip,
278 static inline int snd_es18xx_mixer_read(struct snd_es18xx *chip, unsigned char reg)
293 static inline int snd_es18xx_mixer_bits(struct snd_es18xx *chip, unsigned char reg,
314 static inline int snd_es18xx_mixer_writable(struct snd_es18xx *chip, unsigned char reg,
334 static int snd_es18xx_reset(struct snd_es18xx *chip)
346 static int snd_es18xx_reset_fifo(struct snd_es18xx *chip)
395 static void snd_es18xx_rate_set(struct snd_es18xx *chip,
433 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
456 static int snd_es18xx_playback1_prepare(struct snd_es18xx *chip,
482 static int snd_es18xx_playback1_trigger(struct snd_es18xx *chip,
535 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
555 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
593 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
619 static int snd_es18xx_playback2_prepare(struct snd_es18xx *chip,
654 static int snd_es18xx_playback2_trigger(struct snd_es18xx *chip,
696 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
706 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
716 struct snd_es18xx *chip = card->private_data;
785 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
804 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
857 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
882 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
899 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
911 struct snd_es18xx *chip = snd_pcm_substream_chip(substream);
946 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
966 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
983 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1022 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1030 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1054 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1064 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1072 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1079 static int snd_es18xx_reg_bits(struct snd_es18xx *chip, unsigned char reg,
1088 static int snd_es18xx_reg_read(struct snd_es18xx *chip, unsigned char reg)
1118 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1138 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1182 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1207 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol);
1345 static int snd_es18xx_config_read(struct snd_es18xx *chip, unsigned char reg)
1351 static void snd_es18xx_config_write(struct snd_es18xx *chip,
1363 static int snd_es18xx_initialize(struct snd_es18xx *chip,
1528 static int snd_es18xx_identify(struct snd_card *card, struct snd_es18xx *chip)
1599 struct snd_es18xx *chip,
1659 struct snd_es18xx *chip = card->private_data;
1695 struct snd_es18xx *chip = card->private_data;
1710 struct snd_es18xx *chip = card->private_data;
1726 struct snd_es18xx *chip = card->private_data;
1770 struct snd_es18xx *chip = card->private_data;
1981 static int snd_audiodrive_pnp(int dev, struct snd_es18xx *chip,
2011 static int snd_audiodrive_pnpc(int dev, struct snd_es18xx *chip,
2047 sizeof(struct snd_es18xx), cardp);
2052 struct snd_es18xx *chip = card->private_data;