Changeset 9338 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jun 3, 2008 7:46:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevSB16.cpp
r9326 r9338 1095 1095 iport = nport - s->port; 1096 1096 #ifdef VBOX 1097 /** @todo reject non-byte access? */ 1097 /** @todo reject non-byte access? 1098 * The spec does not mention a non-byte access so we should check how real hardware behaves. */ 1098 1099 #endif 1099 1100 … … 1275 1276 s->mixer_regs[s->mixer_nreg] = val; 1276 1277 1277 #ifdef VBOX /*???*/ 1278 #ifdef VBOX 1279 /* allow to set the PCM_out volume */ 1278 1280 if (s->mixer_nreg == 0x30 || s->mixer_nreg == 0x31) 1279 1281 { … … 1283 1285 AUD_set_volume (AUD_MIXER_VOLUME, &mute, &lvol, &rvol); 1284 1286 } 1285 #endif /* VBOX ???*/1287 #endif /* VBOX */ 1286 1288 1287 1289 #ifdef VBOX
Note:
See TracChangeset
for help on using the changeset viewer.