#ifndef TSTAMPING_H #define TSTAMPING_H #include "config.h" #ifdef HAVE_HARDWARE_TIMESTAMPING extern int set_sockopt_hwtimestamp(int sock, const char *dev); #else static inline int set_sockopt_hwtimestamp(int sock, const char *dev) { return -1; } #endif #endif /* TSTAMPING_H */ t.distanz.ch/cgit.cgi/linux/net-next.git/atom/Documentation/devicetree/bindings?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings
diff options
context:
space:
mode:
authorJohn Keeping <john@metanate.com>2016-08-24 22:06:35 +0100
committerMark Brown <broonie@kernel.org>2016-09-24 19:59:37 +0100
commit89128534f925711eea1653c264683b7d14a46530 (patch)
tree60478a877e4d449e20306011acc5f075c49657a2 /Documentation/devicetree/bindings
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ASoC: rt5677: Add ACPI support
The Chromebook Pixel 2015 uses this codec with the ACPI ID RT5677CE, but does not use the standard DT property names so add a new function to parse the codec properties from these ACPI properties. Also, the GPIOs are only available by index, so we need to register a mapping to allow machine drivers to access the GPIOs by name. Signed-off-by: John Keeping <john@metanate.com> Tested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')