Lines Matching refs:ass

487 	unsigned int ass, tmp, i;  in alc_auto_parse_customize_define()  local
494 ass = spec->cdefine.sku_cfg; in alc_auto_parse_customize_define()
495 if (ass == ALC_FIXUP_SKU_IGNORE) in alc_auto_parse_customize_define()
502 ass = codec->core.subsystem_id & 0xffff; in alc_auto_parse_customize_define()
503 if (ass != codec->bus->pci->subsystem_device && (ass & 1)) in alc_auto_parse_customize_define()
509 ass = snd_hda_codec_get_pincfg(codec, nid); in alc_auto_parse_customize_define()
511 if (!(ass & 1)) { in alc_auto_parse_customize_define()
513 codec->core.chip_name, ass); in alc_auto_parse_customize_define()
520 if ((ass >> i) & 1) in alc_auto_parse_customize_define()
523 if (((ass >> 16) & 0xf) != tmp) in alc_auto_parse_customize_define()
526 spec->cdefine.port_connectivity = ass >> 30; in alc_auto_parse_customize_define()
527 spec->cdefine.enable_pcbeep = (ass & 0x100000) >> 20; in alc_auto_parse_customize_define()
528 spec->cdefine.check_sum = (ass >> 16) & 0xf; in alc_auto_parse_customize_define()
529 spec->cdefine.customization = ass >> 8; in alc_auto_parse_customize_define()
531 spec->cdefine.sku_cfg = ass; in alc_auto_parse_customize_define()
532 spec->cdefine.external_amp = (ass & 0x38) >> 3; in alc_auto_parse_customize_define()
533 spec->cdefine.platform_type = (ass & 0x4) >> 2; in alc_auto_parse_customize_define()
534 spec->cdefine.swap = (ass & 0x2) >> 1; in alc_auto_parse_customize_define()
535 spec->cdefine.override = ass & 0x1; in alc_auto_parse_customize_define()
578 unsigned int ass, tmp, i; in alc_subsystem_id() local
583 ass = spec->cdefine.sku_cfg; in alc_subsystem_id()
584 if (ass == ALC_FIXUP_SKU_IGNORE) in alc_subsystem_id()
589 ass = codec->core.subsystem_id & 0xffff; in alc_subsystem_id()
591 ass != codec->bus->pci->subsystem_device && (ass & 1)) in alc_subsystem_id()
606 ass = snd_hda_codec_get_pincfg(codec, nid); in alc_subsystem_id()
609 ass, nid); in alc_subsystem_id()
610 if (!(ass & 1)) in alc_subsystem_id()
612 if ((ass >> 30) != 1) /* no physical connection */ in alc_subsystem_id()
618 if ((ass >> i) & 1) in alc_subsystem_id()
621 if (((ass >> 16) & 0xf) != tmp) in alc_subsystem_id()
625 ass & 0xffff, codec->core.vendor_id); in alc_subsystem_id()
633 tmp = (ass & 0x38) >> 3; /* external Amp control */ in alc_subsystem_id()
653 if (!(ass & 0x8000)) in alc_subsystem_id()
666 tmp = (ass >> 11) & 0x3; /* HP to chassis */ in alc_subsystem_id()