Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ctpcm.h
Go to the documentation of this file.
1 
18 #ifndef CTPCM_H
19 #define CTPCM_H
20 
21 #include "ctatc.h"
22 
23 int ct_alsa_pcm_create(struct ct_atc *atc,
24  enum CTALSADEVS device,
25  const char *device_name);
26 
27 #endif /* CTPCM_H */