Merge "ASoC: wcd: Add support for audio external clock driver"

This commit is contained in:
Linux Build Service Account 2015-06-02 12:36:13 -07:00 committed by Gerrit - the friendly Code Review server
commit e86aa1b911
3 changed files with 5 additions and 2 deletions

View File

@ -299,4 +299,7 @@
#define clk_a53ssmux_bc 0xb5983c42
#define clk_a53ssmux_cci 0x15560bd5
#define clk_audio_ap_clk 0x312ac429
#define clk_audio_pmi_clk 0xb7ba2274
#endif

View File

@ -397,7 +397,7 @@ config SND_SOC_MSM8909_WCD
config AUDIO_EXT_CLK
tristate
default y if SND_SOC_WCD9335=y
default y if SND_SOC_WCD9335=y || SND_SOC_WCD9330=y || SND_SOC_MSM8X16_WCD=y
config SND_SOC_WCD_MBHC
tristate

View File

@ -21,7 +21,7 @@
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/of_gpio.h>
#include <dt-bindings/clock/msm-clocks-8976.h>
#include <dt-bindings/clock/msm-clocks-8952.h>
struct audio_ext_ap_clk {
bool enabled;