Re: [PATCH v7 20/24] ASoC: qdsp6: q6afe: Add q6afe dai driver

From: Srinivas Kandagatla
Date: Wed May 09 2018 - 05:43:40 EST




On 09/05/18 10:42, Banajit Goswami wrote:
+
+static int msm_dai_q6_dai_probe(struct snd_soc_dai *dai)
+{
+ struct q6afe_dai_data *dai_data = dev_get_drvdata(dai->dev);
+ struct snd_soc_dapm_context *dapm;
+ struct q6afe_port *port;
+
+ dapm = snd_soc_component_get_dapm(dai->component);
dapm unused here?

I already removed this in v8.

thanks,
srini

LGTM otherwise.
Acked-by: Banajit Goswami <bgoswami@xxxxxxxxxxxxxx>

--