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);
118 void (*stream_pm)(struct hda_codec *codec, hda_nid_t nid, bool on);
142 hda_nid_t nid; /* default NID to query rates/formats/bps, or set up */
211 const hda_nid_t *follower_dig_outs; /* optional digital out follower widgets */
267 unsigned int (*power_filter)(struct hda_codec *codec, hda_nid_t nid,
272 struct hda_codec *codec, hda_nid_t nid);
319 snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid,
327 snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int flags,
337 int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid,
338 hda_nid_t *conn_list, int max_conns);
340 snd_hda_get_num_conns(struct hda_codec *codec, hda_nid_t nid)
350 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid,
351 const hda_nid_t **listp);
352 int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int nums,
353 const hda_nid_t *list);
354 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux,
355 hda_nid_t nid, int recursive);
356 unsigned int snd_hda_get_num_devices(struct hda_codec *codec, hda_nid_t nid);
357 int snd_hda_get_devices(struct hda_codec *codec, hda_nid_t nid,
359 int snd_hda_get_dev_select(struct hda_codec *codec, hda_nid_t nid);
360 int snd_hda_set_dev_select(struct hda_codec *codec, hda_nid_t nid, int dev_id);
363 hda_nid_t nid;
373 snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid,
381 hda_nid_t nid;
387 unsigned int snd_hda_codec_get_pincfg(struct hda_codec *codec, hda_nid_t nid);
388 int snd_hda_codec_set_pincfg(struct hda_codec *codec, hda_nid_t nid,
391 hda_nid_t nid, unsigned int cfg); /* for hwdep */
396 hda_nid_t nid; /* Converter nid values relate to */
401 hda_nid_t nid);
403 void snd_hda_spdif_ctls_assign(struct hda_codec *codec, int idx, hda_nid_t nid);
437 void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid,
440 void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid,
459 void snd_hda_codec_set_power_to_all(struct hda_codec *codec, hda_nid_t fg,
475 int hda_call_check_power_status(struct hda_codec *codec, hda_nid_t nid)