Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 25 of 27) sorted by relevance

12

/sound/aoa/fabrics/
Dlayout.c47 int connected; member
120 .connected = CC_SPEAKERS | CC_HEADPHONE | CC_LINEOUT,
124 .connected = CC_DIGITALOUT,
128 .connected = CC_LINEIN,
137 .connected = CC_SPEAKERS | CC_LINEOUT |
142 .connected = CC_DIGITALOUT,
148 .connected = CC_LINEIN,
152 .connected = CC_MICROPHONE,
161 .connected = CC_SPEAKERS | CC_LINEOUT | CC_HEADPHONE,
165 .connected = CC_DIGITALOUT,
[all …]
/sound/virtio/
Dvirtio_jack.c38 bool connected; member
163 vjack->connected = info[i].connected; in virtsnd_jack_parse_cfg()
198 vjack->connected ? vjack->type : 0); in virtsnd_jack_build_devs()
223 vjack->connected = true; in virtsnd_jack_event()
226 vjack->connected = false; in virtsnd_jack_event()
232 snd_jack_report(vjack->jack, vjack->connected ? vjack->type : 0); in virtsnd_jack_event()
/sound/firewire/
Dcmp.c143 c->connected = false; in cmp_connection_init()
182 WARN_ON(c->connected); in cmp_connection_destroy()
309 if (WARN_ON(c->connected)) { in cmp_connection_establish()
328 c->connected = true; in cmp_connection_establish()
352 if (!c->connected) { in cmp_connection_update()
376 c->connected = false; in cmp_connection_update()
402 if (!c->connected) { in cmp_connection_break()
411 c->connected = false; in cmp_connection_break()
Dcmp.h29 bool connected; member
/sound/aoa/codecs/
Donyx.c891 if ((onyx->codec.connected & 0xF) == 0) in onyx_init_codec()
895 if ((onyx->codec.connected & 0xC) == 0) { in onyx_init_codec()
906 if ((onyx->codec.connected & 3) == 0) { in onyx_init_codec()
939 if ((onyx->codec.connected & 0xC) == 0xC) in onyx_init_codec()
941 else if (onyx->codec.connected & 4) in onyx_init_codec()
945 if (onyx->codec.connected & 0xC) in onyx_init_codec()
950 if (onyx->codec.connected & 1) { in onyx_init_codec()
959 if (onyx->codec.connected & 2) { in onyx_init_codec()
963 if ((onyx->codec.connected & 3) == 3) in onyx_init_codec()
966 if ((onyx->codec.connected & 3) == 2) { in onyx_init_codec()
Dtoonie.c90 if (toonie->codec.connected != 1) in toonie_init_codec()
/sound/x86/
Dintel_hdmi_audio.c220 if (!ctx->connected) in had_read_register()
228 if (ctx->connected) in had_write_register()
261 if (!ctx->connected) in had_ack_irqs()
991 if (!intelhaddata->connected) { in had_process_buffer_done()
1035 if (!intelhaddata->connected) in had_pcm_sync_stop()
1244 if (!intelhaddata->connected) in had_pcm_pointer()
1327 if (intelhaddata->connected) { in had_process_hot_plug()
1336 intelhaddata->connected = true; in had_process_hot_plug()
1360 if (!intelhaddata->connected) { in had_process_hot_unplug()
1370 intelhaddata->connected = false; in had_process_hot_unplug()
Dintel_hdmi_audio.h104 bool connected; member
/sound/aoa/
Daoa.h49 u32 connected; member
/sound/soc/ti/
Domap-twl4030.c140 int connected, char *pin) in twl4030_disconnect_pin() argument
142 if (!connected) in twl4030_disconnect_pin()
DKconfig140 connected to a handset and a speakerphone found on Amstrad E3 (Delta)
/sound/pcmcia/
DKconfig9 Support for sound devices connected via the PCMCIA bus.
/sound/soc/
Dsoc-dapm.c54 int (*connected)(struct snd_soc_dapm_widget *source,
1219 if ((widget->is_ep & SND_SOC_DAPM_DIR_TO_EP(dir)) && widget->connected) { in is_connected_ep()
1467 if (path->connected && in dapm_supply_check_power()
1468 !path->connected(path->source, path->sink)) in dapm_supply_check_power()
1480 return w->connected; in dapm_always_on_check_power()
2148 if (p->connected && !p->connected(p->source, p->sink)) in dapm_widget_power_read_file()
2581 if (w->connected != status) { in __snd_soc_dapm_set_pin()
2588 w->connected = status; in __snd_soc_dapm_set_pin()
2830 int (*connected)(struct snd_soc_dapm_widget *source, in snd_soc_dapm_add_path()
2845 if (connected && !wsource->is_supply) { in snd_soc_dapm_add_path()
[all …]
/sound/spi/
DKconfig9 Support for sound devices connected via the SPI bus.
/sound/pci/mixart/
Dmixart.h36 unsigned char connected; member
/sound/soc/samsung/
Daries_wm8994.c48 unsigned long connected, void *_cmd) in aries_extcon_notifier() argument
50 if (connected) in aries_extcon_notifier()
DKconfig223 which has a WM8994 codec connected to a BT codec, a cellular
/sound/soc/intel/atom/
Dsst-atom-controls.c1340 if (p->connected && !p->connected(w, p->sink)) in sst_send_pipe_gains()
1359 if (p->connected && !p->connected(w, p->source)) in sst_send_pipe_gains()
/sound/usb/
DKconfig9 Support for sound devices connected via the USB bus.
/sound/soc/codecs/
DKconfig947 connected via soundwire.
983 Select this if your PCM1789 is connected via an I2C bus.
994 Select this if your PCM179x is connected via an I2C bus.
1002 Select this if your PCM179x is connected via an SPI bus.
/sound/drivers/
DKconfig134 connected to the parallel port, say Y here and make sure that
/sound/pci/
DKconfig9 Support for sound devices connected via the PCI bus.
554 keypresses for the volume buttons connected to the es1968 chip.
729 keypresses for the volume buttons connected to the maestro3 chip.
/sound/soc/fsl/
DKconfig280 Say Y if you want to add support for the ES8328 audio codec connected
/sound/isa/
DKconfig28 Support for sound devices connected via the ISA bus.
/sound/soc/intel/boards/
DKconfig607 Add support for Intel SoundWire-based platforms connected to

12