init: qcom: Add support for static linking for radio-iris-transport module
This patch makes iris FM driver static similar to the drivers for other targets. Change-Id: I7b0c6dd70148444df8930919294e86f2c9d20915
This commit is contained in:
parent
662bd317c2
commit
a3c0b4af3d
1
base.mk
1
base.mk
|
@ -668,6 +668,7 @@ PRODUCT_PACKAGES := \
|
|||
VoiceDialer \
|
||||
FMRadio \
|
||||
FM2 \
|
||||
FMRadio \
|
||||
FMRecord \
|
||||
VideoEditor
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/system/bin/sh
|
||||
# Copyright (c) 2009-2011, The Linux Foundation. All rights reserved.
|
||||
# Copyright (c) 2009-2011, 2015, The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
|
@ -67,7 +67,7 @@ case $mode in
|
|||
case $TRANSPORT in
|
||||
"smd")
|
||||
logi "inserting the radio transport module"
|
||||
insmod /system/lib/modules/radio-iris-transport.ko
|
||||
echo 1 > /sys/module/radio_iris_transport/parameters/fmsmd_set
|
||||
;;
|
||||
*)
|
||||
logi "default transport case "
|
||||
|
|
Loading…
Reference in New Issue