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
|
---|
5 | static inline void set_acceptable_latency(char *identifier, int usecs) {}
|
---|
6 | static inline void modify_acceptable_latency(char *identifier, int usecs) {}
|
---|
7 | static inline void remove_acceptable_latency(char *identifier) {}
|
---|
8 | static inline void synchronize_acceptable_latency(void) {}
|
---|
9 | static inline int system_latency_constraint(void) {return 0;}
|
---|
10 |
|
---|
11 | static inline int register_latency_notifier(struct notifier_block * nb) {return 0;}
|
---|
12 | static 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.