Changeset 43772 in vbox for trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp
- Timestamp:
- Oct 29, 2012 6:11:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp
r43770 r43772 77 77 * oss (15:12) - number of output streams supported 78 78 * iss (11:8) - number of input streams supported 79 * bss (7:3) - number of bidirectional streams suppo ted79 * bss (7:3) - number of bidirectional streams supported 80 80 * bds (2:1) - number of serial data out signals supported 81 81 * b64sup (0) - 64 bit addressing supported. … … 1245 1245 } 1246 1246 /* 1247 * Note this method could be called for changing value on Output Streams only (ICH6 data cheet 18.2.39)1247 * Note this method could be called for changing value on Output Streams only (ICH6 datasheet 18.2.39) 1248 1248 * 1249 1249 */ … … 1981 1981 if (idxReg != -1) 1982 1982 { 1983 /** @todo r=bird: This looks like code for handling unali nged register1983 /** @todo r=bird: This looks like code for handling unaligned register 1984 1984 * accesses. If it isn't, then add a comment explaining what you're 1985 1985 * trying to do here. OTOH, if it is then it has the following
Note:
See TracChangeset
for help on using the changeset viewer.