VirtualBox

Ignore:
Timestamp:
Mar 25, 2008 10:17:49 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28995
Message:

Solaris host audio: fixes and integrated into Main. Needs more
rigorous testing, only tested locally here. BFE still acts weird.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/AudioAdapterImpl.cpp

    r7466 r7525  
    232232            case AudioDriverType_DirectSound:
    233233#endif /* RT_OS_WINDOWS */
     234#ifdef RT_OS_SOLARIS
     235            case AudioDriverType_SolAudio:
     236#endif
    234237#ifdef RT_OS_LINUX
    235238            case AudioDriverType_OSS:
     
    383386        mData->mAudioDriver = AudioDriverType_DirectSound;
    384387#endif // RT_OS_WINDOWS
     388#ifdef RT_OS_SOLARIS
     389    else if (strcmp (driver, "SolAudio") == 0)
     390        mData->mAudioDriver = AudioDriverType_SolAudio;
     391#endif // RT_OS_SOLARIS
    385392#ifdef RT_OS_LINUX
    386393    else if (strcmp (driver, "OSS") == 0)
     
    473480            }
    474481#endif /* RT_OS_WINDOWS */
     482#ifdef RT_OS_SOLARIS
     483            case AudioDriverType_SolAudio:
     484            {
     485                driverStr = "SolAudio";
     486                break;
     487            }
     488#endif
    475489#ifdef RT_OS_LINUX
    476490            case AudioDriverType_ALSA:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette