Merge tag 'pwm/for-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[firefly-linux-kernel-4.4.55.git] / sound / soc / intel / byt-max98090.c
index b8b8af571ef169307e8b0e1efb68b5435c97df66..9832afe7d22cb082e3d54dffce9f723f947716d7 100644 (file)
@@ -139,6 +139,7 @@ static struct snd_soc_card byt_max98090_card = {
        .num_dapm_routes = ARRAY_SIZE(byt_max98090_audio_map),
        .controls = byt_max98090_controls,
        .num_controls = ARRAY_SIZE(byt_max98090_controls),
+       .fully_routed = true,
 };
 
 static int byt_max98090_probe(struct platform_device *pdev)
@@ -180,7 +181,6 @@ static struct platform_driver byt_max98090_driver = {
        .remove = byt_max98090_remove,
        .driver = {
                .name = "byt-max98090",
-               .owner = THIS_MODULE,
                .pm = &snd_soc_pm_ops,
        },
 };