Searched refs:exclusive (Results 1 – 25 of 26) sorted by relevance
12
/sound/core/seq/ |
D | seq_ports.c | 102 grp->exclusive = 0; in port_subs_info_init() 471 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 481 if (exclusive) { in check_and_subscribe_port() 485 if (grp->exclusive) in check_and_subscribe_port() 497 grp->exclusive = 0; in check_and_subscribe_port() 507 grp->exclusive = exclusive; in check_and_subscribe_port() 533 grp->exclusive = 0; in __delete_and_unsubscribe_port() 562 bool exclusive; in snd_seq_port_connect() local 574 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect() 577 exclusive, in snd_seq_port_connect() [all …]
|
D | seq_ports.h | 38 unsigned int exclusive: 1; /* exclusive mode */ member
|
D | seq_clientmgr.c | 2425 if (group->exclusive) in snd_seq_info_dump_subscribers()
|
/sound/pci/ac97/ |
D | ac97_pcm.c | 474 rpcm->exclusive = pcm->exclusive; in snd_ac97_pcm_assign() 488 if (pcm->exclusive) { in snd_ac97_pcm_assign() 507 if (pcm->exclusive) in snd_ac97_pcm_assign() 525 if (pcm->exclusive) in snd_ac97_pcm_assign()
|
/sound/pci/hda/ |
D | hda_hwdep.c | 108 hwdep->exclusive = 1; in snd_hda_create_hwdep()
|
/sound/synth/emux/ |
D | emux_hwdep.c | 129 hw->exclusive = 1; in snd_emux_init_hwdep()
|
/sound/firewire/bebob/ |
D | bebob_hwdep.c | 190 hwdep->exclusive = true; in snd_bebob_create_hwdep_device()
|
/sound/firewire/dice/ |
D | dice-hwdep.c | 186 hwdep->exclusive = true; in snd_dice_create_hwdep()
|
/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 184 hwdep->exclusive = true; in snd_oxfw_create_hwdep()
|
/sound/firewire/fireface/ |
D | ff-hwdep.c | 185 hwdep->exclusive = true; in snd_ff_create_hwdep_devices()
|
/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 195 hwdep->exclusive = true; in snd_dg00x_create_hwdep_device()
|
/sound/atmel/ |
D | ac97c.c | 543 .exclusive = 1, 552 .exclusive = 1, 561 .exclusive = 1,
|
/sound/arm/ |
D | aaci.c | 775 .exclusive = 1, 795 .exclusive = 1, 805 .exclusive = 1,
|
/sound/usb/usx2y/ |
D | usX2Yhwdep.c | 239 hw->exclusive = 1; in usx2y_hwdep_new()
|
D | usx2yhwdeppcm.c | 742 hw->exclusive = 1; in usx2y_hwdep_pcm_new()
|
/sound/firewire/tascam/ |
D | tascam-hwdep.c | 272 hwdep->exclusive = true; in snd_tscm_create_hwdep_device()
|
/sound/firewire/motu/ |
D | motu-hwdep.c | 297 hwdep->exclusive = true; in snd_motu_create_hwdep_device()
|
/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 326 hwdep->exclusive = true; in snd_efw_create_hwdep_device()
|
/sound/pci/ |
D | intel8x0.c | 1646 .exclusive = 1, 1666 .exclusive = 1, 1676 .exclusive = 1, 1684 .exclusive = 1, 1695 .exclusive = 1, 1705 .exclusive = 1,
|
D | atiixp.c | 1175 .exclusive = 1, 1189 .exclusive = 1, 1198 .exclusive = 1,
|
/sound/drivers/opl3/ |
D | opl3_lib.c | 497 hw->exclusive = 1; in snd_opl3_hwdep_new()
|
/sound/soc/intel/ |
D | Kconfig | 66 This option is mutually exclusive with the SOF support on
|
/sound/core/ |
D | hwdep.c | 97 if (hw->exclusive && hw->used > 0) { in snd_hwdep_open()
|
/sound/usb/line6/ |
D | driver.c | 680 hwdep->exclusive = true; in line6_hwdep_init()
|
/sound/soc/sof/ |
D | Kconfig | 106 This option is mutually exclusive with the Intel HDAudio support.
|
12