mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Fixed DSP code output
This commit is contained in:
parent
f213f1b07b
commit
6586fe5636
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ int main( int argc, char *argv[] )
|
|||
/* write binary code */
|
||||
|
||||
|
||||
for (i = 0; i < ip; i++) {
|
||||
for (i = 0; i < ip * 2; i++) {
|
||||
val = __cpu_to_le32(dsp_code[i]);
|
||||
fwrite(&val,sizeof(u32),1,fp);
|
||||
//for (j = 3; j >= 0; j--)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue