Re: [PATCH v5 6/9] media: adv748x: prepare/enable mclk when the audio is used

2020-06-19 Thread Alex Riesen
Kieran Bingham, Thu, Jun 18, 2020 18:23:14 +0200: > On 02/04/2020 19:34, Alex Riesen wrote: > > --- a/drivers/media/i2c/adv748x/adv748x-dai.c > > +++ b/drivers/media/i2c/adv748x/adv748x-dai.c > > @@ -117,11 +117,22 @@ static int adv748x_dai_set_fmt(struct snd_soc_dai > > *dai, unsigned int fmt) >

Re: [PATCH v5 6/9] media: adv748x: prepare/enable mclk when the audio is used

2020-06-18 Thread Kieran Bingham
Hi Alex, On 02/04/2020 19:34, Alex Riesen wrote: > As there is nothing else (the consumers are supposed to do that) which > enables the clock, do it in the driver. > > Signed-off-by: Alexander Riesen > -- > > v3: added > --- > drivers/media/i2c/adv748x/adv748x-dai.c | 14 +- > 1 fi

[PATCH v5 6/9] media: adv748x: prepare/enable mclk when the audio is used

2020-04-02 Thread Alex Riesen
As there is nothing else (the consumers are supposed to do that) which enables the clock, do it in the driver. Signed-off-by: Alexander Riesen -- v3: added --- drivers/media/i2c/adv748x/adv748x-dai.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/drivers/medi