Changeset 89345 in vbox for trunk/include
- Timestamp:
- May 28, 2021 10:36:37 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144694
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r89344 r89345 240 240 #include <VBox/vmm/stam.h> 241 241 242 RT_C_DECLS_BEGIN 243 244 242 245 /** @defgroup grp_pdm_ifs_audio PDM Audio Interfaces 243 246 * @ingroup grp_pdm_interfaces 244 247 * @{ 245 248 */ 249 250 /** The maximum number of channels PDM supports. */ 251 #define PDMAUDIO_MAX_CHANNELS 16 246 252 247 253 /** … … 1562 1568 /** @} */ 1563 1569 1570 RT_C_DECLS_END 1571 1564 1572 #endif /* !VBOX_INCLUDED_vmm_pdmaudioifs_h */ 1565 1573
Note:
See TracChangeset
for help on using the changeset viewer.