Changeset 58924 in vbox for trunk/src/VBox/Devices/Audio/DevIchHda.cpp
- Timestamp:
- Nov 30, 2015 9:03:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r58923 r58924 852 852 #define HDA_REG_DESC_SD0_BASE 0x80 853 853 854 /* Turn a short global register name into an memory index and a stringized name. */854 /** Turn a short global register name into an memory index and a stringized name. */ 855 855 #define HDA_REG_IDX(abbrev) HDA_MEM_IND_NAME(abbrev), #abbrev 856 856 … … 956 956 HDA_REG_MAP_DEF_STREAM(2, SD2), 957 957 HDA_REG_MAP_DEF_STREAM(3, SD3), 958 /* 8Output Stream Descriptors (OSD). */958 /* 4 Output Stream Descriptors (OSD). */ 959 959 HDA_REG_MAP_DEF_STREAM(4, SD4), 960 960 HDA_REG_MAP_DEF_STREAM(5, SD5),
Note:
See TracChangeset
for help on using the changeset viewer.