[Isisalsa-devel] isis sam9707.c,1.1,1.2
Status: Inactive
Brought to you by:
jeanseb
|
From: Jean-Sébastien V. <je...@us...> - 2005-10-25 06:40:33
|
Update of /cvsroot/isisalsa/isis In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26250 Modified Files: sam9707.c Log Message: test for felipe. I think i got the symbol problem. Index: sam9707.c =================================================================== RCS file: /cvsroot/isisalsa/isis/sam9707.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sam9707.c 6 Jul 2005 18:38:04 -0000 1.1 --- sam9707.c 25 Oct 2005 06:40:23 -0000 1.2 *************** *** 829,833 **** // not that much of a problem since speeds up to 48000Hz can be played unsigned int rate=runtime->rate; ! rate = (unsigned int)(((float)rate) * 0.6667); /* send the command*/ --- 829,833 ---- // not that much of a problem since speeds up to 48000Hz can be played unsigned int rate=runtime->rate; ! //rate = (unsigned int)(((float)rate) * 0.6667); /* send the command*/ *************** *** 854,858 **** // not that much of a problem since speeds up to 48000Hz can be played unsigned int rate=runtime->rate; ! rate = (unsigned int)(((float)rate) * 0.6667); /* send the command*/ // TODO setup an open for read ! --- 854,858 ---- // not that much of a problem since speeds up to 48000Hz can be played unsigned int rate=runtime->rate; ! //rate = (unsigned int)(((float)rate) * 0.6667); /* send the command*/ // TODO setup an open for read ! |