Lines Matching refs:ass

682 	unsigned int ass, tmp, i;  in alc_auto_parse_customize_define()  local
689 ass = spec->cdefine.sku_cfg; in alc_auto_parse_customize_define()
690 if (ass == ALC_FIXUP_SKU_IGNORE) in alc_auto_parse_customize_define()
697 ass = codec->core.subsystem_id & 0xffff; in alc_auto_parse_customize_define()
698 if (ass != codec->bus->pci->subsystem_device && (ass & 1)) in alc_auto_parse_customize_define()
704 ass = snd_hda_codec_get_pincfg(codec, nid); in alc_auto_parse_customize_define()
706 if (!(ass & 1)) { in alc_auto_parse_customize_define()
708 codec->core.chip_name, ass); in alc_auto_parse_customize_define()
715 if ((ass >> i) & 1) in alc_auto_parse_customize_define()
718 if (((ass >> 16) & 0xf) != tmp) in alc_auto_parse_customize_define()
721 spec->cdefine.port_connectivity = ass >> 30; in alc_auto_parse_customize_define()
722 spec->cdefine.enable_pcbeep = (ass & 0x100000) >> 20; in alc_auto_parse_customize_define()
723 spec->cdefine.check_sum = (ass >> 16) & 0xf; in alc_auto_parse_customize_define()
724 spec->cdefine.customization = ass >> 8; in alc_auto_parse_customize_define()
726 spec->cdefine.sku_cfg = ass; in alc_auto_parse_customize_define()
727 spec->cdefine.external_amp = (ass & 0x38) >> 3; in alc_auto_parse_customize_define()
728 spec->cdefine.platform_type = (ass & 0x4) >> 2; in alc_auto_parse_customize_define()
729 spec->cdefine.swap = (ass & 0x2) >> 1; in alc_auto_parse_customize_define()
730 spec->cdefine.override = ass & 0x1; in alc_auto_parse_customize_define()
773 unsigned int ass, tmp, i; in alc_subsystem_id() local
778 ass = spec->cdefine.sku_cfg; in alc_subsystem_id()
779 if (ass == ALC_FIXUP_SKU_IGNORE) in alc_subsystem_id()
784 ass = codec->core.subsystem_id & 0xffff; in alc_subsystem_id()
786 ass != codec->bus->pci->subsystem_device && (ass & 1)) in alc_subsystem_id()
801 ass = snd_hda_codec_get_pincfg(codec, nid); in alc_subsystem_id()
804 ass, nid); in alc_subsystem_id()
805 if (!(ass & 1)) in alc_subsystem_id()
807 if ((ass >> 30) != 1) /* no physical connection */ in alc_subsystem_id()
813 if ((ass >> i) & 1) in alc_subsystem_id()
816 if (((ass >> 16) & 0xf) != tmp) in alc_subsystem_id()
820 ass & 0xffff, codec->core.vendor_id); in alc_subsystem_id()
828 tmp = (ass & 0x38) >> 3; /* external Amp control */ in alc_subsystem_id()
850 if (!(ass & 0x8000)) in alc_subsystem_id()
861 tmp = (ass >> 11) & 0x3; /* HP to chassis */ in alc_subsystem_id()