Searched refs:detected (Results 1 – 6 of 6) sorted by relevance
/sound/aoa/fabrics/ |
D | layout.c | 855 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/ |
D | keywest.c | 74 list_add_tail(&keywest_ctx->client->detected, in keywest_attach_adapter()
|
/sound/pci/ |
D | atiixp_modem.c | 1024 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()
|
D | atiixp.c | 1358 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/ |
D | Kconfig | 73 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/ |
D | echoaudio.c | 1756 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()
|