Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dcontrol.h42 SNDRV_CTL_TLV_OP_READ = 0, enumerator
/linux/sound/core/
H A Dcontrol.c1880 {SNDRV_CTL_TLV_OP_READ, SNDRV_CTL_ELEM_ACCESS_TLV_READ}, in snd_ctl_tlv_ioctl()
1899 if (op_flag != SNDRV_CTL_TLV_OP_READ && in snd_ctl_ioctl()
1967 if (op_flag == SNDRV_CTL_TLV_OP_READ) { in snd_ctl_ioctl()
2020 err = snd_ctl_tlv_ioctl(ctl, argp, SNDRV_CTL_TLV_OP_READ); in snd_ctl_read()
/linux/sound/virtio/
H A Dvirtio_kctl.c266 case SNDRV_CTL_TLV_OP_READ: in virtsnd_kctl_tlv_op()
/linux/sound/soc/
H A Dsoc-ops.c615 case SNDRV_CTL_TLV_OP_READ: in snd_soc_bytes_put()
/linux/sound/usb/
H A Dfcp.c434 if (op_flag == SNDRV_CTL_TLV_OP_READ) { in fcp_meter_tlv_callback()