Add volume control for the pulse audio backend. Unfortunately that can not be done...
commit213f266196a89d8e01058cfb312c8c4be3610e96
authorglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Tue, 17 Aug 2010 02:14:04 +0000 (17 02:14 +0000)
committerglennricster@gmail.com <glennricster@gmail.com@8ced0084-cf51-0410-be5f-012b33b47a6e>
Tue, 17 Aug 2010 02:14:04 +0000 (17 02:14 +0000)
tree4177b0f0f8aaed5f0f581540f58b96080bfb01c4
parent8a40acaaac01f695c2f1c4f3d351fdca2fafc21a
Add volume control for the pulse audio backend.  Unfortunately that can not be done with the pulse-simple api, so I had to switch to the asynchronous pulse api.

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@6104 8ced0084-cf51-0410-be5f-012b33b47a6e
SConstruct
Source/Core/AudioCommon/Src/PulseAudioStream.cpp
Source/Core/AudioCommon/Src/PulseAudioStream.h
Source/Plugins/Plugin_DSP_HLE/Src/ConfigDlg.cpp
Source/Plugins/Plugin_DSP_HLE/Src/ConfigDlg.h
Source/Plugins/Plugin_DSP_LLE/Src/DSPConfigDlgLLE.cpp