diff options
| -rw-r--r-- | sound/soc/qcom/lpass-apq8016.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sound/soc/qcom/lpass-apq8016.c b/sound/soc/qcom/lpass-apq8016.c index 8507ef8f6679..3efa133d1c64 100644 --- a/sound/soc/qcom/lpass-apq8016.c +++ b/sound/soc/qcom/lpass-apq8016.c @@ -250,7 +250,7 @@ static struct lpass_variant apq8016_data = {  	.micmode		= REG_FIELD_ID(0x1000, 4, 7, 4, 0x1000),  	.micmono		= REG_FIELD_ID(0x1000, 3, 3, 4, 0x1000),  	.wssrc			= REG_FIELD_ID(0x1000, 2, 2, 4, 0x1000), -	.bitwidth		= REG_FIELD_ID(0x1000, 0, 0, 4, 0x1000), +	.bitwidth		= REG_FIELD_ID(0x1000, 0, 1, 4, 0x1000),  	.rdma_dyncclk		= REG_FIELD_ID(0x8400, 12, 12, 2, 0x1000),  	.rdma_bursten		= REG_FIELD_ID(0x8400, 11, 11, 2, 0x1000), | 
