commit | a2a527c39d3e47a001be0d40e2b99c78868b0ea3 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Fri May 25 20:24:44 2012 -0700 |
committer | QuIC Gerrit Code Review <code-review@localhost> | Fri May 25 20:24:44 2012 -0700 |
tree | 7fa48cecab8b38a75b5dcc19fac2c96d4af6f095 | |
parent | d39429beabd379c65051e2938e81aff7b20bd0fc [diff] | |
parent | 10a9758c95a68e11f27c9f6452ac9b5b978a8ca8 [diff] |
Merge "msm_fb: display: Fix invalid x offset programming for YUV444 fmt" into msm-3.0
diff --git a/sound/soc/codecs/wcd9310.c b/sound/soc/codecs/wcd9310.c index cad9907..5d77afd 100644 --- a/sound/soc/codecs/wcd9310.c +++ b/sound/soc/codecs/wcd9310.c
@@ -3546,6 +3546,10 @@ if (tabla_is_digital_gain_register(reg)) return 1; + /* HPH status registers */ + if (reg == TABLA_A_RX_HPH_L_STATUS || reg == TABLA_A_RX_HPH_R_STATUS) + return 1; + return 0; }