Lines Matching refs:present
493 unsigned int present; member
588 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) { in snd_mixer_oss_get_volume1()
590 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) { in snd_mixer_oss_get_volume1()
592 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) { in snd_mixer_oss_get_volume1()
595 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) { in snd_mixer_oss_get_volume1()
597 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) { in snd_mixer_oss_get_volume1()
599 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) { in snd_mixer_oss_get_volume1()
601 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) { in snd_mixer_oss_get_volume1()
690 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) { in snd_mixer_oss_put_volume1()
692 if (slot->present & SNDRV_MIXER_OSS_PRESENT_CVOLUME) in snd_mixer_oss_put_volume1()
694 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_CVOLUME) { in snd_mixer_oss_put_volume1()
697 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) { in snd_mixer_oss_put_volume1()
699 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) { in snd_mixer_oss_put_volume1()
703 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) in snd_mixer_oss_put_volume1()
705 if (slot->present & SNDRV_MIXER_OSS_PRESENT_CSWITCH) in snd_mixer_oss_put_volume1()
707 if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) in snd_mixer_oss_put_volume1()
709 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) in snd_mixer_oss_put_volume1()
711 if (slot->present & SNDRV_MIXER_OSS_PRESENT_CROUTE) in snd_mixer_oss_put_volume1()
713 if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) in snd_mixer_oss_put_volume1()
716 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) { in snd_mixer_oss_put_volume1()
718 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_CSWITCH) { in snd_mixer_oss_put_volume1()
720 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) { in snd_mixer_oss_put_volume1()
722 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) { in snd_mixer_oss_put_volume1()
724 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_CROUTE) { in snd_mixer_oss_put_volume1()
726 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) { in snd_mixer_oss_put_volume1()
811 if (!(slot->present & SNDRV_MIXER_OSS_PRESENT_CAPTURE)) in snd_mixer_oss_get_recsrc2()
851 if (!(slot->present & SNDRV_MIXER_OSS_PRESENT_CAPTURE)) in snd_mixer_oss_put_recsrc2()
894 slot->present |= 1 << item; in snd_mixer_oss_build_test()
1024 slot.present |= SNDRV_MIXER_OSS_PRESENT_CAPTURE; in snd_mixer_oss_build_input()
1031 slot.present |= SNDRV_MIXER_OSS_PRESENT_CAPTURE; in snd_mixer_oss_build_input()
1037 if (slot.present != 0) { in snd_mixer_oss_build_input()
1051 if (slot.present & SNDRV_MIXER_OSS_PRESENT_CSWITCH) { in snd_mixer_oss_build_input()
1054 } else if (slot.present & SNDRV_MIXER_OSS_PRESENT_CROUTE) { in snd_mixer_oss_build_input()
1057 } else if (slot.present & SNDRV_MIXER_OSS_PRESENT_CAPTURE) { in snd_mixer_oss_build_input()