#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 */ /soc/intel/boards/broadwell.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sound/soc/intel/boards/broadwell.c
n>
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
Diffstat (limited to 'sound/pci/nm256')