diff options
| author | Phani Kumar Uppalapati <phaniu@codeaurora.org> | 2013-09-13 18:59:15 -0700 |
|---|---|---|
| committer | Phani Kumar Uppalapati <phaniu@codeaurora.org> | 2013-09-13 18:59:15 -0700 |
| commit | 8c295b2b38b2ccb96cc18fbcea313dff0f93b0ac (patch) | |
| tree | 71d84c0daa0b9769442d4fc7dfbd98ac71e9db36 | |
| parent | 418eecbed6b7fecfa81df42cfdddab4fb80bf924 (diff) | |
ASoC: msm: Correct the EC reference RX port id for 0x1001
The EC reference RX port id that is being used for
PRIMARY_MI2S_TX is not correct and is set to 0 currently.
Set this to proper RX port id of 0x1000.
Change-Id: Id7a88076f06816adcb50e9cee0b83da10393883f
Signed-off-by: Phani Kumar Uppalapati <phaniu@codeaurora.org>
| -rw-r--r-- | sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c b/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c index 2542d47dfa9..21dd86fdd12 100644 --- a/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c +++ b/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c @@ -1429,7 +1429,7 @@ static int msm_routing_ec_ref_rx_put(struct snd_kcontrol *kcontrol, break; case 1: msm_route_ec_ref_rx = 1; - ec_ref_port_id = PRIMARY_I2S_RX; + ec_ref_port_id = AFE_PORT_ID_PRIMARY_MI2S_RX; break; default: msm_route_ec_ref_rx = 3; /* NONE */ |
