• Home
  • Raw
  • Download

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, slaves, suffix) \ argument
155 struct hda_codec *codec; member
174 #define snd_hda_create_spdif_out_ctls(codec, anid, cnid) \ argument
262 static inline int snd_hda_codec_proc_new(struct hda_codec *codec) { return 0; } in snd_hda_codec_proc_new()
303 unsigned int codec; /* Codec vendor/device ID */ member
420 snd_hda_set_pin_ctl(struct hda_codec *codec, hda_nid_t pin, unsigned int val) in snd_hda_set_pin_ctl()
434 snd_hda_set_pin_ctl_cache(struct hda_codec *codec, hda_nid_t pin, in snd_hda_set_pin_ctl_cache()
444 #define for_each_hda_codec_node(nid, codec) \ argument
450 static inline u32 get_wcaps(struct hda_codec *codec, hda_nid_t nid) in get_wcaps()
476 static inline void snd_hda_override_wcaps(struct hda_codec *codec, in snd_hda_override_wcaps()
499 snd_hda_query_pin_caps(struct hda_codec *codec, hda_nid_t nid) in snd_hda_query_pin_caps()
516 snd_hda_override_pin_caps(struct hda_codec *codec, hda_nid_t nid, in snd_hda_override_pin_caps()
525 #define nid_has_mute(codec, nid, dir) \ argument
527 #define nid_has_volume(codec, nid, dir) \ argument
553 static inline int snd_hda_create_hwdep(struct hda_codec *codec) { return 0; } in snd_hda_create_hwdep()
567 const char *snd_hda_get_hint(struct hda_codec *codec, const char *key) in snd_hda_get_hint()
573 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) in snd_hda_get_bool_hint()
579 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint()
608 snd_hda_check_power_state(struct hda_codec *codec, hda_nid_t nid, in snd_hda_check_power_state()
614 static inline unsigned int snd_hda_sync_power_state(struct hda_codec *codec, in snd_hda_sync_power_state()
720 #define codec_err(codec, fmt, args...) \ argument
722 #define codec_warn(codec, fmt, args...) \ argument
724 #define codec_info(codec, fmt, args...) \ argument
726 #define codec_dbg(codec, fmt, args...) \ argument