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
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()
296 unsigned int codec; /* Codec vendor/device ID */ member
414 snd_hda_set_pin_ctl(struct hda_codec *codec, hda_nid_t pin, unsigned int val) in snd_hda_set_pin_ctl()
428 snd_hda_set_pin_ctl_cache(struct hda_codec *codec, hda_nid_t pin, in snd_hda_set_pin_ctl_cache()
438 #define for_each_hda_codec_node(nid, codec) \ argument
445 static inline void snd_hda_codec_allow_unsol_events(struct hda_codec *codec) in snd_hda_codec_allow_unsol_events()
453 static inline u32 get_wcaps(struct hda_codec *codec, hda_nid_t nid) in get_wcaps()
479 static inline void snd_hda_override_wcaps(struct hda_codec *codec, in snd_hda_override_wcaps()
502 snd_hda_query_pin_caps(struct hda_codec *codec, hda_nid_t nid) in snd_hda_query_pin_caps()
519 snd_hda_override_pin_caps(struct hda_codec *codec, hda_nid_t nid, in snd_hda_override_pin_caps()
528 #define nid_has_mute(codec, nid, dir) \ argument
530 #define nid_has_volume(codec, nid, dir) \ argument
556 static inline int snd_hda_create_hwdep(struct hda_codec *codec) { return 0; } in snd_hda_create_hwdep()
570 const char *snd_hda_get_hint(struct hda_codec *codec, const char *key) in snd_hda_get_hint()
576 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) in snd_hda_get_bool_hint()
582 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint()
611 snd_hda_check_power_state(struct hda_codec *codec, hda_nid_t nid, in snd_hda_check_power_state()
617 static inline unsigned int snd_hda_sync_power_state(struct hda_codec *codec, in snd_hda_sync_power_state()
728 #define codec_err(codec, fmt, args...) \ argument
730 #define codec_warn(codec, fmt, args...) \ argument
732 #define codec_info(codec, fmt, args...) \ argument
734 #define codec_dbg(codec, fmt, args...) \ argument