• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/

Lines Matching refs:hda_nid_t

123 int snd_hda_codec_amp_read(struct hda_codec *codec, hda_nid_t nid, int ch,
125 int snd_hda_codec_amp_update(struct hda_codec *codec, hda_nid_t nid, int ch,
127 int snd_hda_codec_amp_stereo(struct hda_codec *codec, hda_nid_t nid,
133 void snd_hda_set_vmaster_tlv(struct hda_codec *codec, hda_nid_t nid, int dir,
210 int snd_hda_create_spdif_out_ctls(struct hda_codec *codec, hda_nid_t nid);
211 int snd_hda_create_spdif_in_ctls(struct hda_codec *codec, hda_nid_t nid);
230 struct snd_ctl_elem_value *ucontrol, hda_nid_t nid,
265 hda_nid_t *dac_nids; /* DAC list */
266 hda_nid_t hp_nid; /* optional DAC for HP, 0 when not exists */
267 hda_nid_t extra_out_nid[3]; /* optional DACs, 0 when not exists */
268 hda_nid_t dig_out_nid; /* digital out audio widget */
269 hda_nid_t *slave_dig_outs;
390 hda_nid_t line_out_pins[AUTO_CFG_MAX_OUTS];
392 hda_nid_t speaker_pins[AUTO_CFG_MAX_OUTS];
395 hda_nid_t hp_pins[AUTO_CFG_MAX_OUTS];
396 hda_nid_t input_pins[AUTO_PIN_LAST];
398 hda_nid_t dig_out_pins[2];
399 hda_nid_t dig_in_pin;
400 hda_nid_t mono_out_pin;
418 hda_nid_t *ignore_nids);
440 static inline u32 get_wcaps(struct hda_codec *codec, hda_nid_t nid)
461 u32 query_amp_caps(struct hda_codec *codec, hda_nid_t nid, int direction);
462 int snd_hda_override_amp_caps(struct hda_codec *codec, hda_nid_t nid, int dir,
464 u32 snd_hda_query_pin_caps(struct hda_codec *codec, hda_nid_t nid);
465 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid);
466 int snd_hda_jack_detect(struct hda_codec *codec, hda_nid_t nid);
474 hda_nid_t nid;
478 int snd_hda_ctl_add(struct hda_codec *codec, hda_nid_t nid,
481 unsigned int index, hda_nid_t nid);
536 hda_nid_t nid;
548 hda_nid_t nid);
604 int snd_hdmi_get_eld_size(struct hda_codec *codec, hda_nid_t nid);
605 int snd_hdmi_get_eld(struct hdmi_eld *, struct hda_codec *, hda_nid_t);