mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: rt5677: Include gpio driver header
@ 2014-10-03 21:37 Ben Zhang
  2014-10-03 21:37 ` [PATCH 2/3] ASoC: rt5677: Add ACPI device probing Ben Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ben Zhang @ 2014-10-03 21:37 UTC (permalink / raw)
  To: alsa-devel; +Cc: Bard Liao, Oder Chiou, Mark Brown, linux-kernel, Ben Zhang

The header file is needed because struct gpio_chip is
placed in struct rt5677_priv.

Signed-off-by: Ben Zhang <benzh@chromium.org>
---
 sound/soc/codecs/rt5677.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/rt5677.h b/sound/soc/codecs/rt5677.h
index d4eb6d5..99fd023 100644
--- a/sound/soc/codecs/rt5677.h
+++ b/sound/soc/codecs/rt5677.h
@@ -13,6 +13,7 @@
 #define __RT5677_H__
 
 #include <sound/rt5677.h>
+#include <linux/gpio/driver.h>
 
 /* Info */
 #define RT5677_RESET				0x00
-- 
2.1.0.rc2.206.gedb03e5


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-10-07 19:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-03 21:37 [PATCH 1/3] ASoC: rt5677: Include gpio driver header Ben Zhang
2014-10-03 21:37 ` [PATCH 2/3] ASoC: rt5677: Add ACPI device probing Ben Zhang
2014-10-07 19:12   ` Mark Brown
2014-10-03 21:37 ` [PATCH 3/3] ASoC: rt5677: Add jack detection support Ben Zhang
2014-10-07 19:35   ` Mark Brown
2014-10-07 19:36 ` [PATCH 1/3] ASoC: rt5677: Include gpio driver header Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®