Searched refs:hp_detect (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dtumbler.c100 struct pmac_gpio hp_detect; member in struct:pmac_tumbler
942 if (mix->hp_detect.addr)
943 detect |= read_audio_gpio(&mix->hp_detect);
1266 val = do_gpio_read(&mix->hp_detect);
1267 do_gpio_write(&mix->hp_detect, val | 0x80);
1305 NULL, &mix->hp_detect, 0);
1308 NULL, &mix->hp_detect, 1);
1311 NULL, &mix->hp_detect, 1);
1341 tumbler_gpio_free(&mix->hp_detect);
1476 val = do_gpio_read(&mix->hp_detect);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_sigmatel.c203 unsigned int hp_detect: 1; member in struct:sigmatel_spec
1166 if (spec->hp_detect) {
2638 if (spec->hp_detect)
3131 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
3134 spec->hp_detect = 1;
3934 spec->hp_detect = 1;
4230 val = snd_hda_get_bool_hint(codec, "hp_detect");
4232 spec->hp_detect = val;
4286 if (spec->hp_detect) {
4371 if (!spec->hp_detect) {
[all...]
H A Dpatch_cirrus.c62 unsigned int hp_detect:1; member in struct:cs_spec
904 spec->hp_detect = 1;
910 if (spec->hp_detect)

Completed in 47 milliseconds