commit | ad5eed63a3b59565c419e3228aa3ae3baa6a2766 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Mon Sep 23 04:28:50 2019 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Sep 23 04:28:54 2019 -0700 |
tree | 651a99d44b74b940d87913c2b32b45d6e561228f | |
parent | abaf5ad364a8d6539fb68b094cb4f056037edcff [diff] | |
parent | 00bd5d35db74aa475bde208ad8a9d8b0bddb33d5 [diff] |
Merge "configs: Declare midi feature support" into audio-hal.lnx.6.0.r10-rel
diff --git a/hal/audio_hw.c b/hal/audio_hw.c index 79f619b..d6194cb 100644 --- a/hal/audio_hw.c +++ b/hal/audio_hw.c
@@ -7348,6 +7348,9 @@ __func__, ret); goto error_open; } + } else { + out->usecase = GET_USECASE_AUDIO_PLAYBACK_PRIMARY(use_db_as_primary); + out->config = GET_PCM_CONFIG_AUDIO_PLAYBACK_PRIMARY(use_db_as_primary); } } } else if (audio_is_linear_pcm(out->format) &&