Changeset 4505:5d510a0e583b in roaraudio for roard/caps.c


Ignore:
Timestamp:
10/13/10 03:26:10 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

moved stuff into external file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/caps.c

    r4504 r4505  
    2626#include "roard.h" 
    2727 
     28static uint32_t _g_caps_standards[] = { 
     29 0x11223344, 
     30 0x00000101, 
     31 0x01010008, 
     32 0x02098800, 
     33 0x03098807 
     34}; 
     35 
     36struct roar_stds g_caps_stds = { 
     37 .stds_len = sizeof(_g_caps_standards)/sizeof(*_g_caps_standards), 
     38 .stds     = _g_caps_standards 
     39}; 
     40 
    2841//ll 
Note: See TracChangeset for help on using the changeset viewer.