Searched refs:detected (Results 1 – 6 of 6) sorted by relevance
/sound/aoa/fabrics/ |
D | layout.c | 849 struct snd_kcontrol *detected, *c; in layout_notify() local 855 detected = ldev->headphone_detected_ctrl; in layout_notify() 864 detected = ldev->lineout_detected_ctrl; in layout_notify() 874 if (detected) in layout_notify() 875 snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE, &detected->id); in layout_notify()
|
/sound/ppc/ |
D | keywest.c | 84 list_add_tail(&keywest_ctx->client->detected, in keywest_attach_adapter()
|
/sound/pci/ |
D | atiixp_modem.c | 1045 unsigned int detected; in snd_atiixp_interrupt() local 1046 detected = status & CODEC_CHECK_BITS; in snd_atiixp_interrupt() 1048 chip->codec_not_ready_bits |= detected; in snd_atiixp_interrupt() 1049 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */ in snd_atiixp_interrupt()
|
D | atiixp.c | 1374 unsigned int detected; in snd_atiixp_interrupt() local 1375 detected = status & CODEC_CHECK_BITS; in snd_atiixp_interrupt() 1377 chip->codec_not_ready_bits |= detected; in snd_atiixp_interrupt() 1378 atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */ in snd_atiixp_interrupt()
|
/sound/pci/echoaudio/ |
D | echoaudio.c | 1782 int detected, clocks, bit, src; in snd_echo_channels_info_get() local 1792 detected = detect_input_clocks(chip); in snd_echo_channels_info_get() 1796 if (detected & (1 << bit)) in snd_echo_channels_info_get()
|
/sound/oss/ |
D | CHANGELOG | 118 - fixed some compile warnings detected by gcc/g++ -Wall
|