Lines Matching defs:card
93 int card, device, subdevice;
442 hw->card, hw->device,
449 hw->card, hw->device,
1271 * \param card the card number
1277 * This function works like snd_pcm_query_chmaps() but it takes the card,
1286 snd_pcm_query_chmaps_from_hw(int card, int dev, int subdev,
1296 ret = snd_ctl_hw_open(&ctl, NULL, card, 0);
1390 map = snd_pcm_query_chmaps_from_hw(hw->card, hw->device,
1432 ret = snd_ctl_hw_open(&ctl, NULL, hw->card, 0);
1479 ret = snd_ctl_hw_open(&ctl, NULL, hw->card, 0);
1507 int err = snd_card_get_name(hw->card, &name);
1509 SNDERR("cannot get card name");
1512 snd_output_printf(out, "Hardware PCM card %d '%s' device %d subdevice %d\n",
1513 hw->card, name, hw->device, hw->subdevice);
1698 hw->card = info.card;
1739 * \param card Number of card
1752 int card, int device, int subdevice,
1767 if ((ret = snd_ctl_hw_open(&ctl, NULL, card, 0)) < 0)
1781 sprintf(filename, filefmt, card, device);
1843 card INT/STR # Card name (string) or number (integer)
1883 long card = -1, device = 0, subdevice = -1;
1906 if (strcmp(id, "card") == 0) {
1910 card = err;
2041 if (card < 0) {
2042 SNDERR("card is not defined");
2051 err = snd_pcm_hw_open(pcmp, name, card, device, subdevice, stream,