mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 13:51:34 +02:00
6ea7ec75d2
* adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc 2010 project, Thanks ! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23840 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
204 B
C
15 lines
204 B
C
|
|
struct vmmc_coder {
|
|
struct vmmc *vmmc;
|
|
unsigned int id;
|
|
|
|
struct vmmc_module module;
|
|
|
|
unsigned int enabled;
|
|
|
|
uint32_t cmd_cache[4];
|
|
uint32_t jitter_buffer_cache[3];
|
|
|
|
struct tapi_stream *stream;
|
|
};
|