Re: [PATCH 3/8] soundwire: mipi_disco: expose sdw_slave_read_dpn as symbol

2019-05-07 Thread Vinod Koul
On 03-05-19, 19:29, Pierre-Louis Bossart wrote: > sdw_slave_read_dpn was so far a static function, which prevented > codec drivers from using it. Expose as non-static function and add symbol > > Signed-off-by: Pierre-Louis Bossart > --- > drivers/soundwire/mipi_disco.c | 7 --- > include/lin

[PATCH 3/8] soundwire: mipi_disco: expose sdw_slave_read_dpn as symbol

2019-05-03 Thread Pierre-Louis Bossart
sdw_slave_read_dpn was so far a static function, which prevented codec drivers from using it. Expose as non-static function and add symbol Signed-off-by: Pierre-Louis Bossart --- drivers/soundwire/mipi_disco.c | 7 --- include/linux/soundwire/sdw.h | 3 +++ 2 files changed, 7 insertions(+),