Changeset 89487 in vbox for trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp
- Timestamp:
- Jun 3, 2021 8:16:17 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144844
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp
r89481 r89487 338 338 * @param pProps Internal audio PCM configuration to convert. 339 339 */ 340 static snd_pcm_format_t alsaAudioPropsToALSA(P PDMAUDIOPCMPROPS pProps)340 static snd_pcm_format_t alsaAudioPropsToALSA(PCPDMAUDIOPCMPROPS pProps) 341 341 { 342 342 switch (PDMAudioPropsSampleSize(pProps)) … … 680 680 */ 681 681 static DECLCALLBACK(int) drvHstAudAlsaHA_StreamCreate(PPDMIHOSTAUDIO pInterface, PPDMAUDIOBACKENDSTREAM pStream, 682 P PDMAUDIOSTREAMCFG pCfgReq, PPDMAUDIOSTREAMCFG pCfgAcq)682 PCPDMAUDIOSTREAMCFG pCfgReq, PPDMAUDIOSTREAMCFG pCfgAcq) 683 683 { 684 684 PDRVHSTAUDALSA pThis = RT_FROM_MEMBER(pInterface, DRVHSTAUDALSA, IHostAudio);
Note:
See TracChangeset
for help on using the changeset viewer.