Re: [PATCH 08/13] drm/i2c: tda998x: move audio routing configuration

2019-06-13 Thread Sven Van Asbroeck
On Tue, Jun 11, 2019 at 7:02 AM Russell King wrote: > > Move the mux and clocking selection out of tda998x_configure_audio() > into the parent functions, so we can validate this when parameters > are set outside of the audio mutex. > > Signed-off-by: Russell King > --- +/* Configure the TDA998x

Re: [PATCH 08/13] drm/i2c: tda998x: move audio routing configuration

2019-06-12 Thread Russell King - ARM Linux admin
On Wed, Jun 12, 2019 at 11:36:59AM -0400, Sven Van Asbroeck wrote: > On Tue, Jun 11, 2019 at 7:02 AM Russell King > wrote: > > > > Move the mux and clocking selection out of tda998x_configure_audio() > > into the parent functions, so we can validate this when parameters > > are set outside of the

[PATCH 08/13] drm/i2c: tda998x: move audio routing configuration

2019-06-11 Thread Russell King
Move the mux and clocking selection out of tda998x_configure_audio() into the parent functions, so we can validate this when parameters are set outside of the audio mutex. Signed-off-by: Russell King --- drivers/gpu/drm/i2c/tda998x_drv.c | 78 +++ 1 file chang