summaryrefslogtreecommitdiffstats
path: root/audio/audio_policy.conf
Commit message (Collapse)AuthorAgeFilesLines
* audio: fix remote submix sampling ratesEric Laurent2013-09-261-2/+2
| | | | | | | | | Only list 48000 Hz in supported sampling rates for remote submix output and input stream profiles to avoid mismatch betwen playback and capture. Bug: 10900252. Change-Id: Id96e914caeb42e8f4aa5fe4e55e19156cdd67b58
* Automatically enable/disable remote submix when input started.Jeff Brown2013-08-191-1/+19
| | | | | | | | When recording from the audio submix begins, enable the remote audio submit output device. When it ends, disable it. Bug: 10265163 Change-Id: Ia0dc2e20623bb834d06561469ce856688991243b
* rename audio policy flagsEric Laurent2012-04-181-2/+2
| | | | Change-Id: Ic42eba3432671f651c9703a07fe7b429a8ec0dff
* audio policy: use configuration fileEric Laurent2012-04-031-0/+46
The audio policy manager implementation now reads a configuration file at boot time that contains descriptors for available audio hardware modules and for each module the profiles of available inputs and outputs streams. The configuration file path on the target is: /system/etc/audio_policy.conf. A default configuration file is given that defines a basic configuration with one primary audio hw module capable of playback and capture. Each platform or device should have its own audio_policy.conf file. Also removed default value of fromCache argument of getDeviceForStrategy() and getNewDevice() methods. Change-Id: I0c773d2331508bbc787f89b123dd6a7b8c10d459