summaryrefslogtreecommitdiff
path: root/tstamping.h
blob: ccc642e32c20c75b8e722222003081aa11c5a9cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 */
d>space:mode:
authorStephen Barber <smbarber@chromium.org>2016-10-27 18:02:27 -0700
committerMark Brown <broonie@kernel.org>2016-10-28 18:04:26 +0100
commitd64b5bf5b10ad95fd4a2684e1fc39eb7b00d9d0c (patch)
treeab74c14da2f5bb1871a512a67326f77b140f5ec3 /Documentation/media/uapi/v4l
parent1001354ca34179f3db924eb66672442a173147dc (diff)
ASoC: da7219: Connect output enable register to DAIOUT
da7219 output (for headset capture) should be set to high-impedance when not in use, since it will otherwise interfere with output from other codecs attached to the same DAI. Signed-off-by: Stephen Barber <smbarber@chromium.org> Acked-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/media/uapi/v4l')