Lines Matching defs:ac97

196 #define ac97_is_power_save_mode(ac97) \  argument
199 #define ac97_is_power_save_mode(ac97) 0 argument
202 #define ac97_err(ac97, fmt, args...) \ argument
204 #define ac97_warn(ac97, fmt, args...) \ argument
206 #define ac97_dbg(ac97, fmt, args...) \ argument
213 static int snd_ac97_valid_reg(struct snd_ac97 *ac97, unsigned short reg) in snd_ac97_valid_reg()
271 void snd_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_write()
296 unsigned short snd_ac97_read(struct snd_ac97 *ac97, unsigned short reg) in snd_ac97_read()
304 static inline unsigned short snd_ac97_read_cache(struct snd_ac97 *ac97, unsigned short reg) in snd_ac97_read_cache()
325 void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_write_cache()
350 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_update()
382 int snd_ac97_update_bits(struct snd_ac97 *ac97, unsigned short reg, unsigned short mask, unsigned s… in snd_ac97_update_bits()
397 int snd_ac97_update_bits_nolock(struct snd_ac97 *ac97, unsigned short reg, in snd_ac97_update_bits_nolock()
414 static int snd_ac97_ad18xx_update_pcm_bits(struct snd_ac97 *ac97, int codec, unsigned short mask, u… in snd_ac97_ad18xx_update_pcm_bits()
458 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_get_enum_double() local
475 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_put_enum_double() local
496 static int snd_ac97_page_save(struct snd_ac97 *ac97, int reg, struct snd_kcontrol *kcontrol) in snd_ac97_page_save()
510 static void snd_ac97_page_restore(struct snd_ac97 *ac97, int page_save) in snd_ac97_page_restore()
536 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_get_volsw() local
560 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_put_volsw() local
679 static void set_inv_eapd(struct snd_ac97 *ac97, struct snd_kcontrol *kctl) in set_inv_eapd()
717 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_spdif_default_get() local
730 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_spdif_default_put() local
804 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_put_spsa() local
873 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_ad18xx_pcm_info_bits() local
890 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_ad18xx_pcm_get_bits() local
904 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_ad18xx_pcm_put_bits() local
936 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_ad18xx_pcm_get_volume() local
948 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_ad18xx_pcm_put_volume() local
1001 static int snd_ac97_free(struct snd_ac97 *ac97) in snd_ac97_free()
1019 struct snd_ac97 *ac97 = device->device_data; in snd_ac97_dev_free() local
1024 static int snd_ac97_try_volume_mix(struct snd_ac97 * ac97, int reg) in snd_ac97_try_volume_mix()
1074 static void check_volume_resolution(struct snd_ac97 *ac97, int reg, unsigned char *lo_max, unsigned… in check_volume_resolution()
1114 static int snd_ac97_try_bit(struct snd_ac97 * ac97, int reg, int bit) in snd_ac97_try_bit()
1128 static void snd_ac97_change_volume_params2(struct snd_ac97 * ac97, int reg, int shift, unsigned cha… in snd_ac97_change_volume_params2()
1155 struct snd_ac97 * ac97) in snd_ac97_cnew()
1168 struct snd_ac97 *ac97) in snd_ac97_cmute_new_stereo()
1237 unsigned int hi_max, struct snd_ac97 *ac97) in snd_ac97_cvol_new()
1277 struct snd_ac97 *ac97) in snd_ac97_cmix_new_stereo()
1304 #define snd_ac97_cmix_new(card, pfx, reg, acheck, ac97) \ argument
1306 #define snd_ac97_cmute_new(card, name, reg, acheck, ac97) \ argument
1311 static int snd_ac97_mixer_build(struct snd_ac97 * ac97) in snd_ac97_mixer_build()
1708 static int snd_ac97_modem_build(struct snd_card *card, struct snd_ac97 * ac97) in snd_ac97_modem_build()
1739 static int snd_ac97_test_rate(struct snd_ac97 *ac97, int reg, int shadow_reg, int rate) in snd_ac97_test_rate()
1752 static void snd_ac97_determine_rates(struct snd_ac97 *ac97, int reg, int shadow_reg, unsigned int *… in snd_ac97_determine_rates()
1812 static unsigned int snd_ac97_determine_spdif_rates(struct snd_ac97 *ac97) in snd_ac97_determine_spdif_rates()
1843 void snd_ac97_get_name(struct snd_ac97 *ac97, unsigned int id, char *name, int modem) in snd_ac97_get_name()
1883 const char *snd_ac97_get_short_name(struct snd_ac97 *ac97) in snd_ac97_get_short_name()
1898 static int ac97_reset_wait(struct snd_ac97 *ac97, int timeout, int with_modem) in ac97_reset_wait()
1999 struct snd_ac97 *ac97 = device->device_data; in snd_ac97_dev_register() local
2021 struct snd_ac97 *ac97 = device->device_data; in snd_ac97_dev_disconnect() local
2060 struct snd_ac97 *ac97; in snd_ac97_mixer() local
2365 static void snd_ac97_powerdown(struct snd_ac97 *ac97) in snd_ac97_powerdown()
2437 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) in snd_ac97_update_power()
2477 static void update_power_regs(struct snd_ac97 *ac97) in update_power_regs()
2529 void snd_ac97_suspend(struct snd_ac97 *ac97) in snd_ac97_suspend()
2546 static void snd_ac97_restore_status(struct snd_ac97 *ac97) in snd_ac97_restore_status()
2567 static void snd_ac97_restore_iec958(struct snd_ac97 *ac97) in snd_ac97_restore_iec958()
2590 void snd_ac97_resume(struct snd_ac97 *ac97) in snd_ac97_resume()
2671 static int snd_ac97_remove_ctl(struct snd_ac97 *ac97, const char *name, in snd_ac97_remove_ctl()
2681 static struct snd_kcontrol *ctl_find(struct snd_ac97 *ac97, const char *name, const char *suffix) in ctl_find()
2691 static int snd_ac97_rename_ctl(struct snd_ac97 *ac97, const char *src, in snd_ac97_rename_ctl()
2706 static void snd_ac97_rename_vol_ctl(struct snd_ac97 *ac97, const char *src, in snd_ac97_rename_vol_ctl()
2714 static int snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1, in snd_ac97_swap_ctl()
2749 static int tune_hp_only(struct snd_ac97 *ac97) in tune_hp_only()
2764 static int tune_hp_only(struct snd_ac97 *ac97) in tune_hp_only()
2776 static int tune_swap_hp(struct snd_ac97 *ac97) in tune_swap_hp()
2786 static int tune_swap_surround(struct snd_ac97 *ac97) in tune_swap_surround()
2795 static int tune_ad_sharing(struct snd_ac97 *ac97) in tune_ad_sharing()
2812 static int tune_alc_jack(struct snd_ac97 *ac97) in tune_alc_jack()
2827 static int tune_inv_eapd(struct snd_ac97 *ac97) in tune_inv_eapd()
2840 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in master_mute_sw_put() local
2856 static int tune_mute_led(struct snd_ac97 *ac97) in tune_mute_led()
2876 struct snd_ac97 *ac97 = snd_kcontrol_chip(kcontrol); in hp_master_mute_sw_put() local
2891 static int tune_hp_mute_led(struct snd_ac97 *ac97) in tune_hp_mute_led()
2927 static int apply_quirk(struct snd_ac97 *ac97, int type) in apply_quirk()
2939 static int apply_quirk_str(struct snd_ac97 *ac97, const char *typestr) in apply_quirk_str()
2968 int snd_ac97_tune_hardware(struct snd_ac97 *ac97, in snd_ac97_tune_hardware()