Lines Matching full:card
91 void play_samples(char *name, unsigned int card, unsigned int device,
129 int check_codec_format_supported(unsigned int card, unsigned int device, struct snd_codec *codec)
131 if (is_codec_supported(card, device, COMPRESS_IN, codec) == false) {
157 unsigned int card = 0, device = 0, frag = 0;
176 card = strtol(optarg, NULL, 10);
193 play_samples(file, card, device, buffer_size, frag);
199 void play_samples(char *name, unsigned int card, unsigned int device,
251 compress = compress_open(card, device, COMPRESS_IN, &config);
254 card, device);
283 printf("Playing file %s On Card %u device %u, with buffer of %lu bytes\n",
284 name, card, device, buffer_size);