Home | History | Annotate | Download | only in libalsa-intf

Lines Matching refs:format

47 static int format = SNDRV_PCM_FORMAT_S16_LE;
61 {"format", 1, 0, 'F'},
103 param_set_mask(params, SNDRV_PCM_HW_PARAM_FORMAT, pcm->format);
237 pcm->format = format;
493 fprintf(stderr, "aplay: Playing '%s': format %s ch = %d\n",
494 fn, get_format_desc(format
535 fprintf(stderr, "Aplay:aplay: '%s' is not pcm format\n", fn);
554 fprintf(stderr, "aplay: Playing '%s':%s\n", fn, get_format_desc(format) );
579 "-F -- Format\n"
612 format = get_format(optarg);
631 "-F -- Format\n"
657 if (format == SNDRV_PCM_FORMAT_S16_LE)