hwvol 1623 dev/pci/maestro.c mixer_ctrl_t hwvol;
hwvol 1628 dev/pci/maestro.c hwvol.type = AUDIO_MIXER_ENUM;
hwvol 1629 dev/pci/maestro.c hwvol.dev =
hwvol 1632 dev/pci/maestro.c sc->codec_if->vtbl->mixer_get_port(sc->codec_if, &hwvol);
hwvol 1633 dev/pci/maestro.c hwvol.un.ord = !hwvol.un.ord;
hwvol 1635 dev/pci/maestro.c hwvol.type = AUDIO_MIXER_VALUE;
hwvol 1636 dev/pci/maestro.c hwvol.un.value.num_channels = 2;
hwvol 1637 dev/pci/maestro.c hwvol.dev =
hwvol 1641 dev/pci/maestro.c sc->codec_if->vtbl->mixer_get_port(sc->codec_if, &hwvol);
hwvol 1644 dev/pci/maestro.c for (i = 0; i < hwvol.un.value.num_channels; i++) {
hwvol 1645 dev/pci/maestro.c v = ((int)hwvol.un.value.level[i]) + delta;
hwvol 1650 dev/pci/maestro.c hwvol.un.value.level[i] = v;
hwvol 1653 dev/pci/maestro.c sc->codec_if->vtbl->mixer_set_port(sc->codec_if, &hwvol);