Home
last modified time | relevance | path

Searched refs:SNDRV_CTL_TLVT_DB_SCALE (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dtlv.h18 #define SNDRV_CTL_TLVT_DB_SCALE 1 /* dB scale */ macro
59 SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, \
/third_party/alsa-lib/src/topology/
Dctl.c335 tplg_tlv->type = SNDRV_CTL_TLVT_DB_SCALE; in tplg_parse_tlv_dbscale()
408 if (tlv->type != SNDRV_CTL_TLVT_DB_SCALE) { in tplg_save_tlv()
957 case SNDRV_CTL_TLVT_DB_SCALE: in init_ctl_hdr()
1259 if (mc->hdr.tlv.type != SNDRV_CTL_TLVT_DB_SCALE) { in tplg_decode_control_mixer1()