OSDN Git Service

Fix a parse error in checkOutputForDevice
authorJohn Grossman <johngro@google.com>
Tue, 30 Oct 2012 01:42:43 +0000 (18:42 -0700)
committerJohn Grossman <johngro@google.com>
Tue, 30 Oct 2012 01:54:12 +0000 (18:54 -0700)
commit5debe92591363de3d73bc32b62f23df707b1aecf
treee06e5e113fec9dcccf0dfd4dccd1abe23f369713
parent5a484b753cc72d6a50c1dd3bbf68b3403c741a3a
Fix a parse error in checkOutputForDevice

Fix a small parsing error in parsing the supported formats and sample
rates of a stream out with dynamic values for these parameters.  The
channel mask parser was properly skipping the "=" in the setting
string, but formats and sample rates were not (cauing the first
reported format and sample rate to end up being skipped)

Change-Id: Id227a44f6b5fc0c223f2ce74f94ebb6abc5fa77d
Signed-off-by: John Grossman <johngro@google.com>
audio/AudioPolicyManagerBase.cpp