clock_items 726 sound/pci/pcxhr/pcxhr_mixer.c int clock_items = 2; /* at least Internal and AES Sync clock */ clock_items 728 sound/pci/pcxhr/pcxhr_mixer.c clock_items += mgr->capture_chips; /* add AES x */ clock_items 730 sound/pci/pcxhr/pcxhr_mixer.c clock_items += 1; /* add word clock */ clock_items 734 sound/pci/pcxhr/pcxhr_mixer.c snd_BUG_ON(clock_items > (HR22_CLOCK_TYPE_MAX+1)); clock_items 737 sound/pci/pcxhr/pcxhr_mixer.c snd_BUG_ON(clock_items > (PCXHR_CLOCK_TYPE_MAX+1)); clock_items 739 sound/pci/pcxhr/pcxhr_mixer.c return snd_ctl_enum_info(uinfo, 1, clock_items, texts); clock_items 755 sound/pci/pcxhr/pcxhr_mixer.c unsigned int clock_items = 2; /* at least Internal and AES Sync clock */ clock_items 757 sound/pci/pcxhr/pcxhr_mixer.c clock_items += mgr->capture_chips; /* add AES x */ clock_items 759 sound/pci/pcxhr/pcxhr_mixer.c clock_items += 1; /* add word clock */ clock_items 761 sound/pci/pcxhr/pcxhr_mixer.c if (ucontrol->value.enumerated.item[0] >= clock_items)