Lines Matching full:present
486 unsigned int present; member
591 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) { in snd_mixer_oss_get_volume1()
593 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) { in snd_mixer_oss_get_volume1()
595 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) { in snd_mixer_oss_get_volume1()
598 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) { in snd_mixer_oss_get_volume1()
600 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) { in snd_mixer_oss_get_volume1()
602 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) { in snd_mixer_oss_get_volume1()
604 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) { in snd_mixer_oss_get_volume1()
701 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) { in snd_mixer_oss_put_volume1()
703 if (slot->present & SNDRV_MIXER_OSS_PRESENT_CVOLUME) in snd_mixer_oss_put_volume1()
705 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_CVOLUME) { in snd_mixer_oss_put_volume1()
708 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) { in snd_mixer_oss_put_volume1()
710 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) { in snd_mixer_oss_put_volume1()
714 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) in snd_mixer_oss_put_volume1()
716 if (slot->present & SNDRV_MIXER_OSS_PRESENT_CSWITCH) in snd_mixer_oss_put_volume1()
718 if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) in snd_mixer_oss_put_volume1()
720 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) in snd_mixer_oss_put_volume1()
722 if (slot->present & SNDRV_MIXER_OSS_PRESENT_CROUTE) in snd_mixer_oss_put_volume1()
724 if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) in snd_mixer_oss_put_volume1()
727 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) { in snd_mixer_oss_put_volume1()
729 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_CSWITCH) { in snd_mixer_oss_put_volume1()
731 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) { in snd_mixer_oss_put_volume1()
733 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) { in snd_mixer_oss_put_volume1()
735 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_CROUTE) { in snd_mixer_oss_put_volume1()
737 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) { in snd_mixer_oss_put_volume1()
824 if (!(slot->present & SNDRV_MIXER_OSS_PRESENT_CAPTURE)) in snd_mixer_oss_get_recsrc2()
873 if (!(slot->present & SNDRV_MIXER_OSS_PRESENT_CAPTURE)) in snd_mixer_oss_put_recsrc2()
928 slot->present |= 1 << item; in snd_mixer_oss_build_test()
1058 slot.present |= SNDRV_MIXER_OSS_PRESENT_CAPTURE; in snd_mixer_oss_build_input()
1067 slot.present |= SNDRV_MIXER_OSS_PRESENT_CAPTURE; in snd_mixer_oss_build_input()
1075 if (slot.present != 0) { in snd_mixer_oss_build_input()
1089 if (slot.present & SNDRV_MIXER_OSS_PRESENT_CSWITCH) { in snd_mixer_oss_build_input()
1092 } else if (slot.present & SNDRV_MIXER_OSS_PRESENT_CROUTE) { in snd_mixer_oss_build_input()
1095 } else if (slot.present & SNDRV_MIXER_OSS_PRESENT_CAPTURE) { in snd_mixer_oss_build_input()