Lines Matching +defs:val +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
140 #define snd_hda_regmap_sync(codec) snd_hdac_regmap_sync(&(codec)->core) argument
149 struct hda_codec *codec; member
167 #define snd_hda_create_spdif_out_ctls(codec, anid, cnid) \ argument
255 static inline int snd_hda_codec_proc_new(struct hda_codec *codec) { return 0; } in snd_hda_codec_proc_new()
273 u32 val; member
312 #define HDA_CODEC_QUIRK(vend, dev, xname, val) \ argument
316 #define HDA_CODEC_QUIRK(vend, dev, xname, val) \ argument
322 unsigned int codec; /* Codec vendor/device ID */ member
440 snd_hda_set_pin_ctl(struct hda_codec *codec, hda_nid_t pin, unsigned int val) in snd_hda_set_pin_ctl()
454 snd_hda_set_pin_ctl_cache(struct hda_codec *codec, hda_nid_t pin, in snd_hda_set_pin_ctl_cache()
455 unsigned int val) in snd_hda_set_pin_ctl_cache()
464 #define for_each_hda_codec_node(nid, codec) \ argument
471 static inline void snd_hda_codec_allow_unsol_events(struct hda_codec *codec) in snd_hda_codec_allow_unsol_events()
479 static inline u32 get_wcaps(struct hda_codec *codec, hda_nid_t nid) in get_wcaps()
505 static inline void snd_hda_override_wcaps(struct hda_codec *codec, in snd_hda_override_wcaps()
506 hda_nid_t nid, u32 val) in snd_hda_override_wcaps()
528 snd_hda_query_pin_caps(struct hda_codec *codec, hda_nid_t nid) in snd_hda_query_pin_caps()
545 snd_hda_override_pin_caps(struct hda_codec *codec, hda_nid_t nid, in snd_hda_override_pin_caps()
554 #define nid_has_mute(codec, nid, dir) \ argument
556 #define nid_has_volume(codec, nid, dir) \ argument
582 static inline int snd_hda_create_hwdep(struct hda_codec *codec) { return 0; } in snd_hda_create_hwdep()
596 const char *snd_hda_get_hint(struct hda_codec *codec, const char *key) in snd_hda_get_hint()
602 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) in snd_hda_get_bool_hint()
608 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint()
637 snd_hda_check_power_state(struct hda_codec *codec, hda_nid_t nid, in snd_hda_check_power_state()
643 static inline unsigned int snd_hda_sync_power_state(struct hda_codec *codec, in snd_hda_sync_power_state()
754 #define codec_err(codec, fmt, args...) \ argument
756 #define codec_warn(codec, fmt, args...) \ argument
758 #define codec_info(codec, fmt, args...) \ argument
760 #define codec_dbg(codec, fmt, args...) \ argument