From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [RESEND PATCH v2 11/15] ASoC: qcom: qdsp6: Add support to q6afe dai driver Date: Tue, 2 Jan 2018 15:28:11 -0800 Message-ID: <20180102232811.GS478@tuxbook> References: <20171214173402.19074-1-srinivas.kandagatla@linaro.org> <20171214173402.19074-12-srinivas.kandagatla@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20171214173402.19074-12-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org Cc: Andy Gross , Mark Brown , linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org, David Brown , Rob Herring , Mark Rutland , Liam Girdwood , Patrick Lai , Banajit Goswami , Jaroslav Kysela , Takashi Iwai , linux-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org List-Id: alsa-devel@alsa-project.org On Thu 14 Dec 09:33 PST 2017, srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org wrote: > From: Srinivas Kandagatla > > This patch adds support to q6afe backend dais driver. > Isn't the list of backend DAIs platform-dependent? [..] > +static const struct snd_soc_dapm_widget hdmi_dapm_widgets[] = { > + SND_SOC_DAPM_AIF_OUT("HDMI", "HDMI Playback", 0, 0, 0, 0), > + SND_SOC_DAPM_OUTPUT("HDMI-RX"), > +}; > + > +static const struct snd_soc_component_driver msm_dai_hdmi_q6_component = { How will this look beyond HDMI? I'm having issues mapping this to downstream. > + .name = "msm-dai-q6-hdmi", > + .dapm_widgets = hdmi_dapm_widgets, > + .num_dapm_widgets = ARRAY_SIZE(hdmi_dapm_widgets), > + .controls = hdmi_config_controls, > + .num_controls = ARRAY_SIZE(hdmi_config_controls), > + .dapm_routes = hdmi_dapm_routes, > + .num_dapm_routes = ARRAY_SIZE(hdmi_dapm_routes), > +}; > + Regards, Bjorn -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html