Re: [PATCH 09/13] drm/i2c: tda998x: clean up tda998x_configure_audio()

2019-06-13 Thread Sven Van Asbroeck
On Tue, Jun 11, 2019 at 7:02 AM Russell King wrote: > > tda998x_configure_audio() is called via some paths where an error > return is meaningless, and as a result of moving the audio routing > code, this function no longer returns any errors, so let's make it > void. We can also make

[PATCH 09/13] drm/i2c: tda998x: clean up tda998x_configure_audio()

2019-06-12 Thread Russell King
tda998x_configure_audio() is called via some paths where an error return is meaningless, and as a result of moving the audio routing code, this function no longer returns any errors, so let's make it void. We can also make tda998x_write_aif() return void as well. tda998x_configure_audio() also