Re: [PATCH 64/64] i2c: reword i2c_algorithm in drivers according to newest specification

2024-03-25 Thread Jarkko Nikula
t this_irq, void *dev_id) static const struct i2c_algorithm i2c_dw_algo = { .functionality = i2c_dw_func, - .reg_slave = i2c_dw_reg_slave, - .unreg_slave = i2c_dw_unreg_slave, + .reg_target = i2c_dw_reg_target, + .unreg_target = i2c_dw_unreg_target, }; Acked-by: Jarkko Nikula

Re: [PATCH] ASoC: do not include pm_runtime.h if not used

2023-03-09 Thread Jarkko Nikula
36 files changed, 37 deletions(-) Looks like header was copied by accident from omap-mcbsp.c when sidetone functionality was split into this new file. Acked-by: Jarkko Nikula

Re: [PATCH 05/11] ASoC: omap: make snd_soc_platform_driver const

2017-08-15 Thread Jarkko Nikula
c/omap/omap-pcm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Jarkko Nikula