Lines Matching defs:card
238 if (data->card)
239 pa_proplist_update(data->proplist, PA_UPDATE_MERGE, data->card->proplist);
241 pa_device_init_description(data->proplist, data->card);
269 s->card = data->card;
362 if (s->card)
363 pa_assert_se(pa_idxset_put(s->card->sinks, s, NULL) >= 0);
382 source_data.card = data->card;
780 if (s->card)
781 pa_idxset_remove_by_data(s->card->sinks, s, NULL);
1601 /* The returned value is supposed to be in the time domain of the sound card! */
1634 /* The returned value is supposed to be in the time domain of the sound card! */
3577 t = "audio-card";
3598 bool pa_device_init_description(pa_proplist *p, pa_card *card) {
3605 if (card)
3606 if ((s = pa_proplist_gets(card->proplist, PA_PROP_DEVICE_DESCRIPTION)))