[AC97SMPL_OEM.AddReg]
This section is an add-registry-section, whose entries satisfy the following format :

[add-registry-section]
reg-root, [subkey], [value-entry-name], [flags], [value]

The subkeys and values added to the registry by this section are default settings loaded at driver startup.

Processing this section will add into the registry under HKR the following values :

Disable Mic In

Location : HKR
Subkey : Settings
Value-entry name : DisableMicIn
Value-entry type : binary data (0x00000001 = FLG_ADDREG_BINVALUETYPE)
                identical to the Windows 2000-specific FLG_ADDREG_TYPE_BINARY.
Value : 1



DisableCenterLFE

Location : HKR
Subkey : Settings
Value-entry name : DisableCenterLFE
Value-entry type : binary data (0x00000001 = FLG_ADDREG_BINVALUETYPE)
                identical to the Windows 2000-specific FLG_ADDREG_TYPE_BINARY.
Value : 1



See also the Glossary entry for AddReg.