Used in wave wrapper INFs only. Represents the multimedia source and destination devices associated with the phone line.
Use single DWORD values for these entries. For example,
HKR,Config,WaveOutMixerDest, 1, 00,00,00,00
HKR,Config,WaveOutMixerSource, 1, 01,00,00,00
HKR,Config,WaveInMixerDest, 1, 01,00,00,00
HKR,Config,WaveInMixerSource, 1, 01,00,00,00
WaveOutMixerDest is the multimedia line that wave out goes to. Usually, this would correspond to the speakers.
WaveOutMixerSource is the multimedia line to be used as the source relative to WaveOutMixerDest. Usually, this would correspond to "wave/out" (or, physically, the ADC).
WaveInMixerDest is the multimedia line corresponding to "wave in".
WaveInMixerSource is the multimedia line to be used as the source relative to WaveInMixerDest. Usually, this would correspond to "line in" or "wave in".