diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-08-10 12:41:57 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-10 12:41:56 -0700 |
| commit | 7d5deaefcdd05ad5391141c6c52930bb49672773 (patch) | |
| tree | 662bc296a07fe672ba82b358a2aea422e6e9aae7 | |
| parent | 56a8de410b908740b14bbf6d56a3027c404de7be (diff) | |
| parent | f91ccf863144ceb06a4031431c055b86cc01db08 (diff) | |
Merge "ASoC: msm: qdsp6v2: set correct loopback mode"
| -rw-r--r-- | sound/soc/msm/qdsp6v2/q6afe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/msm/qdsp6v2/q6afe.c b/sound/soc/msm/qdsp6v2/q6afe.c index 8efa04c3807e..b76cb7f4b210 100644 --- a/sound/soc/msm/qdsp6v2/q6afe.c +++ b/sound/soc/msm/qdsp6v2/q6afe.c @@ -3312,7 +3312,7 @@ int afe_loopback(u16 enable, u16 rx_port, u16 tx_port) sizeof(struct afe_port_param_data_v2); lb_cmd.dst_port_id = rx_port; - lb_cmd.routing_mode = LB_MODE_EC_REF_VOICE_AUDIO; + lb_cmd.routing_mode = LB_MODE_DEFAULT; lb_cmd.enable = (enable ? 1 : 0); lb_cmd.loopback_cfg_minor_version = AFE_API_VERSION_LOOPBACK_CONFIG; |
