Searched refs:SNDRV_CTL_ELEM_ACCESS_VOLATILE (Results 1 – 9 of 9) sorted by relevance
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
800 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1<<2) /* control value may be changed without a notificati… macro
810 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1<<2) /* control value may be changed without a notificati… macro
801 #define SNDRV_CTL_ELEM_ACCESS_VOLATILE (1<<2) macro
246 (ei->access & SNDRV_CTL_ELEM_ACCESS_VOLATILE) ? 'V' : ' ', in mixer_dump()