Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dcontrol.h39 SNDRV_CTL_TLV_OP_READ = 0, enumerator
/linux-4.4.14/sound/core/
Dcontrol.c1421 if ((op_flag == SNDRV_CTL_TLV_OP_READ && in snd_ctl_tlv_ioctl()
1443 if (op_flag != SNDRV_CTL_TLV_OP_READ) { in snd_ctl_tlv_ioctl()
1499 return snd_ctl_tlv_ioctl(ctl, argp, SNDRV_CTL_TLV_OP_READ); in snd_ctl_ioctl()
/linux-4.4.14/sound/soc/
Dsoc-ops.c780 case SNDRV_CTL_TLV_OP_READ: in snd_soc_bytes_tlv_callback()