Lines Matching refs:snd_es18xx

87 struct snd_es18xx {  struct
162 static int snd_es18xx_dsp_command(struct snd_es18xx *chip, unsigned char val) in snd_es18xx_dsp_command()
175 static int snd_es18xx_dsp_get_byte(struct snd_es18xx *chip) in snd_es18xx_dsp_get_byte()
189 static int snd_es18xx_write(struct snd_es18xx *chip, in snd_es18xx_write()
208 static int snd_es18xx_read(struct snd_es18xx *chip, unsigned char reg) in snd_es18xx_read()
230 static int snd_es18xx_bits(struct snd_es18xx *chip, unsigned char reg, in snd_es18xx_bits()
268 static inline void snd_es18xx_mixer_write(struct snd_es18xx *chip, in snd_es18xx_mixer_write()
281 static inline int snd_es18xx_mixer_read(struct snd_es18xx *chip, unsigned char reg) in snd_es18xx_mixer_read()
296 static inline int snd_es18xx_mixer_bits(struct snd_es18xx *chip, unsigned char reg, in snd_es18xx_mixer_bits()
317 static inline int snd_es18xx_mixer_writable(struct snd_es18xx *chip, unsigned char reg, in snd_es18xx_mixer_writable()
337 static int snd_es18xx_reset(struct snd_es18xx *chip) in snd_es18xx_reset()
349 static int snd_es18xx_reset_fifo(struct snd_es18xx *chip) in snd_es18xx_reset_fifo()
398 static void snd_es18xx_rate_set(struct snd_es18xx *chip, in snd_es18xx_rate_set()
436 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_playback_hw_params()
459 static int snd_es18xx_playback1_prepare(struct snd_es18xx *chip, in snd_es18xx_playback1_prepare()
485 static int snd_es18xx_playback1_trigger(struct snd_es18xx *chip, in snd_es18xx_playback1_trigger()
538 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_capture_hw_params()
558 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_capture_prepare()
596 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_capture_trigger()
622 static int snd_es18xx_playback2_prepare(struct snd_es18xx *chip, in snd_es18xx_playback2_prepare()
657 static int snd_es18xx_playback2_trigger(struct snd_es18xx *chip, in snd_es18xx_playback2_trigger()
699 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_playback_prepare()
709 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_playback_trigger()
719 struct snd_es18xx *chip = card->private_data; in snd_es18xx_interrupt()
788 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_playback_pointer()
807 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_capture_pointer()
860 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_playback_open()
885 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_capture_open()
902 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_playback_close()
914 struct snd_es18xx *chip = snd_pcm_substream_chip(substream); in snd_es18xx_capture_close()
949 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_info_mux()
969 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_get_mux()
986 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_put_mux()
1025 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_get_spatializer_enable()
1033 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_put_spatializer_enable()
1057 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_get_hw_volume()
1067 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_get_hw_switch()
1075 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_hwv_free()
1082 static int snd_es18xx_reg_bits(struct snd_es18xx *chip, unsigned char reg, in snd_es18xx_reg_bits()
1091 static int snd_es18xx_reg_read(struct snd_es18xx *chip, unsigned char reg) in snd_es18xx_reg_read()
1121 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_get_single()
1141 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_put_single()
1185 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_get_double()
1210 struct snd_es18xx *chip = snd_kcontrol_chip(kcontrol); in snd_es18xx_put_double()
1348 static int snd_es18xx_config_read(struct snd_es18xx *chip, unsigned char reg) in snd_es18xx_config_read()
1357 static void snd_es18xx_config_write(struct snd_es18xx *chip, in snd_es18xx_config_write()
1369 static int snd_es18xx_initialize(struct snd_es18xx *chip, in snd_es18xx_initialize()
1534 static int snd_es18xx_identify(struct snd_es18xx *chip) in snd_es18xx_identify()
1603 static int snd_es18xx_probe(struct snd_es18xx *chip, in snd_es18xx_probe()
1663 struct snd_es18xx *chip = card->private_data; in snd_es18xx_pcm()
1699 struct snd_es18xx *chip = card->private_data; in snd_es18xx_suspend()
1714 struct snd_es18xx *chip = card->private_data; in snd_es18xx_resume()
1726 struct snd_es18xx *chip = card->private_data; in snd_es18xx_free()
1755 struct snd_es18xx *chip = card->private_data; in snd_es18xx_new_device()
1814 struct snd_es18xx *chip = card->private_data; in snd_es18xx_mixer()
2025 static int snd_audiodrive_pnp(int dev, struct snd_es18xx *chip, in snd_audiodrive_pnp()
2055 static int snd_audiodrive_pnpc(int dev, struct snd_es18xx *chip, in snd_audiodrive_pnpc()
2091 sizeof(struct snd_es18xx), cardp); in snd_es18xx_card_new()
2096 struct snd_es18xx *chip = card->private_data; in snd_audiodrive_probe()