Searched refs:SNDRV_CTL_ELEM_IFACE_SEQUENCER (Results 1 – 3 of 3) sorted by relevance
794 #define SNDRV_CTL_ELEM_IFACE_SEQUENCER ((__force snd_ctl_elem_iface_t) 6) /* sequencer client */ macro795 #define SNDRV_CTL_ELEM_IFACE_LAST SNDRV_CTL_ELEM_IFACE_SEQUENCER
795 #define SNDRV_CTL_ELEM_IFACE_SEQUENCER ((__force snd_ctl_elem_iface_t) 6) macro796 #define SNDRV_CTL_ELEM_IFACE_LAST SNDRV_CTL_ELEM_IFACE_SEQUENCER
108 case SNDRV_CTL_ELEM_IFACE_SEQUENCER: return "SEQ"; in elem_iface_name()