Lines Matching refs:hda_nid_t
110 void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg,
115 int (*check_power_status)(struct hda_codec *codec, hda_nid_t nid);
117 void (*stream_pm)(struct hda_codec *codec, hda_nid_t nid, bool on);
141 hda_nid_t nid; /* default NID to query rates/formats/bps, or set up */
212 const hda_nid_t *follower_dig_outs; /* optional digital out follower widgets */
268 unsigned int (*power_filter)(struct hda_codec *codec, hda_nid_t nid,
273 struct hda_codec *codec, hda_nid_t nid);
325 snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid,
333 snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int flags,
343 int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid,
344 hda_nid_t *conn_list, int max_conns);
346 snd_hda_get_num_conns(struct hda_codec *codec, hda_nid_t nid)
356 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid,
357 const hda_nid_t **listp);
358 int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int nums,
359 const hda_nid_t *list);
360 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux,
361 hda_nid_t nid, int recursive);
362 unsigned int snd_hda_get_num_devices(struct hda_codec *codec, hda_nid_t nid);
363 int snd_hda_get_devices(struct hda_codec *codec, hda_nid_t nid,
365 int snd_hda_get_dev_select(struct hda_codec *codec, hda_nid_t nid);
366 int snd_hda_set_dev_select(struct hda_codec *codec, hda_nid_t nid, int dev_id);
369 hda_nid_t nid;
379 snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid,
387 hda_nid_t nid;
393 unsigned int snd_hda_codec_get_pincfg(struct hda_codec *codec, hda_nid_t nid);
394 int snd_hda_codec_set_pincfg(struct hda_codec *codec, hda_nid_t nid,
397 hda_nid_t nid, unsigned int cfg); /* for hwdep */
402 hda_nid_t nid; /* Converter nid values relate to */
407 hda_nid_t nid);
409 void snd_hda_spdif_ctls_assign(struct hda_codec *codec, int idx, hda_nid_t nid);
443 void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid,
446 void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid,
465 void snd_hda_codec_set_power_to_all(struct hda_codec *codec, hda_nid_t fg,
481 int hda_call_check_power_status(struct hda_codec *codec, hda_nid_t nid)