Searched refs:SNDRV_CTL_ELEM_ACCESS_VOLATILE (Results 1 – 13 of 13) sorted by relevance
810 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1<<2) /* control value may be changed without a notificati… macro
835 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1 << 2) macro
800 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1<<2) /* control value may be changed without a notificati… macro
802 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1<<2) macro
801 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1<<2) /* control value may be changed without a notificati… macro
807 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1 << 2) macro
809 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1 << 2) macro
801 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1<<2) macro
841 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1<<2) /* control value may be changed without a notificati… macro
246 (ei->access & SNDRV_CTL_ELEM_ACCESS_VOLATILE) ? 'V' : ' ', in mixer_dump()