Merge branch 'topic/pcm-dma-fix' into topic/core-change

This commit is contained in:
Takashi Iwai
2009-12-01 15:58:15 +01:00
547 changed files with 8869 additions and 5031 deletions

View File

@@ -12,7 +12,7 @@
#define MAX_SIZE (256*1024)
unsigned char buf[MAX_SIZE];
int loadhex(FILE *inf, unsigned char *buf)
static int loadhex(FILE *inf, unsigned char *buf)
{
int l=0, c, i;