26 Dec
2014
26 Dec
'14
5:38 p.m.
On Tue, Dec 23, 2014 at 11:29:01AM -0800, Anatol Pomozov wrote:
+static int tegra_rt5677_probe(struct platform_device *pdev) +{
- struct device_node *np = pdev->dev.of_node;
- struct snd_soc_card *card = &snd_soc_tegra_rt5677;
- struct tegra_rt5677 *machine;
- int ret;
+#if defined(CONFIG_MODULES) && defined(MODULE)
- request_module("snd_soc_tegra30_i2s");
+#endif
What's this all about then?