| /sound/aoa/fabrics/ |
| A D | layout.c | 48 int connected; member 129 .connected = CC_LINEIN, 149 .connected = CC_LINEIN, 170 .connected = CC_LINEIN, 183 .connected = CC_LINEIN, 213 .connected = CC_LINEIN, 226 .connected = CC_LINEIN, 246 .connected = CC_DIGITALIN, 808 codec->connected = 0; in check_codec() 811 while (cc->connected) { in check_codec() [all …]
|
| /sound/virtio/ |
| A D | virtio_jack.c | 38 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/soc/generic/ |
| A D | audio-graph-card2-custom-sample1.dtsi | 196 …mcpu_B1_ep: endpoint@1 { reg = <1>; remote-endpoint = <&mcodec_B3_ep>; }; /* (1) connected Codec… 203 …mcpu_B2_0_ep: endpoint@1 { reg = <1>; remote-endpoint = <&mcodec_B4_ep>; }; /* (2) connected Codec… 204 …mcpu_B2_1_ep: endpoint@2 { reg = <2>; remote-endpoint = <&mcodec_B5_ep>; }; /* (2) connected Codec… 232 … mcodec_B3_ep: endpoint@1 { reg = <1>; remote-endpoint = <&mcpu_B1_ep>; }; /* (3) connected CPU */ 239 … mcodec_B4_ep: endpoint@1 { reg = <1>; remote-endpoint = <&mcpu_B2_0_ep>;}; /* (4) connected CPU */ 246 … mcodec_B5_ep: endpoint@1 { reg = <1>; remote-endpoint = <&mcpu_B2_1_ep>;}; /* (5) connected CPU */ 274 …mcpu_C1_ep: endpoint@1 { reg = <1>; remote-endpoint = <&mcodec_C4_ep>; }; /* (1) connected Codec */ 281 …mcpu_C2_ep: endpoint@1 { reg = <1>; remote-endpoint = <&mcodec_C5_0_ep>; }; /* (2) connected Codec… 316 … mcodec_C4_ep: endpoint@1 { reg = <1>; remote-endpoint = <&mcpu_C1_ep>; }; /* (4) connected CPU */ 323 …mcodec_C5_0_ep: endpoint@1 { reg = <1>; remote-endpoint = <&mcpu_C2_ep>; }; /* (5) connected CPU */ [all …]
|
| /sound/firewire/ |
| A D | cmp.c | 143 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() 355 if (!c->connected) { in cmp_connection_break() 364 c->connected = false; in cmp_connection_break()
|
| A D | cmp.h | 29 bool connected; member
|
| /sound/aoa/codecs/ |
| A D | onyx.c | 892 if ((onyx->codec.connected & 0xF) == 0) in onyx_init_codec() 896 if ((onyx->codec.connected & 0xC) == 0) { in onyx_init_codec() 907 if ((onyx->codec.connected & 3) == 0) { in onyx_init_codec() 940 if ((onyx->codec.connected & 0xC) == 0xC) in onyx_init_codec() 942 else if (onyx->codec.connected & 4) in onyx_init_codec() 946 if (onyx->codec.connected & 0xC) in onyx_init_codec() 951 if (onyx->codec.connected & 1) { in onyx_init_codec() 960 if (onyx->codec.connected & 2) { in onyx_init_codec() 964 if ((onyx->codec.connected & 3) == 3) in onyx_init_codec() 967 if ((onyx->codec.connected & 3) == 2) { in onyx_init_codec()
|
| A D | toonie.c | 90 if (toonie->codec.connected != 1) in toonie_init_codec()
|
| /sound/x86/ |
| A D | intel_hdmi_audio.c | 224 if (!ctx->connected) in had_read_register() 232 if (ctx->connected) in had_write_register() 265 if (!ctx->connected) in had_ack_irqs() 995 if (!intelhaddata->connected) { in had_process_buffer_done() 1039 if (!intelhaddata->connected) in had_pcm_sync_stop() 1248 if (!intelhaddata->connected) in had_pcm_pointer() 1318 if (intelhaddata->connected) { in had_process_hot_plug() 1327 intelhaddata->connected = true; in had_process_hot_plug() 1351 if (!intelhaddata->connected) { in had_process_hot_unplug() 1361 intelhaddata->connected = false; in had_process_hot_unplug()
|
| A D | intel_hdmi_audio.h | 104 bool connected; member
|
| /sound/aoa/ |
| A D | aoa.h | 48 u32 connected; member
|
| /sound/soc/ti/ |
| A D | omap-twl4030.c | 137 int connected, char *pin) in twl4030_disconnect_pin() argument 139 if (!connected) in twl4030_disconnect_pin()
|
| A D | Kconfig | 134 connected to a handset and a speakerphone found on Amstrad E3 (Delta)
|
| /sound/pcmcia/ |
| A D | Kconfig | 10 Support for sound devices connected via the PCMCIA bus.
|
| /sound/soc/ |
| A D | soc-dapm.c | 597 path->connected = connected; in snd_soc_dapm_add_path() 1660 if (path->connected && in dapm_supply_check_power() 1673 return w->connected; in dapm_always_on_check_power() 2382 if (p->connected && !p->connected(p->source, p->sink)) in dapm_widget_power_read_file() 2837 if (w->connected != status) { in __snd_soc_dapm_set_pin() 2844 w->connected = status; in __snd_soc_dapm_set_pin() 3073 route->connected); in snd_soc_dapm_add_route() 3768 w->connected = 1; in snd_soc_dapm_new_control_unlocked() 4604 if (!w->connected) { in snd_soc_dapm_force_enable_pin_unlocked() 4611 w->connected = 1; in snd_soc_dapm_force_enable_pin_unlocked() [all …]
|
| /sound/spi/ |
| A D | Kconfig | 9 Support for sound devices connected via the SPI bus.
|
| /sound/soc/qcom/qdsp6/ |
| A D | q6usb.c | 237 struct snd_soc_usb_device *sdev, bool connected) in q6usb_alsa_connection_cb() argument 247 if (connected) { in q6usb_alsa_connection_cb()
|
| A D | topology.c | 1129 bool connected; in audioreach_get_audio_mixer() local 1131 connected = audioreach_is_vmixer_connected(data, scontrol, dapm_scontrol); in audioreach_get_audio_mixer() 1132 if (connected) in audioreach_get_audio_mixer()
|
| /sound/pci/mixart/ |
| A D | mixart.h | 36 unsigned char connected; member
|
| /sound/soc/amd/ |
| A D | Kconfig | 114 DMIC can be connected directly to ACP IP. 185 DMIC can be connected directly to ACP IP.
|
| /sound/soc/samsung/ |
| A D | aries_wm8994.c | 46 unsigned long connected, void *_cmd) in aries_extcon_notifier() argument 48 if (connected) in aries_extcon_notifier()
|
| A D | Kconfig | 137 which has a WM8994 codec connected to a BT codec, a cellular
|
| /sound/hda/codecs/hdmi/ |
| A D | Kconfig | 50 any connected external receiver. This allows to avoid gaps
|
| /sound/soc/intel/atom/ |
| A D | sst-atom-controls.c | 1338 if (p->connected && !p->connected(w, p->sink)) in sst_send_pipe_gains() 1354 if (p->connected && !p->connected(w, p->source)) in sst_send_pipe_gains()
|
| /sound/usb/ |
| A D | Kconfig | 9 Support for sound devices connected via the USB bus.
|
| /sound/soc/codecs/ |
| A D | Kconfig | 1230 bus on which the framer is connected to transport the audio data. 1384 connected via soundwire. 1438 Select this if your PCM1789 is connected via an I2C bus. 1449 Select this if your PCM179x is connected via an I2C bus. 1457 Select this if your PCM179x is connected via an SPI bus. 1937 If you are using a system with an SMA1307 amplifier connected 2278 like SC7280 or QCM6490 chipsets, and it connected
|