Home | History | Annotate | Download | only in taudio

Lines Matching refs:optarg

37             if (optarg)
38 output = atoi(optarg);
43 if (optarg)
44 input = atoi(optarg);
49 if (optarg)
50 volume = atoi(optarg);
55 in_rate = atoi(optarg);
58 in_channels = atoi(optarg);
61 if (optarg)
62 in_volume = atoi(optarg);
67 use_dma = atoi(optarg);
70 record = atoi(optarg);