Lines Matching defs:codec
117 #define snd_hda_codec_amp_read(codec, nid, ch, dir, idx) \ argument
135 #define snd_hda_add_vmaster(codec, name, tlv, followers, suffix, access) \ argument
142 #define snd_hda_regmap_sync(codec) snd_hdac_regmap_sync(&(codec)->core) argument
151 struct hda_codec *codec; member
169 #define snd_hda_create_spdif_out_ctls(codec, anid, cnid) \ argument
257 static inline int snd_hda_codec_proc_new(struct hda_codec *codec) { return 0; } in snd_hda_codec_proc_new()
298 unsigned int codec; /* Codec vendor/device ID */ member
416 snd_hda_set_pin_ctl(struct hda_codec *codec, hda_nid_t pin, unsigned int val) in snd_hda_set_pin_ctl()
430 snd_hda_set_pin_ctl_cache(struct hda_codec *codec, hda_nid_t pin, in snd_hda_set_pin_ctl_cache()
440 #define for_each_hda_codec_node(nid, codec) \ argument
447 static inline void snd_hda_codec_allow_unsol_events(struct hda_codec *codec) in snd_hda_codec_allow_unsol_events()
455 static inline u32 get_wcaps(struct hda_codec *codec, hda_nid_t nid) in get_wcaps()
481 static inline void snd_hda_override_wcaps(struct hda_codec *codec, in snd_hda_override_wcaps()
504 snd_hda_query_pin_caps(struct hda_codec *codec, hda_nid_t nid) in snd_hda_query_pin_caps()
521 snd_hda_override_pin_caps(struct hda_codec *codec, hda_nid_t nid, in snd_hda_override_pin_caps()
530 #define nid_has_mute(codec, nid, dir) \ argument
532 #define nid_has_volume(codec, nid, dir) \ argument
558 static inline int snd_hda_create_hwdep(struct hda_codec *codec) { return 0; } in snd_hda_create_hwdep()
572 const char *snd_hda_get_hint(struct hda_codec *codec, const char *key) in snd_hda_get_hint()
578 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) in snd_hda_get_bool_hint()
584 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint()
613 snd_hda_check_power_state(struct hda_codec *codec, hda_nid_t nid, in snd_hda_check_power_state()
619 static inline unsigned int snd_hda_sync_power_state(struct hda_codec *codec, in snd_hda_sync_power_state()
729 #define codec_err(codec, fmt, args...) \ argument
731 #define codec_warn(codec, fmt, args...) \ argument
733 #define codec_info(codec, fmt, args...) \ argument
735 #define codec_dbg(codec, fmt, args...) \ argument