Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 28762
Collapse All | Expand All

(-)emu10k1-v0.20a/utils/as10k1/as10k1.c (-27 / +26 lines)
Lines 39-71 Link Here
39
39
40
char version[]="As10k1 assembler version 1.0";
40
char version[]="As10k1 assembler version 1.0";
41
41
42
char help[]="
42
char help[]=
43
Usage: as10k1 [option...] asmfile
43
"Usage: as10k1 [option...] asmfile\n"
44
44
"\n"
45
The as10k1 assembler is for the emu10k1 dsp processor
45
"The as10k1 assembler is for the emu10k1 dsp processor\n"
46
found in Creative Lab's sblive series of sound cards.
46
"found in Creative Lab's sblive series of sound cards.\n"
47
47
"\n"
48
Author: Daniel Bertrand <d.bertrand@ieee.org>
48
"Author: Daniel Bertrand <d.bertrand@ieee.org>\n"
49
BUGS:   emu10k1-devel mailing list <emu10k1-devel@lists.sourceforge.net>
49
"BUGS:   emu10k1-devel mailing list <emu10k1-devel@lists.sourceforge.net>\n"
50
URLs:   members.home.com/d-bertrand, opensource.creative.com
50
"URLs:   members.home.com/d-bertrand, opensource.creative.com\n"
51
51
"\n"
52
Options:\n
52
"Options:\n\n"
53
     -l [listfile]         Specify a listing file, default is none.
53
"     -l [listfile]         Specify a listing file, default is none.\n"
54
     -o [binfile]          Specify an output file, default is based input,
54
"     -o [binfile]          Specify an output file, default is based input,\n"
55
                           Substituting .asm fo .bin
55
"                           Substituting .asm fo .bin\n"
56
     -d [dbg_options...]   Turn on debug messages.
56
"     -d [dbg_options...]   Turn on debug messages.\n"
57
            s              prints all symbols                
57
"            s              prints all symbols        \n"
58
            g              prints defined gprs
58
"            g              prints defined gprs\n"
59
            t              prints tram usage
59
"            t              prints tram usage\n"
60
            i              prints instructions
60
"            i              prints instructions\n"
61
61
"\n"
62
     -n                    no gpr declaration check 
62
"     -n                    no gpr declaration check \n"
63
     -h                    Prints this message  
63
"     -h                    Prints this message  \n"
64
     -v                    Prints version number. 
64
"     -v                    Prints version number. \n"
65
65
"\n"
66
This program is distributed under the GPL.
66
"This program is distributed under the GPL.\n"
67
67
"\n";
68
";
69
68
70
//  cli==Command-Line Interface && !Creative Labs Inc.
69
//  cli==Command-Line Interface && !Creative Labs Inc.
71
70
(-)emu10k1-v0.20a/utils/mixer/lib/debug.c (-15 / +14 lines)
Lines 10-16 Link Here
10
 * 
10
 * 
11
 *     This program is distributed in the hope that it will be useful, 
11
 *     This program is distributed in the hope that it will be useful, 
12
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of 
12
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of 
13
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
13
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 *     GNU General Public License for more details. 
14
 *     GNU General Public License for more details. 
15
 * 
15
 * 
16
 *     You should have received a copy of the GNU General Public 
16
 *     You should have received a copy of the GNU General Public 
Lines 360-379 Link Here
360
		else
360
		else
361
			k=i;
361
			k=i;
362
	}
362
	}
363
	printf("\
363
	printf(
364
Usage Summary:
364
"Usage Summary:\n"
365
--------
365
"--------\n"
366
Instructions : %d
366
"Instructions : %d\n"
367
GPRS:          %d (last used is %d)
367
"GPRS:          %d (last used is %d)\n"
368
368
"\n"
369
Tram
369
"Tram\n"
370
 Internal
370
" Internal\n"
371
   buffers:    %d
371
"   buffers:    %d\n"
372
   space  :    0x%06x
372
"   space  :    0x%06x\n"
373
 External
373
" External\n"
374
   buffers:    %d
374
"   buffers:    %d\n"
375
   space  :    0x%06x
375
"   space  :    0x%06x\n",
376
",
377
	       mgr->code_free_start/2, j,k,
376
	       mgr->code_free_start/2, j,k,
378
	       mgr->traml_ifree_start,  mgr->tramb_ifree_start,
377
	       mgr->traml_ifree_start,  mgr->tramb_ifree_start,
379
	       mgr->traml_efree_start,  mgr->tramb_efree_start);
378
	       mgr->traml_efree_start,  mgr->tramb_efree_start);
(-)emu10k1-v0.20a/utils/mixer/lib/dsp.c (-13 / +13 lines)
Lines 10-16 Link Here
10
 * 
10
 * 
11
 *     This program is distributed in the hope that it will be useful, 
11
 *     This program is distributed in the hope that it will be useful, 
12
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of 
12
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of 
13
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
13
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 *     GNU General Public License for more details. 
14
 *     GNU General Public License for more details. 
15
 * 
15
 * 
16
 *     You should have received a copy of the GNU General Public 
16
 *     You should have received a copy of the GNU General Public 
Lines 1403-1414 Link Here
1403
int dsp_print_in_name(struct dsp_patch_manager *mgr){
1403
int dsp_print_in_name(struct dsp_patch_manager *mgr){
1404
	int i;
1404
	int i;
1405
1405
1406
	printf("
1406
	printf(
1407
Available Inputs
1407
"Available Inputs\n"
1408
1408
"\n"
1409
Mono Name       Stereo Name      Address
1409
"Mono Name       Stereo Name      Address\n"
1410
---------       -----------      -------
1410
"---------       -----------      -------\n"
1411
");
1411
);
1412
	if(mgr->card_info.card_type==AUDIGY_CARD)
1412
	if(mgr->card_info.card_type==AUDIGY_CARD)
1413
		for(i=0;i<A_DSP_NUM_INPUTS;i++){
1413
		for(i=0;i<A_DSP_NUM_INPUTS;i++){
1414
			if(dsp_audigy_in_name[i][0]!='\0')
1414
			if(dsp_audigy_in_name[i][0]!='\0')
Lines 1425-1436 Link Here
1425
int dsp_print_out_name(struct dsp_patch_manager *mgr){
1425
int dsp_print_out_name(struct dsp_patch_manager *mgr){
1426
	int i;
1426
	int i;
1427
1427
1428
	printf("
1428
	printf(
1429
Available Outputs
1429
"Available Outputs\n"
1430
1430
"\n"
1431
Mono Name       Stereo Name      Address
1431
"Mono Name       Stereo Name      Address\n"
1432
---------       -----------      -------
1432
"---------       -----------      -------\n"
1433
");
1433
);
1434
	if(mgr->card_info.card_type==AUDIGY_CARD)
1434
	if(mgr->card_info.card_type==AUDIGY_CARD)
1435
		for(i=0;i<A_DSP_NUM_OUTPUTS;i++){
1435
		for(i=0;i<A_DSP_NUM_OUTPUTS;i++){
1436
			if(dsp_audigy_out_name[i][0]!='\0')
1436
			if(dsp_audigy_out_name[i][0]!='\0')

Return to bug 28762