aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/harmony.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/harmony.c')
-rw-r--r--sound/soc/tegra/harmony.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/harmony.c b/sound/soc/tegra/harmony.c
index d1faa63af034..11e2cb825664 100644
--- a/sound/soc/tegra/harmony.c
+++ b/sound/soc/tegra/harmony.c
@@ -132,7 +132,7 @@ static int harmony_event_int_spk(struct snd_soc_dapm_widget *w,
132 struct harmony_audio_platform_data *pdata = harmony->pdata; 132 struct harmony_audio_platform_data *pdata = harmony->pdata;
133 133
134 gpio_set_value_cansleep(pdata->gpio_spkr_en, 134 gpio_set_value_cansleep(pdata->gpio_spkr_en,
135 !!SND_SOC_DAPM_EVENT_ON(event)); 135 SND_SOC_DAPM_EVENT_ON(event));
136 136
137 return 0; 137 return 0;
138} 138}