commit | 9b91b951f1c019aa1f9d2014416e9b032a455081 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@quicinc.com> | Thu Feb 08 02:10:22 2018 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Feb 08 02:10:22 2018 -0800 |
tree | 2c58002f9cf2f4d5029674faba76e9a41bd5d435 | |
parent | ff76f2424215b29df35516c85407a9a7194ca6f7 [diff] | |
parent | 14d472618a8c1329679b0cdb03147d121e66d553 [diff] |
Merge "hal: passthough not working for IEC61937 HBR content"
diff --git a/hal/audio_extn/passthru.c b/hal/audio_extn/passthru.c index 99949fc..8782873 100755 --- a/hal/audio_extn/passthru.c +++ b/hal/audio_extn/passthru.c
@@ -207,6 +207,8 @@ channel_count = audio_channel_count_from_out_mask(out->channel_mask); #endif break; + case AUDIO_FORMAT_IEC61937: + channel_count = audio_channel_count_from_out_mask(out->channel_mask); default: break; }