Lines Matching defs:codec
130 #define snd_hda_codec_amp_read(codec, nid, ch, dir, idx) \ argument
148 #define snd_hda_add_vmaster(codec, name, tlv, slaves, suffix) \ argument
168 struct hda_codec *codec; member
248 #define snd_hda_create_spdif_out_ctls(codec, anid, cnid) \ argument
336 static inline int snd_hda_codec_proc_new(struct hda_codec *codec) { return 0; } in snd_hda_codec_proc_new()
377 unsigned int codec; /* Codec vendor/device ID */ member
493 snd_hda_set_pin_ctl(struct hda_codec *codec, hda_nid_t pin, unsigned int val) in snd_hda_set_pin_ctl()
507 snd_hda_set_pin_ctl_cache(struct hda_codec *codec, hda_nid_t pin, in snd_hda_set_pin_ctl_cache()
517 #define for_each_hda_codec_node(nid, codec) \ argument
523 static inline u32 get_wcaps(struct hda_codec *codec, hda_nid_t nid) in get_wcaps()
549 static inline void snd_hda_override_wcaps(struct hda_codec *codec, in snd_hda_override_wcaps()
572 snd_hda_query_pin_caps(struct hda_codec *codec, hda_nid_t nid) in snd_hda_query_pin_caps()
589 snd_hda_override_pin_caps(struct hda_codec *codec, hda_nid_t nid, in snd_hda_override_pin_caps()
598 #define nid_has_mute(codec, nid, dir) \ argument
600 #define nid_has_volume(codec, nid, dir) \ argument
626 static inline int snd_hda_create_hwdep(struct hda_codec *codec) { return 0; } in snd_hda_create_hwdep()
640 const char *snd_hda_get_hint(struct hda_codec *codec, const char *key) in snd_hda_get_hint()
646 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) in snd_hda_get_bool_hint()
652 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint()
681 snd_hda_check_power_state(struct hda_codec *codec, hda_nid_t nid, in snd_hda_check_power_state()
792 #define codec_err(codec, fmt, args...) \ argument
794 #define codec_warn(codec, fmt, args...) \ argument
796 #define codec_info(codec, fmt, args...) \ argument
798 #define codec_dbg(codec, fmt, args...) \ argument