source: GPL/trunk/include/linux/latency.h@ 477

Last change on this file since 477 was 305, checked in by Paul Smedley, 17 years ago

Update source to ALSA 1.0.16 level

File size: 704 bytes
Line 
1/* $Id: latency.h,v 1.1.1.1 2003/07/02 13:57:00 eleph Exp $ */
2
3#ifndef _LINUX_LATENCY_H
4#define _LINUX_LATENCY_H
5static inline void set_acceptable_latency(char *identifier, int usecs) {}
6static inline void modify_acceptable_latency(char *identifier, int usecs) {}
7static inline void remove_acceptable_latency(char *identifier) {}
8static inline void synchronize_acceptable_latency(void) {}
9static inline int system_latency_constraint(void) {return 0;}
10
11static inline int register_latency_notifier(struct notifier_block * nb) {return 0;}
12static inline int unregister_latency_notifier(struct notifier_block * nb) {return 0;}
13
14#define INFINITE_LATENCY 1000000
15
16#endif /* _LINUX_LATENCY_H */
Note: See TracBrowser for help on using the repository browser.