Re: [PATCH 598/606] ALSA: aoa: tas: Convert to i2c's .probe_new()

2022-11-19 Thread Takashi Iwai
On Fri, 18 Nov 2022 23:45:32 +0100, Uwe Kleine-König wrote: > > From: Uwe Kleine-König > > The probe function doesn't make use of the i2c_device_id * parameter so it > can be trivially converted. > > Signed-off-by: Uwe Kleine-König Applied to for-next branch. thanks, Takashi

[PATCH 598/606] ALSA: aoa: tas: Convert to i2c's .probe_new()

2022-11-18 Thread Uwe Kleine-König
From: Uwe Kleine-König The probe function doesn't make use of the i2c_device_id * parameter so it can be trivially converted. Signed-off-by: Uwe Kleine-König --- sound/aoa/codecs/tas.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sound/aoa/codecs/tas.c b/sound/aoa/c