commit | 2f78a67ebae1f4a5c7d91637be00d65b733b823c | [log] [tgz] |
---|---|---|
author | Garmond Leung <garmondl@codeaurora.org> | Mon Nov 07 16:27:40 2016 -0800 |
committer | Garmond Leung <garmondl@codeaurora.org> | Fri Nov 11 14:12:32 2016 -0800 |
tree | bddeeec7fe19da91f9f6873a8530ddf55e4891ad | |
parent | 44995bad21f370966af40db862d68320916026ce [diff] |
hal: edid: Update EDID parsing logic Previously, the only sample rate that hal stored was the highest supported sample rate. Hal would return false on Sample Rates(sr) that were lower than the highest supported sr from the sink. Streams were forced to be played at the highest sr that the sink supported. A similar change was done in for bytes per sample as well. Change-Id: I41591958739562334d9409cffad4f55e1cc5e0bc CRs-Fixed: 1084185