Home | History | Annotate | Download | only in sound

Lines Matching defs:tlv

802 #define SNDRV_CTL_ELEM_ACCESS_TLV_READ		(1<<4)	/* TLV read is possible */
803 #define SNDRV_CTL_ELEM_ACCESS_TLV_WRITE (1<<5) /* TLV write is possible */
805 #define SNDRV_CTL_ELEM_ACCESS_TLV_COMMAND (1<<6) /* TLV command is possible */
809 #define SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK (1<<28) /* kernel use a TLV callback */
901 unsigned int tlv[0]; /* first TLV */
942 #define SNDRV_CTL_EVENT_MASK_TLV (1<<3) /* element TLV tree was changed */