Lines Matching refs:hda_codec

40 	struct hda_codec *codec = container_of(dev, struct hda_codec, core);  in codec_exec_verb()
79 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write()
96 lookup_conn_list(struct hda_codec *codec, hda_nid_t nid) in lookup_conn_list()
106 static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in add_conn_list()
121 static void remove_conn_list(struct hda_codec *codec) in remove_conn_list()
132 static int read_and_add_raw_conns(struct hda_codec *codec, hda_nid_t nid) in read_and_add_raw_conns()
168 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_conn_list()
207 int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_connections()
238 int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in snd_hda_override_conn_list()
264 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux, in snd_hda_get_conn_index()
300 unsigned int snd_hda_get_num_devices(struct hda_codec *codec, hda_nid_t nid) in snd_hda_get_num_devices()
326 int snd_hda_get_devices(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_devices()
365 int snd_hda_get_dev_select(struct hda_codec *codec, hda_nid_t nid) in snd_hda_get_dev_select()
383 int snd_hda_set_dev_select(struct hda_codec *codec, hda_nid_t nid, int dev_id) in snd_hda_set_dev_select()
416 static int read_widget_caps(struct hda_codec *codec, hda_nid_t fg_node) in read_widget_caps()
432 static int read_pin_defaults(struct hda_codec *codec) in read_pin_defaults()
460 static struct hda_pincfg *look_up_pincfg(struct hda_codec *codec, in look_up_pincfg()
477 int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list, in snd_hda_add_pincfg()
512 int snd_hda_codec_set_pincfg(struct hda_codec *codec, in snd_hda_codec_set_pincfg()
528 unsigned int snd_hda_codec_get_pincfg(struct hda_codec *codec, hda_nid_t nid) in snd_hda_codec_get_pincfg()
564 int snd_hda_codec_set_pin_target(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_set_pin_target()
582 int snd_hda_codec_get_pin_target(struct hda_codec *codec, hda_nid_t nid) in snd_hda_codec_get_pin_target()
600 void snd_hda_shutup_pins(struct hda_codec *codec) in snd_hda_shutup_pins()
621 static void restore_shutup_pins(struct hda_codec *codec) in restore_shutup_pins()
641 struct hda_codec *codec = in hda_jackpoll_work()
642 container_of(work, struct hda_codec, jackpoll_work.work); in hda_jackpoll_work()
665 static void free_init_pincfgs(struct hda_codec *codec) in free_init_pincfgs()
688 get_hda_cvt_setup(struct hda_codec *codec, hda_nid_t nid) in get_hda_cvt_setup()
713 struct hda_pcm *snd_hda_codec_pcm_new(struct hda_codec *codec, in snd_hda_codec_pcm_new()
741 void snd_hda_codec_disconnect_pcms(struct hda_codec *codec) in snd_hda_codec_disconnect_pcms()
755 static void codec_release_pcms(struct hda_codec *codec) in codec_release_pcms()
773 void snd_hda_codec_cleanup_for_unbind(struct hda_codec *codec) in snd_hda_codec_cleanup_for_unbind()
810 static unsigned int hda_set_power_state(struct hda_codec *codec,
814 void snd_hda_codec_display_power(struct hda_codec *codec, bool enable) in snd_hda_codec_display_power()
826 void snd_hda_codec_register(struct hda_codec *codec) in snd_hda_codec_register()
850 void snd_hda_codec_unregister(struct hda_codec *codec) in snd_hda_codec_unregister()
879 struct hda_codec *codec = dev_to_hda_codec(dev); in snd_hda_codec_dev_release()
899 struct hda_codec *
905 struct hda_codec *codec; in snd_hda_codec_device_init()
964 unsigned int codec_addr, struct hda_codec **codecp) in snd_hda_codec_new()
966 struct hda_codec *codec; in snd_hda_codec_new()
984 unsigned int codec_addr, struct hda_codec *codec, in snd_hda_codec_device_new()
1064 int snd_hda_codec_update_widgets(struct hda_codec *codec) in snd_hda_codec_update_widgets()
1090 static void update_pcm_stream_id(struct hda_codec *codec, in update_pcm_stream_id()
1109 static void update_pcm_format(struct hda_codec *codec, struct hda_cvt_setup *p, in update_pcm_format()
1135 void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_setup_stream()
1139 struct hda_codec *c; in snd_hda_codec_setup_stream()
1177 static void really_cleanup_stream(struct hda_codec *codec,
1186 void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid, in __snd_hda_codec_cleanup_stream()
1212 static void really_cleanup_stream(struct hda_codec *codec, in really_cleanup_stream()
1228 static void purify_inactive_streams(struct hda_codec *codec) in purify_inactive_streams()
1230 struct hda_codec *c; in purify_inactive_streams()
1244 static void hda_cleanup_all_streams(struct hda_codec *codec) in hda_cleanup_all_streams()
1272 u32 query_amp_caps(struct hda_codec *codec, hda_nid_t nid, int direction) in query_amp_caps()
1291 bool snd_hda_check_amp_caps(struct hda_codec *codec, hda_nid_t nid, in snd_hda_check_amp_caps()
1316 int snd_hda_override_amp_caps(struct hda_codec *codec, hda_nid_t nid, int dir, in snd_hda_override_amp_caps()
1328 static unsigned int encode_amp(struct hda_codec *codec, hda_nid_t nid, in encode_amp()
1352 int snd_hda_codec_amp_update(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_amp_update()
1373 int snd_hda_codec_amp_stereo(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_amp_stereo()
1401 int snd_hda_codec_amp_init(struct hda_codec *codec, hda_nid_t nid, int ch, in snd_hda_codec_amp_init()
1423 int snd_hda_codec_amp_init_stereo(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_amp_init_stereo()
1437 static u32 get_amp_max_value(struct hda_codec *codec, hda_nid_t nid, int dir, in get_amp_max_value()
1459 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_mixer_amp_volume_info()
1481 read_amp_value(struct hda_codec *codec, hda_nid_t nid, in read_amp_value()
1495 update_amp_value(struct hda_codec *codec, hda_nid_t nid, in update_amp_value()
1522 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_mixer_amp_volume_get()
1549 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_mixer_amp_volume_put()
1571 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in get_ctl_amp_tlv()
1627 void snd_hda_set_vmaster_tlv(struct hda_codec *codec, hda_nid_t nid, int dir, in snd_hda_set_vmaster_tlv()
1646 find_mixer_ctl(struct hda_codec *codec, const char *name, int dev, int idx) in find_mixer_ctl()
1666 struct snd_kcontrol *snd_hda_find_mixer_ctl(struct hda_codec *codec, in snd_hda_find_mixer_ctl()
1673 static int find_empty_mixer_ctl_idx(struct hda_codec *codec, const char *name, in find_empty_mixer_ctl_idx()
1704 int snd_hda_ctl_add(struct hda_codec *codec, hda_nid_t nid, in snd_hda_ctl_add()
1744 int snd_hda_add_nid(struct hda_codec *codec, struct snd_kcontrol *kctl, in snd_hda_add_nid()
1768 void snd_hda_ctls_clear(struct hda_codec *codec) in snd_hda_ctls_clear()
1790 struct hda_codec *codec; in snd_hda_lock_devices()
1844 int snd_hda_codec_reset(struct hda_codec *codec) in snd_hda_codec_reset()
1859 typedef int (*map_follower_func_t)(struct hda_codec *, void *, struct snd_kcontrol *);
1862 static int map_followers(struct hda_codec *codec, const char * const *followers, in map_followers()
1893 static int check_follower_present(struct hda_codec *codec, in check_follower_present()
1914 struct hda_codec *codec;
1973 static int add_follower(struct hda_codec *codec, in add_follower()
1999 int __snd_hda_add_vmaster(struct hda_codec *codec, char *name, in __snd_hda_add_vmaster()
2060 int snd_hda_add_vmaster_hook(struct hda_codec *codec, in snd_hda_add_vmaster_hook()
2124 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_mixer_amp_switch_get()
2152 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_mixer_amp_switch_put()
2211 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_spdif_default_get()
2282 static void set_dig_out(struct hda_codec *codec, hda_nid_t nid, in set_dig_out()
2297 static inline void set_dig_out_convert(struct hda_codec *codec, hda_nid_t nid, in set_dig_out_convert()
2317 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_spdif_default_put()
2348 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_spdif_out_switch_get()
2361 static inline void set_spdif_ctls(struct hda_codec *codec, hda_nid_t nid, in set_spdif_ctls()
2375 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_spdif_out_switch_put()
2441 int snd_hda_create_dig_out_ctls(struct hda_codec *codec, in snd_hda_create_dig_out_ctls()
2506 struct hda_spdif_out *snd_hda_spdif_out_of_nid(struct hda_codec *codec, in snd_hda_spdif_out_of_nid()
2527 void snd_hda_spdif_ctls_unassign(struct hda_codec *codec, int idx) in snd_hda_spdif_ctls_unassign()
2548 void snd_hda_spdif_ctls_assign(struct hda_codec *codec, int idx, hda_nid_t nid) in snd_hda_spdif_ctls_assign()
2598 int snd_hda_create_spdif_share_sw(struct hda_codec *codec, in snd_hda_create_spdif_share_sw()
2623 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_spdif_in_switch_get()
2632 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_spdif_in_switch_put()
2651 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in snd_hda_spdif_in_status_get()
2694 int snd_hda_create_spdif_in_ctls(struct hda_codec *codec, hda_nid_t nid) in snd_hda_create_spdif_in_ctls()
2733 void snd_hda_codec_set_power_to_all(struct hda_codec *codec, hda_nid_t fg, in snd_hda_codec_set_power_to_all()
2763 unsigned int snd_hda_codec_eapd_power_filter(struct hda_codec *codec, in snd_hda_codec_eapd_power_filter()
2784 static unsigned int hda_set_power_state(struct hda_codec *codec, in hda_set_power_state()
2827 static void sync_power_up_states(struct hda_codec *codec) in sync_power_up_states()
2851 static void hda_exec_init_verbs(struct hda_codec *codec) in hda_exec_init_verbs()
2857 static inline void hda_exec_init_verbs(struct hda_codec *codec) {} in hda_exec_init_verbs()
2862 static void update_power_acct(struct hda_codec *codec, bool on) in update_power_acct()
2873 void snd_hda_update_power_acct(struct hda_codec *codec) in snd_hda_update_power_acct()
2882 static unsigned int hda_call_codec_suspend(struct hda_codec *codec) in hda_call_codec_suspend()
2900 static void hda_call_codec_resume(struct hda_codec *codec) in hda_call_codec_resume()
2930 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_runtime_suspend()
2955 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_runtime_resume()
2973 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_pm_prepare()
2982 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_pm_complete()
3007 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_pm_freeze()
3044 void snd_hda_codec_shutdown(struct hda_codec *codec) in snd_hda_codec_shutdown()
3063 static int add_std_chmaps(struct hda_codec *codec) in add_std_chmaps()
3101 int snd_hda_codec_build_controls(struct hda_codec *codec) in snd_hda_codec_build_controls()
3131 struct hda_codec *codec, in hda_pcm_default_open_close()
3138 struct hda_codec *codec, in hda_pcm_default_prepare()
3148 struct hda_codec *codec, in hda_pcm_default_cleanup()
3155 static int set_pcm_default_values(struct hda_codec *codec, in set_pcm_default_values()
3200 int snd_hda_codec_prepare(struct hda_codec *codec, in snd_hda_codec_prepare()
3228 void snd_hda_codec_cleanup(struct hda_codec *codec, in snd_hda_codec_cleanup()
3293 int snd_hda_codec_parse_pcms(struct hda_codec *codec) in snd_hda_codec_parse_pcms()
3334 int snd_hda_codec_build_pcms(struct hda_codec *codec) in snd_hda_codec_build_pcms()
3379 int snd_hda_add_new_ctls(struct hda_codec *codec, in snd_hda_add_new_ctls()
3425 void snd_hda_codec_set_power_save(struct hda_codec *codec, int delay) in snd_hda_codec_set_power_save()
3454 struct hda_codec *c; in snd_hda_set_power_save()
3474 int snd_hda_check_amp_list_power(struct hda_codec *codec, in snd_hda_check_amp_list_power()
3547 int snd_hda_input_mux_put(struct hda_codec *codec, in snd_hda_input_mux_put()
3602 static void setup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid, in setup_dig_out_stream()
3641 static void cleanup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid) in cleanup_dig_out_stream()
3656 int snd_hda_multi_out_dig_open(struct hda_codec *codec, in snd_hda_multi_out_dig_open()
3677 int snd_hda_multi_out_dig_prepare(struct hda_codec *codec, in snd_hda_multi_out_dig_prepare()
3695 int snd_hda_multi_out_dig_cleanup(struct hda_codec *codec, in snd_hda_multi_out_dig_cleanup()
3710 int snd_hda_multi_out_dig_close(struct hda_codec *codec, in snd_hda_multi_out_dig_close()
3731 int snd_hda_multi_out_analog_open(struct hda_codec *codec, in snd_hda_multi_out_analog_open()
3785 int snd_hda_multi_out_analog_prepare(struct hda_codec *codec, in snd_hda_multi_out_analog_prepare()
3861 int snd_hda_multi_out_analog_cleanup(struct hda_codec *codec, in snd_hda_multi_out_analog_cleanup()
3897 unsigned int snd_hda_get_default_vref(struct hda_codec *codec, hda_nid_t pin) in snd_hda_get_default_vref()
3924 unsigned int snd_hda_correct_pin_ctl(struct hda_codec *codec, in snd_hda_correct_pin_ctl()
3987 int _snd_hda_set_pin_ctl(struct hda_codec *codec, hda_nid_t pin, in _snd_hda_set_pin_ctl()
4013 int snd_hda_add_imux_item(struct hda_codec *codec, in snd_hda_add_imux_item()
4047 struct hda_codec *codec; in snd_hda_bus_reset_codecs()