HomeSort by: relevance | last modified time | path
    Searched defs:audio_gpio (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
snapper.c 2095 char name[64], audio_gpio[64], sid[64]; local in function:snapper_init
2100 memset(audio_gpio, 0, sizeof audio_gpio);
2103 OF_getprop(gpio, "audio-gpio", audio_gpio, sizeof audio_gpio);
2115 DPRINTF(" 0x%x %s %s %08x\n", gpio, name, audio_gpio, addr);
2118 if (strcmp(audio_gpio, "headphone-mute") == 0 ||
2129 if (strcmp(audio_gpio, "amp-mute") == 0 ||
2140 if (strcmp(audio_gpio, "headphone-detect") == 0 ||
2150 if (strcmp(audio_gpio, "lineout-mute") == 0 |
    [all...]
snapper.c 2095 char name[64], audio_gpio[64], sid[64]; local in function:snapper_init
2100 memset(audio_gpio, 0, sizeof audio_gpio);
2103 OF_getprop(gpio, "audio-gpio", audio_gpio, sizeof audio_gpio);
2115 DPRINTF(" 0x%x %s %s %08x\n", gpio, name, audio_gpio, addr);
2118 if (strcmp(audio_gpio, "headphone-mute") == 0 ||
2129 if (strcmp(audio_gpio, "amp-mute") == 0 ||
2140 if (strcmp(audio_gpio, "headphone-detect") == 0 ||
2150 if (strcmp(audio_gpio, "lineout-mute") == 0 |
    [all...]

Completed in 56 milliseconds