Searched refs:new_access (Results 1 – 1 of 1) sorted by relevance
251 unsigned int ioff, access, new_access; in DEFINE_FREE() local 265 new_access = vd->access & ~SNDRV_CTL_ELEM_ACCESS_LED_MASK; in DEFINE_FREE() 267 new_access |= group_to_access(group); in DEFINE_FREE() 268 if (new_access != vd->access) { in DEFINE_FREE() 269 vd->access = new_access; in DEFINE_FREE()