SoundNoVolume

VOID
    SoundNoVolume(
        PLOCAL_DEVICE_INFO
 pLDI
        );

The SoundNoVolume function should be used as the HwSetVolume member of the SOUND_DEVICE_INIT structure associated with a device that either has no volume setting hardware or whose volume is controlled by a mixer device.

Parameters
pLDI
Pointer to the device’s LOCAL_DEVICE_INFO structure.
Return Value

None.

Comments

The SoundNoVolume function contains only a return statement.