summaryrefslogtreecommitdiffstats
path: root/chromeos/audio/cras_audio_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the useless OutputMuteChanged and InputMuteChanged overidden from Cras...jennyz@chromium.org2013-08-011-14/+0
* Remove old audio handler code.jennyz@chromium.org2013-08-011-3/+9
* Add test coverage for CrasAudioHandler.jennyz@chromium.org2013-07-291-6/+5
* Fix crash in CrasAudioHandler::GetActiveOutputDevice if there are no devicesspang@chromium.org2013-07-261-1/+1
* Fix the issue of switching active audio device from ash tray menu.jennyz@chromium.org2013-07-131-8/+4
* Migrate to use SetOutputNodeVolume and SetInputNodeGain cras apis. jennyz@chromium.org2013-07-121-89/+53
* Integrate cras audio dbus api changes for transiting from SetOyutputMute to S...jennyz@chromium.org2013-06-291-1/+1
* Use device_name + node_id to index devices in preferences.rkc@chromium.org2013-06-201-33/+71
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-2/+2
* Fix several audio issues:jennyz@chromium.org2013-05-261-61/+65
* Fix the volume bubble pop up on device reboot issue. Fix the volume bubble po...jennyz@chromium.org2013-05-231-19/+30
* Add tests for the Audio Extension API.rkc@chromium.org2013-05-171-10/+16
* Merge the cras audio switch handler with the handler.rkc@chromium.org2013-05-101-22/+97
* Set mute correctly from the audio API.rkc@chromium.org2013-05-101-0/+11
* Implement the rest of the audio API.rkc@chromium.org2013-05-071-6/+92
* Revert 198556 "Implement the rest of the audio API."rkc@chromium.org2013-05-071-96/+6
* Implement the rest of the audio API.rkc@chromium.org2013-05-061-6/+96
* Switch Audio Preferences to per device.rkc@chromium.org2013-05-021-18/+10
* cros: Enable new cras audio handler by default rkc@chromium.org2013-05-011-2/+29
* Move audio device switching to Chrome.rkc@chromium.org2013-04-301-2/+2
* chromeos: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-1/+1
* Implement new audio tray ui and integrate with new audio controller.jennyz@chromium.org2013-04-241-4/+45
* Implement new audio handler which talks to the new audio dbus apis, and adds ...jennyz@chromium.org2013-04-191-0/+297