summaryrefslogtreecommitdiffstats
path: root/chromeos/audio
Commit message (Expand)AuthorAgeFilesLines
* Fixed sounds registration in SoundsManager.ygorshenin@chromium.org2013-12-111-0/+23
* Fix the inconsitent active audio node issue caused by multiple NodesChanged s...jennyz@chromium.org2013-09-183-10/+224
* Fix the bluetooth audio device id changing on the fly issue and the active de...jennyz@chromium.org2013-09-173-1/+77
* Reduce chrome cras dbus call logs during device rebooting. cras server won't ...jennyz@chromium.org2013-09-132-13/+70
* Fix the wrong output device switching caused by an input device being plugged...jennyz@chromium.org2013-09-093-3/+88
* Set up hdmi output device default volume to 100.jennyz@chromium.org2013-09-096-30/+26
* Remove input gain switching and sanity checks.rkc@chromium.org2013-08-221-9/+13
* Clear all other input/output audio devices' active status before switching to...jennyz@chromium.org2013-08-162-7/+64
* Don't switch to the high priority audio device if user has set a lower priori...jennyz@chromium.org2013-08-153-3/+109
* Use device_name to create the device string id for storing audio preferences....jennyz@chromium.org2013-08-142-0/+5
* Consolidate AudioPrefHandler code into AudioDevicesPrefHandler, and remove th...jennyz@chromium.org2013-08-011-61/+0
* Remove the useless OutputMuteChanged and InputMuteChanged overidden from Cras...jennyz@chromium.org2013-08-012-16/+0
* Remove old audio handler code.jennyz@chromium.org2013-08-011-3/+9
* c++11 ud suffix fixes for cros dbus filesthakis@chromium.org2013-07-311-1/+1
* Add test coverage for CrasAudioHandler.jennyz@chromium.org2013-07-298-125/+1223
* Fix crash in CrasAudioHandler::GetActiveOutputDevice if there are no devicesspang@chromium.org2013-07-261-1/+1
* Enable audio selection menu by default and fix unitializated memory issue in ...jennyz@chromium.org2013-07-181-0/+2
* Fix the issue of switching active audio device from ash tray menu.jennyz@chromium.org2013-07-134-21/+12
* Migrate to use SetOutputNodeVolume and SetInputNodeGain cras apis. jennyz@chromium.org2013-07-123-97/+64
* 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-205-43/+86
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-2/+2
* Use a direct include of strings headers in chromeos/.avi@chromium.org2013-06-112-2/+2
* Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,...avi@chromium.org2013-06-071-1/+1
* ChromeOS: audio - Assign correct device type to internal mics.dgreid@chromium.org2013-06-051-2/+2
* Fix several audio issues:jennyz@chromium.org2013-05-262-62/+77
* Fix the volume bubble pop up on device reboot issue. Fix the volume bubble po...jennyz@chromium.org2013-05-232-20/+38
* Add tests for the Audio Extension API.rkc@chromium.org2013-05-172-10/+22
* Merge the cras audio switch handler with the handler.rkc@chromium.org2013-05-104-270/+115
* Set mute correctly from the audio API.rkc@chromium.org2013-05-102-1/+15
* Fix for AudioSwitchHandler crashing on VM's.rkc@chromium.org2013-05-071-6/+4
* Implement the rest of the audio API.rkc@chromium.org2013-05-075-17/+147
* Revert 198556 "Implement the rest of the audio API."rkc@chromium.org2013-05-075-151/+17
* Implement the rest of the audio API.rkc@chromium.org2013-05-065-17/+151
* Switch Audio Preferences to per device.rkc@chromium.org2013-05-025-26/+77
* Adding jennyz and myself to the audio code's OWNER'srkc@chromium.org2013-05-021-0/+3
* base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-05-011-1/+1
* cros: Enable new cras audio handler by default rkc@chromium.org2013-05-014-20/+169
* Move audio device switching to Chrome.rkc@chromium.org2013-04-305-21/+331
* 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-244-5/+186
* Implement new audio handler which talks to the new audio dbus apis, and adds ...jennyz@chromium.org2013-04-194-0/+544