Browse Source

ASoC: lahaina: Add soft dependencies for BT

Audio driver expects BT to be probed first before
machine driver probe. Changes ensures BT dependency
for audio.

Change-Id: I82004f464ed9e7bb90d24bf2762c99b9817f95a3
Signed-off-by: Sudheer Papothi <[email protected]>
(cherry picked from commit 2c4bc0683f1c68e3e0b3c7b696fcbb8e521054ea)
Sudheer Papothi 5 years ago
parent
commit
461c2a6e36
1 changed files with 1 additions and 0 deletions
  1. 1 0
      asoc/lahaina.c

+ 1 - 0
asoc/lahaina.c

@@ -7831,6 +7831,7 @@ static struct platform_driver lahaina_asoc_machine_driver = {
 };
 module_platform_driver(lahaina_asoc_machine_driver);
 
+MODULE_SOFTDEP("pre: bt_fm_slim");
 MODULE_DESCRIPTION("ALSA SoC msm");
 MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("platform:" DRV_NAME);