Re: [PATCH] ASoC: qcom: lpass-cpu: Remove bit clock state check

2021-01-27 Thread Srinivas Kandagatla
On 27/01/2021 10:54, Srinivasa Rao Mandadapu wrote: Actually this is MI2S OSR clock disable on failure of bit clock enable. Do You think it's redundant? My Bad!! Just ignore my comment on removing this! --srini

Re: [PATCH] ASoC: qcom: lpass-cpu: Remove bit clock state check

2021-01-27 Thread Srinivasa Rao Mandadapu
Thanks Srinivas For Your time!!! On 1/27/2021 3:21 PM, Srinivas Kandagatla wrote: On 27/01/2021 06:30, Srinivasa Rao Mandadapu wrote: No need of BCLK state maintenance from driver side as clock_enable and clk_disable API's maintaing state counter. One of the major issue was spotted when

Re: [PATCH] ASoC: qcom: lpass-cpu: Remove bit clock state check

2021-01-27 Thread Srinivas Kandagatla
On 27/01/2021 06:30, Srinivasa Rao Mandadapu wrote: No need of BCLK state maintenance from driver side as clock_enable and clk_disable API's maintaing state counter. One of the major issue was spotted when Headset jack inserted while playback continues, due to same PCM device node opens

[PATCH] ASoC: qcom: lpass-cpu: Remove bit clock state check

2021-01-26 Thread Srinivasa Rao Mandadapu
No need of BCLK state maintenance from driver side as clock_enable and clk_disable API's maintaing state counter. One of the major issue was spotted when Headset jack inserted while playback continues, due to same PCM device node opens twice for playaback/capture and closes once for capture and