Changeset 747 for GPL/branches


Ignore:
Timestamp:
Sep 27, 2022, 10:55:28 AM (3 years ago)
Author:
Paul Smedley
Message:

Revert patch from Andy in soundmixer.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/lib32/soundmixer.c

    r644 r747  
    409409      idxMute = pHandle->controls[OSS_MIXER_FRONT].idxMute;
    410410    }
    411     /* HDA codecs workaround from Andy */
    412     if (idx == -1)
    413     {
    414       idx = pHandle->controls[OSS_MIXER_SPEAKER].idxVolume;
    415       idxMute = pHandle->controls[OSS_MIXER_SPEAKER].idxMute;
    416     }
    417     /* HDA codecs workaround from Andy */
    418411    break;
    419412  case OSS32_MIX_VOLUME_MIDI:
Note: See TracChangeset for help on using the changeset viewer.