Home
last modified time | relevance | path

Searched refs:SNDRV_CTL_TLV_OP_WRITE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/sound/
Dcontrol.h40 SNDRV_CTL_TLV_OP_WRITE = 1, enumerator
/linux-4.4.14/sound/core/
Dcontrol.c1117 if (op_flag == SNDRV_CTL_TLV_OP_WRITE) { in snd_ctl_elem_user_tlv()
1423 (op_flag == SNDRV_CTL_TLV_OP_WRITE && in snd_ctl_tlv_ioctl()
1501 return snd_ctl_tlv_ioctl(ctl, argp, SNDRV_CTL_TLV_OP_WRITE); in snd_ctl_ioctl()
/linux-4.4.14/sound/soc/
Dsoc-ops.c784 case SNDRV_CTL_TLV_OP_WRITE: in snd_soc_bytes_tlv_callback()