• 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

177 	hda_nid_t nid;
184 hda_nid_t nid;
190 hda_nid_t pin;
229 hda_nid_t *pwr_nids;
230 hda_nid_t *dac_list;
242 hda_nid_t dac_nids[5];
243 hda_nid_t hp_dacs[5];
244 hda_nid_t speaker_dacs[5];
249 hda_nid_t *adc_nids;
251 hda_nid_t *mux_nids;
253 hda_nid_t *dmic_nids;
255 hda_nid_t *dmux_nids;
257 hda_nid_t *smux_nids;
270 hda_nid_t dig_in_nid;
271 hda_nid_t mono_nid;
272 hda_nid_t anabeep_nid;
273 hda_nid_t digbeep_nid;
276 hda_nid_t *pin_nids;
291 hda_nid_t *amp_nids;
297 hda_nid_t line_switch; /* shared line-in for input and output */
298 hda_nid_t mic_switch; /* shared mic-in for input and output */
299 hda_nid_t hp_switch; /* NID of HP as line-out */
313 static hda_nid_t stac9200_adc_nids[1] = {
317 static hda_nid_t stac9200_mux_nids[1] = {
321 static hda_nid_t stac9200_dac_nids[1] = {
325 static hda_nid_t stac92hd73xx_pwr_nids[8] = {
330 static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
334 static hda_nid_t stac92hd73xx_adc_nids[2] = {
339 static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
345 static hda_nid_t stac92hd73xx_mux_nids[2] = {
349 static hda_nid_t stac92hd73xx_dmux_nids[2] = {
353 static hda_nid_t stac92hd73xx_smux_nids[2] = {
366 static hda_nid_t stac92hd83xxx_mux_nids[2] = {
370 static hda_nid_t stac92hd83xxx_adc_nids[2] = {
374 static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
378 static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
393 static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
397 static hda_nid_t stac92hd71bxx_adc_nids[2] = {
401 static hda_nid_t stac92hd71bxx_mux_nids[2] = {
405 static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
409 static hda_nid_t stac92hd71bxx_smux_nids[2] = {
414 static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
418 static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
429 static hda_nid_t stac925x_adc_nids[1] = {
433 static hda_nid_t stac925x_mux_nids[1] = {
437 static hda_nid_t stac925x_dac_nids[1] = {
442 static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
446 static hda_nid_t stac925x_dmux_nids[1] = {
457 static hda_nid_t stac922x_adc_nids[2] = {
461 static hda_nid_t stac922x_mux_nids[2] = {
472 static hda_nid_t stac927x_slave_dig_outs[2] = {
476 static hda_nid_t stac927x_adc_nids[3] = {
480 static hda_nid_t stac927x_mux_nids[3] = {
484 static hda_nid_t stac927x_smux_nids[1] = {
488 static hda_nid_t stac927x_dac_nids[6] = {
492 static hda_nid_t stac927x_dmux_nids[1] = {
497 static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
518 static hda_nid_t stac9205_adc_nids[2] = {
522 static hda_nid_t stac9205_mux_nids[2] = {
526 static hda_nid_t stac9205_dmux_nids[1] = {
530 static hda_nid_t stac9205_smux_nids[1] = {
535 static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
549 static hda_nid_t stac9200_pin_nids[8] = {
554 static hda_nid_t stac925x_pin_nids[8] = {
559 static hda_nid_t stac922x_pin_nids[10] = {
564 static hda_nid_t stac92hd73xx_pin_nids[13] = {
570 static hda_nid_t stac92hd83xxx_pin_nids[10] = {
575 static hda_nid_t stac92hd88xxx_pin_nids[10] = {
581 static hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
586 static hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
592 static hda_nid_t stac927x_pin_nids[14] = {
598 static hda_nid_t stac9205_pin_nids[12] = {
661 hda_nid_t nid;
685 hda_nid_t nid, unsigned int new_vref)
709 static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid)
1075 static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
1081 hda_nid_t nid;
2337 hda_nid_t nid = spec->adc_nids[substream->number];
2353 hda_nid_t nid = spec->adc_nids[substream->number];
2458 hda_nid_t nid)
2473 static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2492 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
2521 hda_nid_t nid = kcontrol->private_value;
2543 hda_nid_t nid = kcontrol->private_value;
2562 hda_nid_t nid = kcontrol->private_value;
2609 hda_nid_t nid = kcontrol->private_value;
2620 hda_nid_t nid = kcontrol->private_value;
2661 hda_nid_t nid = kcontrol->private_value & 0xff;
2791 hda_nid_t nid, int idx)
2836 static hda_nid_t check_line_out_switch(struct hda_codec *codec)
2840 hda_nid_t nid;
2853 static hda_nid_t check_mic_out_switch(struct hda_codec *codec)
2864 hda_nid_t nid = cfg->input_pins[mic_pin];
2881 static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2893 static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2907 static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2911 hda_nid_t conn[HDA_MAX_CONNECTIONS];
2952 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2953 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2967 hda_nid_t nid, dac;
3049 int idx, hda_nid_t nid, int chs)
3089 static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3101 static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3118 const hda_nid_t *pins,
3119 const hda_nid_t *dac_nids,
3126 hda_nid_t nid;
3204 hda_nid_t nid;
3266 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3288 hda_nid_t nid)
3355 hda_nid_t nid;
3393 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3420 static int get_connection_index(struct hda_codec *codec, hda_nid_t mux,
3421 hda_nid_t nid)
3423 hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3435 static int create_elem_capture_vol(struct hda_codec *codec, hda_nid_t nid,
3486 hda_nid_t nid;
3529 static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid,
3530 hda_nid_t *fixed, hda_nid_t *ext)
3554 hda_nid_t pin)
3595 hda_nid_t fixed, ext;
3627 hda_nid_t nid = cfg->input_pins[i];
3676 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3687 hda_nid_t pin;
3693 hda_nid_t pin;
3710 hda_nid_t nid = spec->autocfg.hp_pins[i];
3720 static int stac92xx_parse_auto_config(struct hda_codec *codec, hda_nid_t dig_out, hda_nid_t dig_in)
3757 hda_nid_t conn_list[1];
3776 hda_nid_t nid = spec->autocfg.mono_out_pin;
3822 hda_nid_t nid = spec->digbeep_nid;
3926 hda_nid_t pin = cfg->hp_pins[0];
3945 hda_nid_t lfe_pin = 0x0;
3954 hda_nid_t pin = spec->autocfg.speaker_pins[i];
3965 hda_nid_t pin = spec->autocfg.line_out_pins[i];
4075 hda_nid_t nid, int type)
4111 static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
4129 hda_nid_t nid)
4160 static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
4184 static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
4199 hda_nid_t *dac;
4206 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4289 hda_nid_t nid = cfg->hp_pins[i];
4296 hda_nid_t nid = cfg->line_out_pins[i];
4326 hda_nid_t nid = cfg->input_pins[i];
4367 hda_nid_t nid = spec->pwr_nids[i];
4469 static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4496 static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4507 static inline int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
4628 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4657 static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4662 static void stac92xx_report_jack(struct hda_codec *codec, hda_nid_t nid)
4708 static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid)
4878 struct hda_codec *codec, hda_nid_t nid)
4895 struct hda_codec *codec, hda_nid_t nid)
4903 struct hda_codec *codec, hda_nid_t nid)
4910 struct hda_codec *codec, hda_nid_t nid)
4959 hda_nid_t nid)
5158 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
5306 hda_nid_t conn[STAC92HD83_DAC_COUNT + 1];
5436 hda_nid_t *nids, int num_nids)
5456 hda_nid_t dig0pin)
6138 static hda_nid_t stac9872_pin_nids[] = {
6143 static hda_nid_t stac9872_adc_nids[] = {
6147 static hda_nid_t stac9872_mux_nids[] = {