Changeset 747
- Timestamp:
 - Sep 27, 2022, 10:55:28 AM (3 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  GPL/branches/uniaud32-next/lib32/soundmixer.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
GPL/branches/uniaud32-next/lib32/soundmixer.c
r644 r747 409 409 idxMute = pHandle->controls[OSS_MIXER_FRONT].idxMute; 410 410 } 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 */418 411 break; 419 412 case OSS32_MIX_VOLUME_MIDI:  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  