Lines Matching refs:spec
144 struct cs_spec *spec = codec->spec; in cs_vendor_coef_get() local
145 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
147 return snd_hda_codec_read(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
154 struct cs_spec *spec = codec->spec; in cs_vendor_coef_set() local
155 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
157 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
169 struct cs_spec *spec = codec->spec; in cs_automute() local
172 spec->gen.master_mute = !!(spec->spdif_present && spec->sense_b); in cs_automute()
176 if (spec->gpio_eapd_hp || spec->gpio_eapd_speaker) { in cs_automute()
177 if (spec->gen.automute_speaker) in cs_automute()
178 spec->gpio_data = spec->gen.hp_jack_present ? in cs_automute()
179 spec->gpio_eapd_hp : spec->gpio_eapd_speaker; in cs_automute()
181 spec->gpio_data = in cs_automute()
182 spec->gpio_eapd_hp | spec->gpio_eapd_speaker; in cs_automute()
184 AC_VERB_SET_GPIO_DATA, spec->gpio_data); in cs_automute()
197 struct cs_spec *spec = codec->spec; in init_input_coef() local
201 if (spec->vendor_nid == CS420X_VENDOR_NID) { in init_input_coef()
310 struct cs_spec *spec = codec->spec; in cs_init() local
312 if (spec->vendor_nid == CS420X_VENDOR_NID) { in cs_init()
316 } else if (spec->vendor_nid == CS4208_VENDOR_NID) { in cs_init()
322 if (spec->gpio_mask) { in cs_init()
324 spec->gpio_mask); in cs_init()
326 spec->gpio_dir); in cs_init()
328 spec->gpio_data); in cs_init()
331 if (spec->vendor_nid == CS420X_VENDOR_NID) { in cs_init()
362 struct cs_spec *spec = codec->spec; in cs_parse_auto_config() local
366 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0); in cs_parse_auto_config()
370 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in cs_parse_auto_config()
375 if (spec->gen.dyn_adc_switch) { in cs_parse_auto_config()
377 for (i = 0; i < spec->gen.input_mux.num_items; i++) { in cs_parse_auto_config()
378 int idx = spec->gen.dyn_adc_idx[i]; in cs_parse_auto_config()
382 spec->gen.adc_nids[idx]); in cs_parse_auto_config()
510 struct cs_spec *spec = codec->spec; in cs420x_fixup_gpio_13() local
511 spec->gpio_eapd_hp = 2; /* GPIO1 = headphones */ in cs420x_fixup_gpio_13()
512 spec->gpio_eapd_speaker = 8; /* GPIO3 = speakers */ in cs420x_fixup_gpio_13()
513 spec->gpio_mask = spec->gpio_dir = in cs420x_fixup_gpio_13()
514 spec->gpio_eapd_hp | spec->gpio_eapd_speaker; in cs420x_fixup_gpio_13()
522 struct cs_spec *spec = codec->spec; in cs420x_fixup_gpio_23() local
523 spec->gpio_eapd_hp = 4; /* GPIO2 = headphones */ in cs420x_fixup_gpio_23()
524 spec->gpio_eapd_speaker = 8; /* GPIO3 = speakers */ in cs420x_fixup_gpio_23()
525 spec->gpio_mask = spec->gpio_dir = in cs420x_fixup_gpio_23()
526 spec->gpio_eapd_hp | spec->gpio_eapd_speaker; in cs420x_fixup_gpio_23()
584 struct cs_spec *spec; in cs_alloc_spec() local
586 spec = kzalloc(sizeof(*spec), GFP_KERNEL); in cs_alloc_spec()
587 if (!spec) in cs_alloc_spec()
589 codec->spec = spec; in cs_alloc_spec()
590 spec->vendor_nid = vendor_nid; in cs_alloc_spec()
592 snd_hda_gen_spec_init(&spec->gen); in cs_alloc_spec()
594 return spec; in cs_alloc_spec()
599 struct cs_spec *spec; in patch_cs420x() local
602 spec = cs_alloc_spec(codec, CS420X_VENDOR_NID); in patch_cs420x()
603 if (!spec) in patch_cs420x()
607 spec->gen.automute_hook = cs_automute; in patch_cs420x()
666 struct cs_spec *spec = codec->spec; in cs4208_fixup_gpio0() local
667 spec->gpio_eapd_hp = 0; in cs4208_fixup_gpio0()
668 spec->gpio_eapd_speaker = 1; in cs4208_fixup_gpio0()
669 spec->gpio_mask = spec->gpio_dir = in cs4208_fixup_gpio0()
670 spec->gpio_eapd_hp | spec->gpio_eapd_speaker; in cs4208_fixup_gpio0()
712 struct cs_spec *spec = codec->spec; in cs4208_spdif_sw_put() local
713 hda_nid_t pin = spec->gen.autocfg.dig_out_pins[0]; in cs4208_spdif_sw_put()
717 return spec->spdif_sw_put(kcontrol, ucontrol); in cs4208_spdif_sw_put()
725 struct cs_spec *spec = codec->spec; in cs4208_fixup_spdif_switch() local
728 if (!spec->gen.autocfg.dig_out_pins[0]) in cs4208_fixup_spdif_switch()
733 spec->spdif_sw_put = kctl->put; in cs4208_fixup_spdif_switch()
780 struct cs_spec *spec; in patch_cs4208() local
783 spec = cs_alloc_spec(codec, CS4208_VENDOR_NID); in patch_cs4208()
784 if (!spec) in patch_cs4208()
788 spec->gen.automute_hook = cs_automute; in patch_cs4208()
790 spec->gen.out_vol_mask = 1ULL << 0x10; in patch_cs4208()
863 struct cs_spec *spec = codec->spec; in cs421x_fixup_sense_b() local
865 spec->sense_b = 1; in cs421x_fixup_sense_b()
1000 struct cs_spec *spec = codec->spec; in cs4210_pinmux_init() local
1006 if (spec->gpio_mask) in cs4210_pinmux_init()
1011 if (spec->sense_b) in cs4210_pinmux_init()
1018 if ((spec->gpio_mask || spec->sense_b) && in cs4210_pinmux_init()
1034 struct cs_spec *spec = codec->spec; in cs4210_spdif_automute() local
1036 hda_nid_t spdif_pin = spec->gen.autocfg.dig_out_pins[0]; in cs4210_spdif_automute()
1039 if (!spec->spdif_detect || in cs4210_spdif_automute()
1040 spec->vendor_nid != CS4210_VENDOR_NID) in cs4210_spdif_automute()
1044 if (spdif_present == spec->spdif_present) in cs4210_spdif_automute()
1047 spec->spdif_present = spdif_present; in cs4210_spdif_automute()
1056 struct cs_spec *spec = codec->spec; in parse_cs421x_digital() local
1057 struct auto_pin_cfg *cfg = &spec->gen.autocfg; in parse_cs421x_digital()
1063 spec->spdif_detect = 1; in parse_cs421x_digital()
1072 struct cs_spec *spec = codec->spec; in cs421x_init() local
1074 if (spec->vendor_nid == CS4210_VENDOR_NID) { in cs421x_init()
1082 if (spec->gpio_mask) { in cs421x_init()
1084 spec->gpio_mask); in cs421x_init()
1086 spec->gpio_dir); in cs421x_init()
1088 spec->gpio_data); in cs421x_init()
1100 struct cs_spec *spec = codec->spec; in cs421x_build_controls() local
1107 if (spec->gen.autocfg.speaker_outs && in cs421x_build_controls()
1108 spec->vendor_nid == CS4210_VENDOR_NID) { in cs421x_build_controls()
1131 struct cs_spec *spec = codec->spec; in cs421x_parse_auto_config() local
1137 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0); in cs421x_parse_auto_config()
1141 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in cs421x_parse_auto_config()
1156 struct cs_spec *spec = codec->spec; in cs421x_suspend() local
1166 if (spec->vendor_nid == CS4210_VENDOR_NID) { in cs421x_suspend()
1189 struct cs_spec *spec; in patch_cs4210() local
1192 spec = cs_alloc_spec(codec, CS4210_VENDOR_NID); in patch_cs4210()
1193 if (!spec) in patch_cs4210()
1197 spec->gen.automute_hook = cs_automute; in patch_cs4210()
1225 struct cs_spec *spec; in patch_cs4213() local
1228 spec = cs_alloc_spec(codec, CS4213_VENDOR_NID); in patch_cs4213()
1229 if (!spec) in patch_cs4213()