File: alsa.h

package info (click to toggle)
moc 1%3A2.5.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,484 kB
  • ctags: 3,337
  • sloc: ansic: 31,948; sh: 11,039; cpp: 501; makefile: 282
file content (14 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef ALSA_H
#define ALSA_H

#ifdef __cplusplus
extern "C" {
#endif

void alsa_funcs (struct hw_funcs *funcs);

#ifdef __cplusplus
}
#endif

#endif