commit | 8120c4b71f0973518ef8c56a78d90869fffeb11b | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Feb 26 17:34:38 2014 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Feb 26 17:34:38 2014 -0800 |
tree | a9553a3fe0fbcc31a52901ef3c38082a186675d5 | |
parent | 1a603dd3b8054a84d07ccbdb0379c454d6a3fe79 [diff] | |
parent | c7d048aa11decbb7ba08c564198b6a85b94844cf [diff] |
Merge "hal: set Dolby DMID for low latency playback"
diff --git a/hal/audio_extn/dolby.c b/hal/audio_extn/dolby.c index bcc7381..094f077 100644 --- a/hal/audio_extn/dolby.c +++ b/hal/audio_extn/dolby.c
@@ -430,8 +430,7 @@ list_for_each(node, &adev->usecase_list) { usecase = node_to_item(node, struct audio_usecase, list); - if ((usecase->type == PCM_PLAYBACK) && - (usecase->id != USECASE_AUDIO_PLAYBACK_LOW_LATENCY)) + if (usecase->type == PCM_PLAYBACK) send = true; } if (!send)