[PATCH v1 03/13] ASoC: qcom: remove hardcoded i2s port number

2015-05-13 Thread Srinivas Kandagatla
This patch attempts to remove the hardcoded i2s port number in lpass driver. Now the the port number comes from the dai id field. This will allow other SOCs to use different port numbers on the lpass driver. Signed-off-by: Srinivas Kandagatla --- sound/soc/qcom/lpass-cpu.c | 16

[PATCH v1 03/13] ASoC: qcom: remove hardcoded i2s port number

2015-05-13 Thread Srinivas Kandagatla
This patch attempts to remove the hardcoded i2s port number in lpass driver. Now the the port number comes from the dai id field. This will allow other SOCs to use different port numbers on the lpass driver. Signed-off-by: Srinivas Kandagatla srinivas.kandaga...@linaro.org ---