Lines Matching full:spec

246 	struct sigmatel_spec *spec = codec->spec;  in stac_playback_pcm_hook()  local
247 if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay) in stac_playback_pcm_hook()
248 msleep(spec->stream_delay); in stac_playback_pcm_hook()
256 struct sigmatel_spec *spec = codec->spec; in stac_capture_pcm_hook() local
259 if (!spec->powerdown_adcs) in stac_capture_pcm_hook()
262 for (i = 0; i < spec->gen.num_all_adcs; i++) { in stac_capture_pcm_hook()
263 if (spec->gen.all_adcs[i] == hinfo->nid) { in stac_capture_pcm_hook()
274 spec->active_adcs |= (1 << idx); in stac_capture_pcm_hook()
279 spec->active_adcs &= ~(1 << idx); in stac_capture_pcm_hook()
328 struct sigmatel_spec *spec = codec->spec; in stac_capture_led_update() local
331 spec->gpio_data |= spec->mic_mute_led_gpio; in stac_capture_led_update()
333 spec->gpio_data &= ~spec->mic_mute_led_gpio; in stac_capture_led_update()
334 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data); in stac_capture_led_update()
375 struct sigmatel_spec *spec = codec->spec; in stac_update_led_status() local
377 if (!spec->gpio_led) in stac_update_led_status()
381 if (spec->gpio_led_polarity) in stac_update_led_status()
384 if (!spec->vref_mute_led_nid) { in stac_update_led_status()
386 spec->gpio_data |= spec->gpio_led; in stac_update_led_status()
388 spec->gpio_data &= ~spec->gpio_led; in stac_update_led_status()
389 stac_gpio_set(codec, spec->gpio_mask, in stac_update_led_status()
390 spec->gpio_dir, spec->gpio_data); in stac_update_led_status()
392 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD; in stac_update_led_status()
393 stac_vrefout_set(codec, spec->vref_mute_led_nid, in stac_update_led_status()
394 spec->vref_led); in stac_update_led_status()
411 struct sigmatel_spec *spec = codec->spec; in stac_update_outputs() local
413 if (spec->gpio_mute) in stac_update_outputs()
414 spec->gen.master_mute = in stac_update_outputs()
416 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute); in stac_update_outputs()
420 if (spec->eapd_mask && spec->eapd_switch) { in stac_update_outputs()
421 unsigned int val = spec->gpio_data; in stac_update_outputs()
422 if (spec->gen.speaker_muted) in stac_update_outputs()
423 val &= ~spec->eapd_mask; in stac_update_outputs()
425 val |= spec->eapd_mask; in stac_update_outputs()
426 if (spec->gpio_data != val) { in stac_update_outputs()
427 spec->gpio_data = val; in stac_update_outputs()
428 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, in stac_update_outputs()
437 struct sigmatel_spec *spec = codec->spec; in stac_toggle_power_map() local
440 for (idx = 0; idx < spec->num_pwrs; idx++) { in stac_toggle_power_map()
441 if (spec->pwr_nids[idx] == nid) in stac_toggle_power_map()
444 if (idx >= spec->num_pwrs) in stac_toggle_power_map()
449 val = spec->power_map_bits; in stac_toggle_power_map()
456 if (val != spec->power_map_bits) { in stac_toggle_power_map()
457 spec->power_map_bits = val; in stac_toggle_power_map()
468 struct sigmatel_spec *spec = codec->spec; in jack_update_power() local
471 if (!spec->num_pwrs) in jack_update_power()
482 for (i = 0; i < spec->num_pwrs; i++) { in jack_update_power()
483 hda_nid_t nid = spec->pwr_nids[i]; in jack_update_power()
493 spec->power_map_bits); in jack_update_power()
513 struct sigmatel_spec *spec = codec->spec; in stac_init_power_map() local
516 for (i = 0; i < spec->num_pwrs; i++) { in stac_init_power_map()
517 hda_nid_t nid = spec->pwr_nids[i]; in stac_init_power_map()
521 spec->vref_mute_led_nid != nid && in stac_init_power_map()
546 struct sigmatel_spec *spec = codec->spec; in stac_store_hints() local
549 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) { in stac_store_hints()
550 spec->eapd_mask = spec->gpio_dir = spec->gpio_data = in stac_store_hints()
551 spec->gpio_mask; in stac_store_hints()
553 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir)) in stac_store_hints()
554 spec->gpio_dir &= spec->gpio_mask; in stac_store_hints()
555 if (get_int_hint(codec, "gpio_data", &spec->gpio_data)) in stac_store_hints()
556 spec->gpio_data &= spec->gpio_mask; in stac_store_hints()
557 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask)) in stac_store_hints()
558 spec->eapd_mask &= spec->gpio_mask; in stac_store_hints()
559 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute)) in stac_store_hints()
560 spec->gpio_mute &= spec->gpio_mask; in stac_store_hints()
563 spec->eapd_switch = val; in stac_store_hints()
577 struct sigmatel_spec *spec = codec->spec; in stac_aloopback_get() local
579 ucontrol->value.integer.value[0] = !!(spec->aloopback & in stac_aloopback_get()
580 (spec->aloopback_mask << idx)); in stac_aloopback_get()
588 struct sigmatel_spec *spec = codec->spec; in stac_aloopback_put() local
593 idx_val = spec->aloopback_mask << idx; in stac_aloopback_put()
595 val = spec->aloopback | idx_val; in stac_aloopback_put()
597 val = spec->aloopback & ~idx_val; in stac_aloopback_put()
598 if (spec->aloopback == val) in stac_aloopback_put()
601 spec->aloopback = val; in stac_aloopback_put()
608 dac_mode >>= spec->aloopback_shift; in stac_aloopback_put()
610 if (spec->aloopback & idx_val) { in stac_aloopback_put()
712 struct sigmatel_spec *spec = codec->spec; in set_hp_led_gpio() local
715 if (spec->gpio_led) in set_hp_led_gpio()
721 spec->gpio_led = 0x08; /* GPIO 3 */ in set_hp_led_gpio()
723 spec->gpio_led = 0x01; /* GPIO 0 */ in set_hp_led_gpio()
748 struct sigmatel_spec *spec = codec->spec; in find_mute_led_cfg() local
751 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) { in find_mute_led_cfg()
753 &spec->gpio_led_polarity); in find_mute_led_cfg()
759 &spec->gpio_led_polarity, in find_mute_led_cfg()
760 &spec->gpio_led) == 2) { in find_mute_led_cfg()
765 if (spec->gpio_led < max_gpio) in find_mute_led_cfg()
766 spec->gpio_led = 1 << spec->gpio_led; in find_mute_led_cfg()
768 spec->vref_mute_led_nid = spec->gpio_led; in find_mute_led_cfg()
772 &spec->gpio_led_polarity) == 1) { in find_mute_led_cfg()
780 spec->gpio_led_polarity = default_polarity; in find_mute_led_cfg()
782 spec->gpio_led_polarity = 1; in find_mute_led_cfg()
795 spec->gpio_led_polarity = default_polarity; in find_mute_led_cfg()
804 struct sigmatel_spec *spec = codec->spec; in has_builtin_speaker() local
808 if (spec->gen.autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT) { in has_builtin_speaker()
809 nid_pin = spec->gen.autocfg.line_out_pins; in has_builtin_speaker()
810 nids = spec->gen.autocfg.line_outs; in has_builtin_speaker()
812 nid_pin = spec->gen.autocfg.speaker_pins; in has_builtin_speaker()
813 nids = spec->gen.autocfg.speaker_outs; in has_builtin_speaker()
832 struct sigmatel_spec *spec = codec->spec; in stac_auto_create_beep_ctls() local
845 if (spec->anabeep_nid == nid) in stac_auto_create_beep_ctls()
849 knew = snd_hda_gen_add_kctl(&spec->gen, in stac_auto_create_beep_ctls()
859 knew = snd_hda_gen_add_kctl(&spec->gen, in stac_auto_create_beep_ctls()
898 struct sigmatel_spec *spec = codec->spec; in stac_beep_switch_ctl() local
900 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_dig_beep_ctrl)) in stac_beep_switch_ctl()
914 struct sigmatel_spec *spec = codec->spec; in stac_smux_enum_info() local
915 return snd_hda_input_mux_info(&spec->spdif_mux, uinfo); in stac_smux_enum_info()
922 struct sigmatel_spec *spec = codec->spec; in stac_smux_enum_get() local
925 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx]; in stac_smux_enum_get()
933 struct sigmatel_spec *spec = codec->spec; in stac_smux_enum_put() local
936 return snd_hda_input_mux_put(codec, &spec->spdif_mux, ucontrol, in stac_smux_enum_put()
937 spec->gen.autocfg.dig_out_pins[smux_idx], in stac_smux_enum_put()
938 &spec->cur_smux[smux_idx]); in stac_smux_enum_put()
956 struct sigmatel_spec *spec = codec->spec; in stac_create_spdif_mux_ctls() local
957 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in stac_create_spdif_mux_ctls()
958 const char * const *labels = spec->spdif_labels; in stac_create_spdif_mux_ctls()
974 snd_hda_add_imux_item(codec, &spec->spdif_mux, labels[i], i, NULL); in stac_create_spdif_mux_ctls()
977 kctl = snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_smux_mixer); in stac_create_spdif_mux_ctls()
1357 struct sigmatel_spec *spec = codec->spec; in stac9200_fixup_panasonic() local
1360 spec->gpio_mask = spec->gpio_dir = 0x09; in stac9200_fixup_panasonic()
1361 spec->gpio_data = 0x00; in stac9200_fixup_panasonic()
1365 spec->gen.suppress_auto_mute = 1; in stac9200_fixup_panasonic()
1793 struct sigmatel_spec *spec = codec->spec; in stac92hd73xx_fixup_ref() local
1799 spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0; in stac92hd73xx_fixup_ref()
1804 struct sigmatel_spec *spec = codec->spec; in stac92hd73xx_fixup_dell() local
1807 spec->eapd_switch = 0; in stac92hd73xx_fixup_dell()
1813 struct sigmatel_spec *spec = codec->spec; in stac92hd73xx_fixup_dell_eq() local
1820 spec->volknob_init = 1; in stac92hd73xx_fixup_dell_eq()
1860 struct sigmatel_spec *spec = codec->spec; in stac92hd73xx_fixup_alienware_m17x() local
1866 spec->eapd_switch = 0; in stac92hd73xx_fixup_alienware_m17x()
1880 struct sigmatel_spec *spec = codec->spec; in stac92hd73xx_disable_automute() local
1885 spec->gen.suppress_auto_mute = 1; in stac92hd73xx_disable_automute()
2103 struct sigmatel_spec *spec = codec->spec; in stac92hd83xxx_fixup_hp() local
2113 if (find_mute_led_cfg(codec, spec->default_polarity)) in stac92hd83xxx_fixup_hp()
2115 spec->gpio_led, in stac92hd83xxx_fixup_hp()
2116 spec->gpio_led_polarity); in stac92hd83xxx_fixup_hp()
2119 spec->gen.line_in_auto_switch = true; in stac92hd83xxx_fixup_hp()
2135 struct sigmatel_spec *spec = codec->spec; in stac92hd83xxx_fixup_hp_led() local
2138 spec->default_polarity = 0; in stac92hd83xxx_fixup_hp_led()
2144 struct sigmatel_spec *spec = codec->spec; in stac92hd83xxx_fixup_hp_inv_led() local
2147 spec->default_polarity = 1; in stac92hd83xxx_fixup_hp_inv_led()
2153 struct sigmatel_spec *spec = codec->spec; in stac92hd83xxx_fixup_hp_mic_led() local
2156 spec->mic_mute_led_gpio = 0x08; /* GPIO3 */ in stac92hd83xxx_fixup_hp_mic_led()
2165 struct sigmatel_spec *spec = codec->spec; in stac92hd83xxx_fixup_hp_led_gpio10() local
2168 spec->gpio_led = 0x10; /* GPIO4 */ in stac92hd83xxx_fixup_hp_led_gpio10()
2169 spec->default_polarity = 0; in stac92hd83xxx_fixup_hp_led_gpio10()
2176 struct sigmatel_spec *spec = codec->spec; in stac92hd83xxx_fixup_headset_jack() local
2179 spec->headset_jack = 1; in stac92hd83xxx_fixup_headset_jack()
2186 struct sigmatel_spec *spec = codec->spec; in stac92hd83xxx_fixup_gpio10_eapd() local
2190 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = in stac92hd83xxx_fixup_gpio10_eapd()
2191 spec->gpio_data = 0x10; in stac92hd83xxx_fixup_gpio10_eapd()
2192 spec->eapd_switch = 0; in stac92hd83xxx_fixup_gpio10_eapd()
2199 struct sigmatel_spec *spec = codec->spec; in hp_envy_ts_fixup_dac_bind() local
2208 spec->gen.preferred_dacs = preferred_pairs; in hp_envy_ts_fixup_dac_bind()
2955 struct sigmatel_spec *spec = codec->spec; in stac_hp_bass_gpio_get() local
2956 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20); in stac_hp_bass_gpio_get()
2964 struct sigmatel_spec *spec = codec->spec; in stac_hp_bass_gpio_put() local
2967 gpio_data = (spec->gpio_data & ~0x20) | in stac_hp_bass_gpio_put()
2969 if (gpio_data == spec->gpio_data) in stac_hp_bass_gpio_put()
2971 spec->gpio_data = gpio_data; in stac_hp_bass_gpio_put()
2972 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data); in stac_hp_bass_gpio_put()
2985 struct sigmatel_spec *spec = codec->spec; in stac_add_hp_bass_switch() local
2987 if (!snd_hda_gen_add_kctl(&spec->gen, "Bass Speaker Playback Switch", in stac_add_hp_bass_switch()
2991 spec->gpio_mask |= 0x20; in stac_add_hp_bass_switch()
2992 spec->gpio_dir |= 0x20; in stac_add_hp_bass_switch()
2993 spec->gpio_data |= 0x20; in stac_add_hp_bass_switch()
3060 struct sigmatel_spec *spec = codec->spec; in stac92hd71bxx_fixup_ref() local
3066 spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0; in stac92hd71bxx_fixup_ref()
3072 struct sigmatel_spec *spec = codec->spec; in stac92hd71bxx_fixup_hp_m4() local
3086 spec->gpio_mask |= 0x02; in stac92hd71bxx_fixup_hp_m4()
3095 struct sigmatel_spec *spec = codec->spec; in stac92hd71bxx_fixup_hp_dv4() local
3099 spec->gpio_led = 0x01; in stac92hd71bxx_fixup_hp_dv4()
3125 struct sigmatel_spec *spec = codec->spec; in stac92hd71bxx_fixup_hp_hdx() local
3129 spec->gpio_led = 0x08; in stac92hd71bxx_fixup_hp_hdx()
3159 struct sigmatel_spec *spec = codec->spec; in stac92hd71bxx_fixup_hp() local
3174 spec->gpio_led, in stac92hd71bxx_fixup_hp()
3175 spec->gpio_led_polarity); in stac92hd71bxx_fixup_hp()
3537 struct sigmatel_spec *spec = codec->spec; in stac922x_fixup_intel_mac_gpio() local
3540 spec->gpio_mask = spec->gpio_dir = 0x03; in stac922x_fixup_intel_mac_gpio()
3541 spec->gpio_data = 0x03; in stac922x_fixup_intel_mac_gpio()
3836 struct sigmatel_spec *spec = codec->spec; in stac927x_fixup_ref() local
3840 spec->eapd_mask = spec->gpio_mask = 0; in stac927x_fixup_ref()
3841 spec->gpio_dir = spec->gpio_data = 0; in stac927x_fixup_ref()
3848 struct sigmatel_spec *spec = codec->spec; in stac927x_fixup_dell_dmic() local
3855 spec->eapd_mask = spec->gpio_mask = 0x04; in stac927x_fixup_dell_dmic()
3856 spec->gpio_dir = spec->gpio_data = 0x04; in stac927x_fixup_dell_dmic()
3860 spec->volknob_init = 1; in stac927x_fixup_dell_dmic()
3866 struct sigmatel_spec *spec = codec->spec; in stac927x_fixup_volknob() local
3870 spec->volknob_init = 1; in stac927x_fixup_volknob()
4102 struct sigmatel_spec *spec = codec->spec; in stac9205_fixup_ref() local
4107 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0; in stac9205_fixup_ref()
4114 struct sigmatel_spec *spec = codec->spec; in stac9205_fixup_dell_m43() local
4128 spec->gpio_dir = 0x0b; in stac9205_fixup_dell_m43()
4129 spec->eapd_mask = 0x01; in stac9205_fixup_dell_m43()
4130 spec->gpio_mask = 0x1b; in stac9205_fixup_dell_m43()
4131 spec->gpio_mute = 0x10; in stac9205_fixup_dell_m43()
4135 spec->gpio_data = 0x01; in stac9205_fixup_dell_m43()
4142 struct sigmatel_spec *spec = codec->spec; in stac9205_fixup_eapd() local
4145 spec->eapd_switch = 0; in stac9205_fixup_eapd()
4231 struct sigmatel_spec *spec = codec->spec; in stac92hd95_fixup_hp_led() local
4236 if (find_mute_led_cfg(codec, spec->default_polarity)) in stac92hd95_fixup_hp_led()
4238 spec->gpio_led, in stac92hd95_fixup_hp_led()
4239 spec->gpio_led_polarity); in stac92hd95_fixup_hp_led()
4272 struct sigmatel_spec *spec = codec->spec; in stac_parse_auto_config() local
4276 if (spec->headset_jack) in stac_parse_auto_config()
4279 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, flags); in stac_parse_auto_config()
4284 spec->gen.pcm_playback_hook = stac_playback_pcm_hook; in stac_parse_auto_config()
4285 spec->gen.pcm_capture_hook = stac_capture_pcm_hook; in stac_parse_auto_config()
4287 spec->gen.automute_hook = stac_update_outputs; in stac_parse_auto_config()
4289 if (spec->gpio_led) in stac_parse_auto_config()
4292 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in stac_parse_auto_config()
4296 if (spec->vref_mute_led_nid) { in stac_parse_auto_config()
4297 err = snd_hda_gen_fix_pin_power(codec, spec->vref_mute_led_nid); in stac_parse_auto_config()
4303 if (spec->anabeep_nid > 0) { in stac_parse_auto_config()
4305 spec->anabeep_nid); in stac_parse_auto_config()
4312 if (spec->gen.beep_nid) { in stac_parse_auto_config()
4313 hda_nid_t nid = spec->gen.beep_nid; in stac_parse_auto_config()
4321 codec->beep->linear_tone = spec->linear_tone_beep; in stac_parse_auto_config()
4335 if (spec->aloopback_ctl && in stac_parse_auto_config()
4338 spec->aloopback_ctl->private_value >> 16; in stac_parse_auto_config()
4341 if (!snd_hda_gen_add_kctl(&spec->gen, NULL, spec->aloopback_ctl)) in stac_parse_auto_config()
4345 if (spec->have_spdif_mux) { in stac_parse_auto_config()
4358 struct sigmatel_spec *spec = codec->spec; in stac_init() local
4365 /* turn on EAPD statically when spec->eapd_switch isn't set. in stac_init()
4368 if (!spec->eapd_switch) in stac_init()
4369 spec->gpio_data |= spec->eapd_mask; in stac_init()
4370 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data); in stac_init()
4375 if (spec->num_pwrs) in stac_init()
4378 spec->power_map_bits); in stac_init()
4381 if (spec->powerdown_adcs) { in stac_init()
4382 for (i = 0; i < spec->gen.num_all_adcs; i++) { in stac_init()
4383 if (spec->active_adcs & (1 << i)) in stac_init()
4385 snd_hda_codec_write(codec, spec->gen.all_adcs[i], 0, in stac_init()
4445 struct sigmatel_spec *spec = codec->spec; in stac_suspend() local
4449 if (spec->eapd_mask) in stac_suspend()
4450 stac_gpio_set(codec, spec->gpio_mask, in stac_suspend()
4451 spec->gpio_dir, spec->gpio_data & in stac_suspend()
4452 ~spec->eapd_mask); in stac_suspend()
4468 struct sigmatel_spec *spec; in alloc_stac_spec() local
4470 spec = kzalloc(sizeof(*spec), GFP_KERNEL); in alloc_stac_spec()
4471 if (!spec) in alloc_stac_spec()
4473 snd_hda_gen_spec_init(&spec->gen); in alloc_stac_spec()
4474 codec->spec = spec; in alloc_stac_spec()
4476 spec->gen.dac_min_mute = true; in alloc_stac_spec()
4483 struct sigmatel_spec *spec; in patch_stac9200() local
4490 spec = codec->spec; in patch_stac9200()
4491 spec->linear_tone_beep = 1; in patch_stac9200()
4492 spec->gen.own_eapd_ctl = 1; in patch_stac9200()
4515 struct sigmatel_spec *spec; in patch_stac925x() local
4522 spec = codec->spec; in patch_stac925x()
4523 spec->linear_tone_beep = 1; in patch_stac925x()
4524 spec->gen.own_eapd_ctl = 1; in patch_stac925x()
4545 struct sigmatel_spec *spec; in patch_stac92hd73xx() local
4553 spec = codec->spec; in patch_stac92hd73xx()
4559 spec->linear_tone_beep = 0; in patch_stac92hd73xx()
4560 spec->gen.mixer_nid = 0x1d; in patch_stac92hd73xx()
4561 spec->have_spdif_mux = 1; in patch_stac92hd73xx()
4572 spec->aloopback_ctl = &stac92hd73xx_6ch_loopback; in patch_stac92hd73xx()
4575 spec->aloopback_ctl = &stac92hd73xx_8ch_loopback; in patch_stac92hd73xx()
4578 spec->aloopback_ctl = &stac92hd73xx_10ch_loopback; in patch_stac92hd73xx()
4582 spec->aloopback_mask = 0x01; in patch_stac92hd73xx()
4583 spec->aloopback_shift = 8; in patch_stac92hd73xx()
4585 spec->gen.beep_nid = 0x1c; /* digital beep */ in patch_stac92hd73xx()
4588 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1; in patch_stac92hd73xx()
4589 spec->gpio_data = 0x01; in patch_stac92hd73xx()
4591 spec->eapd_switch = 1; in patch_stac92hd73xx()
4593 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids); in patch_stac92hd73xx()
4594 spec->pwr_nids = stac92hd73xx_pwr_nids; in patch_stac92hd73xx()
4596 spec->gen.own_eapd_ctl = 1; in patch_stac92hd73xx()
4597 spec->gen.power_down_unused = 1; in patch_stac92hd73xx()
4603 if (!spec->volknob_init) in patch_stac92hd73xx()
4615 if (spec->eapd_switch && !has_builtin_speaker(codec)) in patch_stac92hd73xx()
4616 spec->eapd_switch = 0; in patch_stac92hd73xx()
4627 struct sigmatel_spec *spec = codec->spec; in stac_setup_gpio() local
4629 spec->gpio_mask |= spec->eapd_mask; in stac_setup_gpio()
4630 if (spec->gpio_led) { in stac_setup_gpio()
4631 if (!spec->vref_mute_led_nid) { in stac_setup_gpio()
4632 spec->gpio_mask |= spec->gpio_led; in stac_setup_gpio()
4633 spec->gpio_dir |= spec->gpio_led; in stac_setup_gpio()
4634 spec->gpio_data |= spec->gpio_led; in stac_setup_gpio()
4640 if (spec->mic_mute_led_gpio) { in stac_setup_gpio()
4641 spec->gpio_mask |= spec->mic_mute_led_gpio; in stac_setup_gpio()
4642 spec->gpio_dir |= spec->mic_mute_led_gpio; in stac_setup_gpio()
4643 spec->mic_enabled = 0; in stac_setup_gpio()
4644 spec->gpio_data |= spec->mic_mute_led_gpio; in stac_setup_gpio()
4651 struct sigmatel_spec *spec; in patch_stac92hd83xxx() local
4661 spec = codec->spec; in patch_stac92hd83xxx()
4663 spec->linear_tone_beep = 0; in patch_stac92hd83xxx()
4664 spec->gen.own_eapd_ctl = 1; in patch_stac92hd83xxx()
4665 spec->gen.power_down_unused = 1; in patch_stac92hd83xxx()
4666 spec->gen.mixer_nid = 0x1b; in patch_stac92hd83xxx()
4668 spec->gen.beep_nid = 0x21; /* digital beep */ in patch_stac92hd83xxx()
4669 spec->pwr_nids = stac92hd83xxx_pwr_nids; in patch_stac92hd83xxx()
4670 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids); in patch_stac92hd83xxx()
4671 spec->default_polarity = -1; /* no default cfg */ in patch_stac92hd83xxx()
4700 struct sigmatel_spec *spec; in patch_stac92hd95() local
4710 spec = codec->spec; in patch_stac92hd95()
4712 spec->linear_tone_beep = 0; in patch_stac92hd95()
4713 spec->gen.own_eapd_ctl = 1; in patch_stac92hd95()
4714 spec->gen.power_down_unused = 1; in patch_stac92hd95()
4716 spec->gen.beep_nid = 0x19; /* digital beep */ in patch_stac92hd95()
4717 spec->pwr_nids = stac92hd95_pwr_nids; in patch_stac92hd95()
4718 spec->num_pwrs = ARRAY_SIZE(stac92hd95_pwr_nids); in patch_stac92hd95()
4719 spec->default_polarity = 0; in patch_stac92hd95()
4742 struct sigmatel_spec *spec; in patch_stac92hd71bxx() local
4750 spec = codec->spec; in patch_stac92hd71bxx()
4753 spec->linear_tone_beep = 0; in patch_stac92hd71bxx()
4754 spec->gen.own_eapd_ctl = 1; in patch_stac92hd71bxx()
4755 spec->gen.power_down_unused = 1; in patch_stac92hd71bxx()
4756 spec->gen.mixer_nid = 0x17; in patch_stac92hd71bxx()
4757 spec->have_spdif_mux = 1; in patch_stac92hd71bxx()
4760 spec->gpio_mask = 0x01; in patch_stac92hd71bxx()
4761 spec->gpio_dir = 0x01; in patch_stac92hd71bxx()
4762 spec->gpio_data = 0x01; in patch_stac92hd71bxx()
4772 spec->stream_delay = 40; /* 40 milliseconds */ in patch_stac92hd71bxx()
4781 spec->stream_delay = 40; /* 40 milliseconds */ in patch_stac92hd71bxx()
4796 spec->aloopback_ctl = &stac92hd71bxx_loopback; in patch_stac92hd71bxx()
4797 spec->aloopback_mask = 0x50; in patch_stac92hd71bxx()
4798 spec->aloopback_shift = 0; in patch_stac92hd71bxx()
4800 spec->powerdown_adcs = 1; in patch_stac92hd71bxx()
4801 spec->gen.beep_nid = 0x26; /* digital beep */ in patch_stac92hd71bxx()
4802 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids); in patch_stac92hd71bxx()
4803 spec->pwr_nids = stac92hd71bxx_pwr_nids; in patch_stac92hd71bxx()
4826 struct sigmatel_spec *spec; in patch_stac922x() local
4833 spec = codec->spec; in patch_stac922x()
4834 spec->linear_tone_beep = 1; in patch_stac922x()
4835 spec->gen.own_eapd_ctl = 1; in patch_stac922x()
4868 struct sigmatel_spec *spec; in patch_stac927x() local
4875 spec = codec->spec; in patch_stac927x()
4876 spec->linear_tone_beep = 1; in patch_stac927x()
4877 spec->gen.own_eapd_ctl = 1; in patch_stac927x()
4878 spec->have_spdif_mux = 1; in patch_stac927x()
4879 spec->spdif_labels = stac927x_spdif_labels; in patch_stac927x()
4881 spec->gen.beep_nid = 0x23; /* digital beep */ in patch_stac927x()
4884 spec->eapd_mask = spec->gpio_mask = 0x01; in patch_stac927x()
4885 spec->gpio_dir = spec->gpio_data = 0x01; in patch_stac927x()
4887 spec->aloopback_ctl = &stac927x_loopback; in patch_stac927x()
4888 spec->aloopback_mask = 0x40; in patch_stac927x()
4889 spec->aloopback_shift = 0; in patch_stac927x()
4890 spec->eapd_switch = 1; in patch_stac927x()
4896 if (!spec->volknob_init) in patch_stac927x()
4926 struct sigmatel_spec *spec; in patch_stac9205() local
4933 spec = codec->spec; in patch_stac9205()
4934 spec->linear_tone_beep = 1; in patch_stac9205()
4935 spec->gen.own_eapd_ctl = 1; in patch_stac9205()
4936 spec->have_spdif_mux = 1; in patch_stac9205()
4938 spec->gen.beep_nid = 0x23; /* digital beep */ in patch_stac9205()
4941 spec->aloopback_ctl = &stac9205_loopback; in patch_stac9205()
4943 spec->aloopback_mask = 0x40; in patch_stac9205()
4944 spec->aloopback_shift = 0; in patch_stac9205()
4947 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1; in patch_stac9205()
4948 spec->gpio_data = 0x01; in patch_stac9205()
4951 spec->eapd_switch = 1; in patch_stac9205()
5013 struct sigmatel_spec *spec; in patch_stac9872() local
5020 spec = codec->spec; in patch_stac9872()
5021 spec->linear_tone_beep = 1; in patch_stac9872()
5022 spec->gen.own_eapd_ctl = 1; in patch_stac9872()