Home
last modified time | relevance | path

Searched refs:detected (Results 1 – 6 of 6) sorted by relevance

/sound/aoa/fabrics/
Dlayout.c855 struct snd_kcontrol *detected, *c; in layout_notify() local
861 detected = ldev->headphone_detected_ctrl; in layout_notify()
870 detected = ldev->lineout_detected_ctrl; in layout_notify()
880 if (detected) in layout_notify()
881 snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE, &detected->id); in layout_notify()
/sound/ppc/
Dkeywest.c74 list_add_tail(&keywest_ctx->client->detected, in keywest_attach_adapter()
/sound/pci/
Datiixp_modem.c1024 unsigned int detected; in snd_atiixp_interrupt() local
1025 detected = status & CODEC_CHECK_BITS; in snd_atiixp_interrupt()
1027 chip->codec_not_ready_bits |= detected; in snd_atiixp_interrupt()
1028 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */ in snd_atiixp_interrupt()
Datiixp.c1358 unsigned int detected; in snd_atiixp_interrupt() local
1359 detected = status & CODEC_CHECK_BITS; in snd_atiixp_interrupt()
1361 chip->codec_not_ready_bits |= detected; in snd_atiixp_interrupt()
1362 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */ in snd_atiixp_interrupt()
/sound/soc/sof/
DKconfig73 option if no known codec is detected. This is typically only
114 though there is a codec detected on the real platform. This is
/sound/pci/echoaudio/
Dechoaudio.c1756 int detected, clocks, bit, src; in snd_echo_channels_info_get() local
1766 detected = detect_input_clocks(chip); in snd_echo_channels_info_get()
1770 if (detected & (1 << bit)) in snd_echo_channels_info_get()