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 <spapothi@codeaurora.org>
(cherry picked from commit 2c4bc0683f)
This commit is contained in:
Sudheer Papothi
2020-04-10 04:28:03 +05:30
committed by Gerrit - the friendly Code Review server
parent 42a8ba550a
commit 461c2a6e36

View File

@@ -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);