/third_party/alsa-lib/src/conf/cards/ |
D | aliases.conf | 5 YMF724 cards.YMF744 6 YMF724F cards.YMF744 7 YMF740 cards.YMF744 8 YMF740C cards.YMF744 9 YMF754 cards.YMF744 10 CMIPCI cards.CMI8338 11 CMI8738 cards.CMI8338 12 CMI8738-SWIEC cards.CMI8338-SWIEC 13 CMI8738-MC4 cards.CMI8738-MC6 14 'E-mu APS' cards.EMU10K1 [all …]
|
D | Loopback.conf | 73 Loopback.pcm.surround40.0 cards.Loopback.pcm.front.0 74 Loopback.pcm.surround51.0 cards.Loopback.pcm.front.0 75 Loopback.pcm.surround71.0 cards.Loopback.pcm.front.0
|
D | SB-XFi.conf | 63 SB-XFi.pcm.surround40.0 cards.SB-XFi.pcm.front.0 64 SB-XFi.pcm.surround51.0 cards.SB-XFi.pcm.front.0 65 SB-XFi.pcm.surround71.0 cards.SB-XFi.pcm.front.0
|
D | Makefile.am | 2 alsadir = $(alsaconfigdir)/cards 70 SI7018dir = $(alsaconfigdir)/cards/SI7018
|
D | HDA-Intel.conf | 81 HDA-Intel.pcm.surround40.0 cards.HDA-Intel.pcm.front.0 82 HDA-Intel.pcm.surround51.0 cards.HDA-Intel.pcm.front.0 83 HDA-Intel.pcm.surround71.0 cards.HDA-Intel.pcm.front.0
|
/third_party/alsa-lib/src/conf/ |
D | BUILD.gn | 188 ohos_prebuilt_etc("alsa-lib-prebuilt-cards/AU8820.conf") { 189 source = "cards/AU8820.conf" 191 relative_install_dir = "audio/alsa/share/cards" 195 alsa_lib_prebuilt_all += [ ":alsa-lib-prebuilt-cards/AU8820.conf" ] 197 ohos_prebuilt_etc("alsa-lib-prebuilt-cards/FireWave.conf") { 198 source = "cards/FireWave.conf" 200 relative_install_dir = "audio/alsa/share/cards" 204 alsa_lib_prebuilt_all += [ ":alsa-lib-prebuilt-cards/FireWave.conf" ] 206 ohos_prebuilt_etc("alsa-lib-prebuilt-cards/ENS1371.conf") { 207 source = "cards/ENS1371.conf" [all …]
|
D | alsa.conf | 36 cards.@hooks [ 347 pcm.cards cards.pcm 349 pcm.default cards.pcm.default 350 pcm.sysdefault cards.pcm.default 351 pcm.front cards.pcm.front 352 pcm.rear cards.pcm.rear 353 pcm.center_lfe cards.pcm.center_lfe 354 pcm.side cards.pcm.side 355 pcm.surround21 cards.pcm.surround21 356 pcm.surround40 cards.pcm.surround40 [all …]
|
D | Makefile.am | 1 SUBDIRS=cards ctl pcm subdir
|
/third_party/alsa-utils/alsactl/ |
D | daemon.c | 90 static void add_card(struct card ***cards, int *count, const char *cardname) in add_card() argument 100 if ((*cards)[i] == NULL) { in add_card() 103 if ((*cards)[i]->index == index) in add_card() 126 (*cards)[findex] = card; in add_card() 128 cc = realloc(*cards, sizeof(void *) * (*count + 1)); in add_card() 135 *cards = cc; in add_card() 139 static void add_cards(struct card ***cards, int *count) in add_cards() argument 151 add_card(cards, count, cardname); in add_cards() 365 struct card **cards = NULL; in state_daemon() local 383 add_card(&cards, &count, cardname); in state_daemon() [all …]
|
/third_party/pulseaudio/src/utils/ |
D | pa-info | 25 local cards=() 27 [[ $line =~ $re ]] && cards+="${BASH_REMATCH[1]} " 29 echo $cards 32 local cards=($(cards_get))
|
/third_party/alsa-utils/alsamixer/ |
D | card_select.c | 158 static void create_list_items(int cards) in create_list_items() argument 165 items = ccalloc(cards + 1, sizeof(ITEM*)); in create_list_items() 179 assert(i == cards); in create_list_items() 184 int cards; in create_card_select_list() local 186 cards = get_cards(); in create_card_select_list() 187 create_list_items(cards); in create_card_select_list()
|
/third_party/spirv-tools/docs/ |
D | projects.md | 26 A project and its cards are used as a [Kanban 27 board](https://en.wikipedia.org/wiki/Kanban_board), where cards progress 31 They manage the creation and movement of cards 33 * They create cards to capture ideas, or to decompose large ideas into smaller 39 Our projects organize cards into the following columns: 65 We are considering prioritizing cards in the `Ideas` and `Ready to start` 82 implementable cards.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/docs/ |
D | projects.md | 26 A project and its cards are used as a [Kanban 27 board](https://en.wikipedia.org/wiki/Kanban_board), where cards progress 31 They manage the creation and movement of cards 33 * They create cards to capture ideas, or to decompose large ideas into smaller 39 Our projects organize cards into the following columns: 65 We are considering prioritizing cards in the `Ideas` and `Ready to start` 82 implementable cards.
|
/third_party/skia/third_party/externals/spirv-tools/docs/ |
D | projects.md | 26 A project and its cards are used as a [Kanban 27 board](https://en.wikipedia.org/wiki/Kanban_board), where cards progress 31 They manage the creation and movement of cards 33 * They create cards to capture ideas, or to decompose large ideas into smaller 39 Our projects organize cards into the following columns: 65 We are considering prioritizing cards in the `Ideas` and `Ready to start` 82 implementable cards.
|
/third_party/json/tests/src/ |
D | unit-conversions.cpp | 1504 enum class cards {kreuz, pik, herz, karo}; enum 1507 NLOHMANN_JSON_SERIALIZE_ENUM(cards, 1509 {cards::kreuz, "kreuz"}, 1510 {cards::pik, "pik"}, 1511 {cards::pik, "puk"}, // second entry for cards::puk; will not be used 1512 {cards::herz, "herz"}, 1513 {cards::karo, "karo"} 1538 CHECK(json(cards::kreuz) == "kreuz"); 1539 CHECK(json(cards::pik) == "pik"); 1540 CHECK(json(cards::herz) == "herz"); [all …]
|
/third_party/alsa-utils/alsaconf/po/ |
D | ru.po | 33 " -l|--legacy check only legacy non-isapnp cards\n" 161 msgid "Searching sound cards" 244 " Probing legacy ISA cards might make\n" 271 " Probing legacy ISA cards\n" 292 msgid "Probing legacy cards.. This may take a few minutes.." 308 msgid "No legacy cards found" 366 " Would you like to probe legacy ISA sound cards/chips?\n"
|
D | ja.po | 29 " -l|--legacy check only legacy non-isapnp cards\n" 154 msgid "Searching sound cards" 234 " Probing legacy ISA cards might make\n" 261 " Probing legacy ISA cards\n" 282 msgid "Probing legacy cards.. This may take a few minutes.." 298 msgid "No legacy cards found" 356 " Would you like to probe legacy ISA sound cards/chips?\n"
|
D | eu.po | 31 " -l|--legacy check only legacy non-isapnp cards\n" 168 msgid "Searching sound cards" 252 " Probing legacy ISA cards might make\n" 279 " Probing legacy ISA cards\n" 300 msgid "Probing legacy cards.. This may take a few minutes.." 316 msgid "No legacy cards found" 374 " Would you like to probe legacy ISA sound cards/chips?\n"
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluetooth-policy.c | 256 static void switch_profile_all(pa_idxset *cards, bool revert_to_a2dp, void *userdata) { in switch_profile_all() argument 260 PA_IDXSET_FOREACH(card, cards, idx) in switch_profile_all() 272 switch_profile_all(c->cards, false, userdata); in source_output_put_hook_callback() 288 switch_profile_all(c->cards, true, userdata); in source_output_unlink_hook_callback() 398 PA_IDXSET_FOREACH(card, core->cards, state) { in handle_all_profiles()
|
D | backend-ofono.c | 80 pa_hashmap *cards; member 431 pa_hashmap_put(backend->cards, card->path, card); in hf_audio_agent_card_found() 447 card = pa_hashmap_remove(backend->cards, path); in hf_audio_agent_card_removed() 507 pa_hashmap_remove_all(backend->cards); in ofono_bus_id_destroy() 701 card = pa_hashmap_get(backend->cards, path); in hf_audio_agent_new_connection() 778 …backend->cards = pa_hashmap_new_full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, NU… in pa_bluetooth_ofono_backend_new() 839 pa_hashmap_free(backend->cards); in pa_bluetooth_ofono_backend_free()
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | VTF.md | 23 cards (unless we end up using software vertex processing). 63 * ATI R500 (on Google Code) cards do not support VTF (even though they are 68 * NVIDIA cards fall into two camps: 75 * unsure what they do on these cards under OpenGL. Need to do more
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-core.c | 97 pa_hashmap *cards; member 604 const char **cards; in get_cards() local 612 *n = pa_hashmap_size(c->cards); in get_cards() 617 cards = pa_xnew(const char *, *n); in get_cards() 619 PA_HASHMAP_FOREACH(card, c->cards, state) in get_cards() 620 cards[i++] = pa_dbusiface_card_get_path(card); in get_cards() 622 return cards; in get_cards() 627 const char **cards; in handle_get_cards() local 634 cards = get_cards(c, &n); in handle_get_cards() 636 pa_dbus_send_basic_array_variant_reply(conn, msg, DBUS_TYPE_OBJECT_PATH, cards, n); in handle_get_cards() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Schedule.td | 9 // R600 has a VLIW architecture. On pre-cayman cards there are 5 instruction 10 // slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman cards, the TRANS
|
/third_party/alsa-utils/alsaconf/ |
D | alsaconf.in | 659 CARDID_DB=/var/tmp/alsaconf.cards 1303 msg=$(gettext " Probing legacy ISA cards 1320 xecho "Probing legacy cards.. This may take a few minutes.." 1323 for card in $cards; do 1334 msg=$(gettext "No legacy cards found") 1441 Would you like to probe legacy ISA sound cards/chips?
|
/third_party/pulseaudio/shell-completion/bash/ |
D | pactl | 6 done < <(pactl list cards short 2> /dev/null) 40 pactl list cards 2> /dev/null | awk -- \ 60 pactl list cards 2> /dev/null | awk -- \ 261 local commands=(exit help list-modules list-cards list-sinks list-sources list-clients
|