Re: [PATCH 1/2] ASoC: fsl_audmix: remove "model" attribute

2019-04-09 Thread Daniel Baluta
Hi Viorel, Few comments inline. On Tue, Apr 9, 2019 at 11:36 AM Viorel Suman wrote: > > Use "of_device_id.data" to specify the machine driver, > instead of "model" DTS attribute. > static int fsl_audmix_probe(struct platform_device *pdev) > { > + struct device *dev = >dev; You might

[PATCH 1/2] ASoC: fsl_audmix: remove "model" attribute

2019-04-09 Thread Viorel Suman
Use "of_device_id.data" to specify the machine driver, instead of "model" DTS attribute. Signed-off-by: Viorel Suman --- sound/soc/fsl/fsl_audmix.c | 61 -- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/sound/soc/fsl/fsl_audmix.c