File: sndio_out.h

package info (click to toggle)
moc 1%3A2.6.0~svn-r3005-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,656 kB
  • sloc: ansic: 31,749; sh: 929; cpp: 487; makefile: 240
file content (16 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef SNDIO_OUT_H
#define SNDIO_OUT_H

#include "audio.h"

#ifdef __cplusplus
extern "C" {
#endif

void sndio_funcs (struct hw_funcs *funcs);

#ifdef __cplusplus
}
#endif

#endif