Lines Matching refs:hda_nid_t

115 	hda_nid_t afg, mfg;
144 void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg,
149 int (*check_power_status)(struct hda_codec *codec, hda_nid_t nid);
152 void (*stream_pm)(struct hda_codec *codec, hda_nid_t nid, bool on);
176 hda_nid_t nid; /* default NID to query rates/formats/bps, or set up */
244 const hda_nid_t *slave_dig_outs; /* optional digital out slave widgets */
291 unsigned int (*power_filter)(struct hda_codec *codec, hda_nid_t nid,
296 struct hda_codec *codec, hda_nid_t nid);
340 unsigned int snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid,
343 int snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int flags,
349 int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid,
350 hda_nid_t *conn_list, int max_conns);
352 snd_hda_get_num_conns(struct hda_codec *codec, hda_nid_t nid) in snd_hda_get_num_conns()
362 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid,
363 const hda_nid_t **listp);
364 int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int nums,
365 const hda_nid_t *list);
366 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux,
367 hda_nid_t nid, int recursive);
368 int snd_hda_get_devices(struct hda_codec *codec, hda_nid_t nid,
370 int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid,
374 hda_nid_t nid;
391 snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_write_cache()
402 hda_nid_t nid;
408 unsigned int snd_hda_codec_get_pincfg(struct hda_codec *codec, hda_nid_t nid);
409 int snd_hda_codec_set_pincfg(struct hda_codec *codec, hda_nid_t nid,
412 hda_nid_t nid, unsigned int cfg); /* for hwdep */
417 hda_nid_t nid; /* Converter nid values relate to */
422 hda_nid_t nid);
424 void snd_hda_spdif_ctls_assign(struct hda_codec *codec, int idx, hda_nid_t nid);
456 void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid,
459 void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid,
469 int snd_hda_is_supported_format(struct hda_codec *codec, hda_nid_t nid,
478 void snd_hda_codec_set_power_to_all(struct hda_codec *codec, hda_nid_t fg,
491 int hda_call_check_power_status(struct hda_codec *codec, hda_nid_t nid) in hda_call_check_power_status()