[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1460978403-4754-4-git-send-email-zhengxing@rock-chips.com>
Date: Mon, 18 Apr 2016 19:20:03 +0800
From: Xing Zheng <zhengxing@...k-chips.com>
To: linux-rockchip@...ts.infradead.org
Cc: heiko@...ech.de, Adam.Thomson@...semi.com,
sugar.zhang@...k-chips.com, jay.xu@...k-chips.com,
broonie@...nel.org, dianders@...omium.org,
Xing Zheng <zhengxing@...k-chips.com>,
Support Opensource <support.opensource@...semi.com>,
Liam Girdwood <lgirdwood@...il.com>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>, alsa-devel@...a-project.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 3/3] ASoC: da7219: Add detect_jack callback in the snd_soc_codec_driver
This patch tell soc-jack that this codec supports jack detection.
Signed-off-by: Xing Zheng <zhengxing@...k-chips.com>
---
Changes in v1: None
sound/soc/codecs/da7219.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/soc/codecs/da7219.c b/sound/soc/codecs/da7219.c
index 81c0708..5a8ff1e 100644
--- a/sound/soc/codecs/da7219.c
+++ b/sound/soc/codecs/da7219.c
@@ -1767,6 +1767,8 @@ static struct snd_soc_codec_driver soc_codec_dev_da7219 = {
.num_dapm_widgets = ARRAY_SIZE(da7219_dapm_widgets),
.dapm_routes = da7219_audio_map,
.num_dapm_routes = ARRAY_SIZE(da7219_audio_map),
+
+ .detect_jack = da7219_aad_jack_det,
};
--
1.7.9.5
Powered by blists - more mailing lists