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

  /src/sys/dev/
spkr.c 177 * sustain indicates the number of subsequent dots that extend the sound
185 int sound; local
214 sound = total - silence;
219 note, sound, silence);
222 if (sound != 0)
223 (*sc->sc_tone)(sc->sc_dev, pitchtab[note], sound); local
417 * If the pitch is zero, it halts all sound if any (for compatibility
418 * with the past confused specifications, but there should be no sound at
  /src/sys/arch/atari/dev/
kbd.c 597 static uint8_t sound[] = { variable
608 for (i = 0; i < sizeof(sound); i++) {
610 YM2149->sd_wdat = sound[i];
628 tmp = sound[11] | (sound[12] << 8);
631 tmp = sound[0] | (sound[1] << 8);
650 sound[ 0] = f & 0xff;
651 sound[ 1] = (f >> 8) & 0xf;
653 sound[ 2] = f & 0xff
    [all...]
  /src/sys/arch/macppc/dev/
snapper.c 774 int codec_node, soundbus, sound, ok, deqnode = 0; local
786 sound = OF_child(soundbus);
787 ok = OF_nextprop(sound, NULL, next);
793 OF_getprop(sound, next, &codec_node, 4);
799 ok = OF_nextprop(sound, prop, next);

Completed in 36 milliseconds