Lines Matching refs:present
508 unsigned int present; member
615 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) { in snd_mixer_oss_get_volume1()
617 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) { in snd_mixer_oss_get_volume1()
619 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) { in snd_mixer_oss_get_volume1()
622 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) { in snd_mixer_oss_get_volume1()
624 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) { in snd_mixer_oss_get_volume1()
626 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) { in snd_mixer_oss_get_volume1()
628 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) { in snd_mixer_oss_get_volume1()
729 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PVOLUME) { in snd_mixer_oss_put_volume1()
731 if (slot->present & SNDRV_MIXER_OSS_PRESENT_CVOLUME) in snd_mixer_oss_put_volume1()
733 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_CVOLUME) { in snd_mixer_oss_put_volume1()
736 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GVOLUME) { in snd_mixer_oss_put_volume1()
738 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GLOBAL) { in snd_mixer_oss_put_volume1()
742 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) in snd_mixer_oss_put_volume1()
744 if (slot->present & SNDRV_MIXER_OSS_PRESENT_CSWITCH) in snd_mixer_oss_put_volume1()
746 if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) in snd_mixer_oss_put_volume1()
748 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) in snd_mixer_oss_put_volume1()
750 if (slot->present & SNDRV_MIXER_OSS_PRESENT_CROUTE) in snd_mixer_oss_put_volume1()
752 if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) in snd_mixer_oss_put_volume1()
755 if (slot->present & SNDRV_MIXER_OSS_PRESENT_PSWITCH) { in snd_mixer_oss_put_volume1()
757 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_CSWITCH) { in snd_mixer_oss_put_volume1()
759 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GSWITCH) { in snd_mixer_oss_put_volume1()
761 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_PROUTE) { in snd_mixer_oss_put_volume1()
763 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_CROUTE) { in snd_mixer_oss_put_volume1()
765 } else if (slot->present & SNDRV_MIXER_OSS_PRESENT_GROUTE) { in snd_mixer_oss_put_volume1()
854 if (!(slot->present & SNDRV_MIXER_OSS_PRESENT_CAPTURE)) in snd_mixer_oss_get_recsrc2()
904 if (!(slot->present & SNDRV_MIXER_OSS_PRESENT_CAPTURE)) in snd_mixer_oss_put_recsrc2()
960 slot->present |= 1 << item; in snd_mixer_oss_build_test()
1096 slot.present |= SNDRV_MIXER_OSS_PRESENT_CAPTURE; in snd_mixer_oss_build_input()
1106 slot.present |= SNDRV_MIXER_OSS_PRESENT_CAPTURE; in snd_mixer_oss_build_input()
1114 if (slot.present != 0) { in snd_mixer_oss_build_input()
1128 if (slot.present & SNDRV_MIXER_OSS_PRESENT_CSWITCH) { in snd_mixer_oss_build_input()
1131 } else if (slot.present & SNDRV_MIXER_OSS_PRESENT_CROUTE) { in snd_mixer_oss_build_input()
1134 } else if (slot.present & SNDRV_MIXER_OSS_PRESENT_CAPTURE) { in snd_mixer_oss_build_input()