cdefine 73 sound/pci/hda/patch_realtek.c struct alc_customize_define cdefine; cdefine 589 sound/pci/hda/patch_realtek.c spec->cdefine.fixup = 1; cdefine 590 sound/pci/hda/patch_realtek.c spec->cdefine.sku_cfg = ALC_FIXUP_SKU_IGNORE; cdefine 611 sound/pci/hda/patch_realtek.c spec->cdefine.enable_pcbeep = 1; /* assume always enabled */ cdefine 613 sound/pci/hda/patch_realtek.c if (spec->cdefine.fixup) { cdefine 614 sound/pci/hda/patch_realtek.c ass = spec->cdefine.sku_cfg; cdefine 646 sound/pci/hda/patch_realtek.c spec->cdefine.port_connectivity = ass >> 30; cdefine 647 sound/pci/hda/patch_realtek.c spec->cdefine.enable_pcbeep = (ass & 0x100000) >> 20; cdefine 648 sound/pci/hda/patch_realtek.c spec->cdefine.check_sum = (ass >> 16) & 0xf; cdefine 649 sound/pci/hda/patch_realtek.c spec->cdefine.customization = ass >> 8; cdefine 651 sound/pci/hda/patch_realtek.c spec->cdefine.sku_cfg = ass; cdefine 652 sound/pci/hda/patch_realtek.c spec->cdefine.external_amp = (ass & 0x38) >> 3; cdefine 653 sound/pci/hda/patch_realtek.c spec->cdefine.platform_type = (ass & 0x4) >> 2; cdefine 654 sound/pci/hda/patch_realtek.c spec->cdefine.swap = (ass & 0x2) >> 1; cdefine 655 sound/pci/hda/patch_realtek.c spec->cdefine.override = ass & 0x1; cdefine 658 sound/pci/hda/patch_realtek.c nid, spec->cdefine.sku_cfg); cdefine 660 sound/pci/hda/patch_realtek.c spec->cdefine.port_connectivity); cdefine 661 sound/pci/hda/patch_realtek.c codec_dbg(codec, "SKU: enable_pcbeep=0x%x\n", spec->cdefine.enable_pcbeep); cdefine 662 sound/pci/hda/patch_realtek.c codec_dbg(codec, "SKU: check_sum=0x%08x\n", spec->cdefine.check_sum); cdefine 663 sound/pci/hda/patch_realtek.c codec_dbg(codec, "SKU: customization=0x%08x\n", spec->cdefine.customization); cdefine 664 sound/pci/hda/patch_realtek.c codec_dbg(codec, "SKU: external_amp=0x%x\n", spec->cdefine.external_amp); cdefine 665 sound/pci/hda/patch_realtek.c codec_dbg(codec, "SKU: platform_type=0x%x\n", spec->cdefine.platform_type); cdefine 666 sound/pci/hda/patch_realtek.c codec_dbg(codec, "SKU: swap=0x%x\n", spec->cdefine.swap); cdefine 667 sound/pci/hda/patch_realtek.c codec_dbg(codec, "SKU: override=0x%x\n", spec->cdefine.override); cdefine 702 sound/pci/hda/patch_realtek.c if (spec->cdefine.fixup) { cdefine 703 sound/pci/hda/patch_realtek.c ass = spec->cdefine.sku_cfg; cdefine 1094 sound/pci/hda/patch_realtek.c return spec->cdefine.enable_pcbeep; cdefine 8256 sound/pci/hda/patch_realtek.c spec->cdefine.platform_type == 1) cdefine 9508 sound/pci/hda/patch_realtek.c spec->cdefine.platform_type == 1) {