Home
last modified time | relevance | path

Searched refs:hda_nid_t (Results 1 – 27 of 27) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_generic.h17 hda_nid_t pin; /* multi-io widget pin NID */
18 hda_nid_t dac; /* DAC to be connected */
45 hda_nid_t path[MAX_NID_PATH_DEPTH];
60 hda_nid_t pin; /* pin */
111 hda_nid_t alt_dac_nid;
112 hda_nid_t slave_dig_outs[3]; /* optional - for auto-parsing */
117 hda_nid_t adc_nids[AUTO_CFG_MAX_INS];
118 hda_nid_t dig_in_nid; /* digital-in NID; optional */
119 hda_nid_t mixer_nid; /* analog-mixer NID */
120 hda_nid_t mixer_merge_nid; /* aamix merge-point NID (optional) */
[all …]
Dhda_jack.h24 hda_nid_t nid;
31 hda_nid_t nid;
40 hda_nid_t gating_jack; /* valid when gating jack plugged */
41 hda_nid_t gated_jack; /* gated is dependent on this jack */
50 snd_hda_jack_tbl_get(struct hda_codec *codec, hda_nid_t nid);
58 int snd_hda_jack_detect_enable(struct hda_codec *codec, hda_nid_t nid);
60 snd_hda_jack_detect_enable_callback(struct hda_codec *codec, hda_nid_t nid,
63 int snd_hda_jack_set_gating_jack(struct hda_codec *codec, hda_nid_t gated_nid,
64 hda_nid_t gating_nid);
66 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid);
[all …]
Dhda_codec.h115 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,
[all …]
Dhda_auto_parser.h37 hda_nid_t pin;
48 int snd_hda_get_pin_label(struct hda_codec *codec, hda_nid_t nid,
67 hda_nid_t line_out_pins[AUTO_CFG_MAX_OUTS];
69 hda_nid_t speaker_pins[AUTO_CFG_MAX_OUTS];
72 hda_nid_t hp_pins[AUTO_CFG_MAX_OUTS];
76 hda_nid_t dig_out_pins[2];
77 hda_nid_t dig_in_pin;
78 hda_nid_t mono_out_pin;
91 const hda_nid_t *ignore_nids,
103 static inline const hda_nid_t *auto_cfg_hp_pins(const struct auto_pin_cfg *cfg) in auto_cfg_hp_pins()
[all …]
Dhda_local.h132 int snd_hda_codec_amp_update(struct hda_codec *codec, hda_nid_t nid,
134 int snd_hda_codec_amp_stereo(struct hda_codec *codec, hda_nid_t nid,
136 int snd_hda_codec_amp_init(struct hda_codec *codec, hda_nid_t nid, int ch,
138 int snd_hda_codec_amp_init_stereo(struct hda_codec *codec, hda_nid_t nid,
140 void snd_hda_set_vmaster_tlv(struct hda_codec *codec, hda_nid_t nid, int dir,
246 hda_nid_t associated_nid,
247 hda_nid_t cvt_nid, int type);
250 int snd_hda_create_spdif_in_ctls(struct hda_codec *codec, hda_nid_t nid);
269 struct snd_ctl_elem_value *ucontrol, hda_nid_t nid,
286 const hda_nid_t *dac_nids; /* DAC list */
[all …]
Dhda_generic.c213 static inline void restore_pin_ctl(struct hda_codec *codec, hda_nid_t pin) in restore_pin_ctl()
219 static void set_pin_target(struct hda_codec *codec, hda_nid_t pin, in set_pin_target()
232 hda_nid_t *pins, unsigned int val) in set_pin_targets()
244 static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) in find_idx_in_nid_list()
254 static bool is_nid_contained(struct nid_path *path, hda_nid_t nid) in is_nid_contained()
260 hda_nid_t from_nid, hda_nid_t to_nid, in get_nid_path()
291 hda_nid_t from_nid, hda_nid_t to_nid) in snd_hda_get_nid_path()
338 static bool is_dac_already_used(struct hda_codec *codec, hda_nid_t nid) in is_dac_already_used()
353 hda_nid_t from_nid, hda_nid_t to_nid) in is_reachable_path()
379 static bool is_ctl_associated(struct hda_codec *codec, hda_nid_t nid, in is_ctl_associated()
[all …]
Dhda_codec.c175 unsigned int snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_read()
199 int snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int flags, in snd_hda_codec_write()
226 hda_nid_t nid;
227 hda_nid_t conns[0];
232 lookup_conn_list(struct hda_codec *codec, hda_nid_t nid) in lookup_conn_list()
242 static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in add_conn_list()
243 const hda_nid_t *list) in add_conn_list()
247 p = kmalloc(sizeof(*p) + len * sizeof(hda_nid_t), GFP_KERNEL); in add_conn_list()
252 memcpy(p->conns, list, len * sizeof(hda_nid_t)); in add_conn_list()
268 static int read_and_add_raw_conns(struct hda_codec *codec, hda_nid_t nid) in read_and_add_raw_conns()
[all …]
Dhda_proc.c77 struct hda_codec *codec, hda_nid_t nid, in print_nid_array()
104 struct hda_codec *codec, hda_nid_t nid) in print_nid_pcms()
123 struct hda_codec *codec, hda_nid_t nid, int dir) in print_amp_caps()
141 static bool is_stereo_amps(struct hda_codec *codec, hda_nid_t nid, in is_stereo_amps()
144 hda_nid_t conn; in is_stereo_amps()
163 struct hda_codec *codec, hda_nid_t nid, in print_amp_vals()
229 struct hda_codec *codec, hda_nid_t nid) in print_pcm_caps()
273 struct hda_codec *codec, hda_nid_t nid, in print_pin_caps()
367 struct hda_codec *codec, hda_nid_t nid, in print_pin_ctls()
405 struct hda_codec *codec, hda_nid_t nid) in print_vol_knob()
[all …]
Dhda_jack.c33 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid) in is_jack_detectable()
50 static u32 read_pin_sense(struct hda_codec *codec, hda_nid_t nid) in read_pin_sense()
74 snd_hda_jack_tbl_get(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_tbl_get()
114 snd_hda_jack_tbl_new(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_tbl_new()
205 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid) in snd_hda_pin_sense()
224 int snd_hda_jack_detect_state(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_detect_state()
247 snd_hda_jack_detect_enable_callback(struct hda_codec *codec, hda_nid_t nid, in snd_hda_jack_detect_enable_callback()
289 int snd_hda_jack_detect_enable(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_detect_enable()
303 int snd_hda_jack_set_gating_jack(struct hda_codec *codec, hda_nid_t gated_nid, in snd_hda_jack_set_gating_jack()
304 hda_nid_t gating_nid) in snd_hda_jack_set_gating_jack()
[all …]
Dhda_auto_parser.c24 static int is_in_nid_list(hda_nid_t nid, const hda_nid_t *list) in is_in_nid_list()
34 hda_nid_t pin;
49 static void sort_pins_by_sequence(hda_nid_t *pins, struct auto_out_pin *list, in sort_pins_by_sequence()
61 hda_nid_t nid, int type) in add_auto_cfg_input_pin()
91 static void reorder_outputs(unsigned int nums, hda_nid_t *pins) in reorder_outputs()
93 hda_nid_t nid; in reorder_outputs()
106 static bool check_pincap_validity(struct hda_codec *codec, hda_nid_t pin, in check_pincap_validity()
172 const hda_nid_t *ignore_nids, in snd_hda_parse_pin_defcfg()
175 hda_nid_t nid; in snd_hda_parse_pin_defcfg()
484 hda_nid_t pin, bool check_location) in hda_get_input_pin_label()
[all …]
Dpatch_hdmi.c60 hda_nid_t cvt_nid;
73 hda_nid_t pin_nid;
75 hda_nid_t mux_nids[HDA_MAX_CONNECTIONS];
77 hda_nid_t cvt_nid;
99 int (*pin_get_eld)(struct hda_codec *codec, hda_nid_t pin_nid,
103 int (*pin_get_slot_channel)(struct hda_codec *codec, hda_nid_t pin_nid,
105 int (*pin_set_slot_channel)(struct hda_codec *codec, hda_nid_t pin_nid,
108 void (*pin_setup_infoframe)(struct hda_codec *codec, hda_nid_t pin_nid,
112 int (*pin_hbr_setup)(struct hda_codec *codec, hda_nid_t pin_nid, bool hbr);
114 int (*setup_stream)(struct hda_codec *codec, hda_nid_t cvt_nid,
[all …]
Dlocal.h7 int hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm);
23 unsigned int get_pin_cfg(struct hdac_device *codec, hda_nid_t nid) in get_pin_cfg()
Dpatch_realtek.c96 hda_nid_t mute_led_nid;
97 hda_nid_t cap_mute_led_nid;
103 hda_nid_t headset_mic_pin;
104 hda_nid_t headphone_mic_pin;
122 hda_nid_t pll_nid;
132 static int alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_read_coefex_idx()
145 static void alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_write_coefex_idx()
155 static void alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_update_coefex_idx()
256 static void alc_fix_pll_init(struct hda_codec *codec, hda_nid_t nid, in alc_fix_pll_init()
386 static void set_eapd(struct hda_codec *codec, hda_nid_t nid, int on) in set_eapd()
[all …]
Dpatch_ca0132.c142 hda_nid_t nid;
273 hda_nid_t parent_nid;
274 hda_nid_t nid;
386 hda_nid_t nid;
712 hda_nid_t out_pins[AUTO_CFG_MAX_OUTS];
713 hda_nid_t dacs[AUTO_CFG_MAX_OUTS];
715 hda_nid_t input_pins[AUTO_PIN_LAST];
716 hda_nid_t adcs[AUTO_PIN_LAST];
717 hda_nid_t dig_out;
718 hda_nid_t dig_in;
[all …]
Dpatch_conexant.c44 hda_nid_t eapds[4];
46 hda_nid_t mute_led_eapd;
59 static inline void set_beep_amp(struct conexant_spec *spec, hda_nid_t nid, in set_beep_amp()
106 hda_nid_t nid; in cx_auto_parse_beep()
122 hda_nid_t nid; in cx_auto_parse_eapd()
145 hda_nid_t *pins, bool on) in cx_auto_turn_eapd()
297 hda_nid_t mux_pin = spec->gen.imux_pins[spec->gen.cur_mux[0]]; in cxt_update_headset_mode()
856 static hda_nid_t out_nids[] = { in add_cx5051_fake_mutes()
859 hda_nid_t *p; in add_cx5051_fake_mutes()
Dpatch_analog.c41 hda_nid_t eapd_nid;
88 static void ad198x_power_eapd_write(struct hda_codec *codec, hda_nid_t front, in ad198x_power_eapd_write()
89 hda_nid_t hp) in ad198x_power_eapd_write()
405 static hda_nid_t preferred_pairs[] = { in patch_ad1986a()
469 hda_nid_t dig_out = spec->gen.multiout.dig_out_nid; in ad1983_auto_smux_enum_info()
496 hda_nid_t dig_out = spec->gen.multiout.dig_out_nid; in ad1983_auto_smux_enum_put()
520 hda_nid_t dig_out = spec->gen.multiout.dig_out_nid; in ad1983_add_spdif_mux_ctl()
536 static hda_nid_t conn_0c[] = { 0x08 }; in patch_ad1983()
537 static hda_nid_t conn_0d[] = { 0x09 }; in patch_ad1983()
Dpatch_cirrus.c48 hda_nid_t vendor_nid;
188 static bool is_active_pin(struct hda_codec *codec, hda_nid_t nid) in is_active_pin()
699 hda_nid_t pin = spec->gen.autocfg.dig_out_pins[0]; in cs4208_spdif_sw_put()
754 static void cs4208_fix_amp_caps(struct hda_codec *codec, hda_nid_t adc) in cs4208_fix_amp_caps()
1023 hda_nid_t spdif_pin = spec->gen.autocfg.dig_out_pins[0]; in cs4210_spdif_automute()
1048 hda_nid_t nid = cfg->dig_out_pins[i]; in parse_cs421x_digital()
1104 static void fix_volume_caps(struct hda_codec *codec, hda_nid_t dac) in fix_volume_caps()
1119 hda_nid_t dac = CS4210_DAC_NID; in cs421x_parse_auto_config()
Dpatch_via.c274 static inline void set_beep_amp(struct via_spec *spec, hda_nid_t nid, in set_beep_amp()
313 hda_nid_t nid; in auto_parse_beep()
466 static int via_check_power_status(struct hda_codec *codec, hda_nid_t nid) in via_check_power_status()
500 static void vt1708_set_pinconfig_connect(struct hda_codec *codec, hda_nid_t nid) in vt1708_set_pinconfig_connect()
763 static void override_mic_boost(struct hda_codec *codec, hda_nid_t pin, in override_mic_boost()
879 hda_nid_t conn[8]; in add_secret_dac_path()
880 hda_nid_t nid; in add_secret_dac_path()
1098 static hda_nid_t conn_24[] = { 0x14, 0x1c }; in fix_vt1802_connections()
1099 static hda_nid_t conn_33[] = { 0x1c }; in fix_vt1802_connections()
Dpatch_sigmatel.c218 const hda_nid_t *pwr_nids;
222 hda_nid_t anabeep_nid;
233 static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
238 static const hda_nid_t stac92hd83xxx_pwr_nids[7] = {
243 static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
303 hda_nid_t fg = codec->core.afg; in stac_gpio_set()
364 hda_nid_t nid, unsigned int new_vref) in stac_vrefout_set()
389 hda_nid_t nid, in stac_vref_led_power_filter()
456 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid, in stac_toggle_power_map()
505 hda_nid_t nid = spec->pwr_nids[i]; in jack_update_power()
[all …]
Dhda_beep.h36 hda_nid_t nid;
Dhda_eld.c148 static unsigned int hdmi_get_eld_data(struct hda_codec *codec, hda_nid_t nid, in hdmi_get_eld_data()
313 int snd_hdmi_get_eld_size(struct hda_codec *codec, hda_nid_t nid) in snd_hdmi_get_eld_size()
319 int snd_hdmi_get_eld(struct hda_codec *codec, hda_nid_t nid, in snd_hdmi_get_eld()
669 int snd_hdmi_get_eld_ati(struct hda_codec *codec, hda_nid_t nid, in snd_hdmi_get_eld_ati()
Dhda_bind.c180 hda_nid_t nid; in is_likely_hdmi_codec()
/linux-4.1.27/include/sound/
Dhdaudio.h12 typedef u16 hda_nid_t; typedef
45 hda_nid_t afg; /* AFG node id */
46 hda_nid_t mfg; /* MFG node id */
68 hda_nid_t start_nid, end_nid;
105 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid,
109 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid,
111 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm,
113 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid,
115 int snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid,
117 int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid,
[all …]
Dhda_regmap.h73 snd_hdac_regmap_write(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_write()
91 snd_hdac_regmap_update(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_update()
109 snd_hdac_regmap_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_read()
130 snd_hdac_regmap_get_amp(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_get_amp()
154 snd_hdac_regmap_update_amp(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_update_amp()
175 snd_hdac_regmap_get_amp_stereo(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_get_amp_stereo()
199 snd_hdac_regmap_update_amp_stereo(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_update_amp_stereo()
213 snd_hdac_regmap_sync_node(struct hdac_device *codec, hda_nid_t nid) in snd_hdac_regmap_sync_node()
/linux-4.1.27/sound/hda/
Dhdac_sysfs.c80 ssize_t (*show)(struct hdac_device *codec, hda_nid_t nid,
82 ssize_t (*store)(struct hdac_device *codec, hda_nid_t nid,
152 static ssize_t caps_show(struct hdac_device *codec, hda_nid_t nid, in caps_show()
158 static ssize_t pin_caps_show(struct hdac_device *codec, hda_nid_t nid, in pin_caps_show()
167 static ssize_t pin_cfg_show(struct hdac_device *codec, hda_nid_t nid, in pin_cfg_show()
179 static bool has_pcm_cap(struct hdac_device *codec, hda_nid_t nid) in has_pcm_cap()
192 static ssize_t pcm_caps_show(struct hdac_device *codec, hda_nid_t nid, in pcm_caps_show()
201 static ssize_t pcm_formats_show(struct hdac_device *codec, hda_nid_t nid, in pcm_formats_show()
210 static ssize_t amp_in_caps_show(struct hdac_device *codec, hda_nid_t nid, in amp_in_caps_show()
219 static ssize_t amp_out_caps_show(struct hdac_device *codec, hda_nid_t nid, in amp_out_caps_show()
[all …]
Dhdac_device.c41 hda_nid_t fg; in snd_hdac_device_init()
175 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd()
228 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read()
242 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm, in _snd_hdac_read_parm()
261 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm_uncached()
282 int snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_override_parm()
307 int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_get_sub_nodes()
308 hda_nid_t *start_id) in snd_hdac_get_sub_nodes()
328 hda_nid_t nid; in setup_fg_nodes()
357 hda_nid_t start_nid; in snd_hdac_refresh_widgets()
[all …]
/linux-4.1.27/Documentation/sound/alsa/
Dhda_codec.txt48 int (*command)(struct hda_codec *codec, hda_nid_t nid, int direct,
154 hda_nid_t nid; /* default NID to query rates/formats/bps, or set up */
257 hda_nid_t nid);