Home
last modified time | relevance | path

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

/linux-4.1.27/sound/firewire/
Disight.c67 unsigned int gain_tlv[4]; member
572 isight->gain_tlv[0] = SNDRV_CTL_TLVT_DB_MINMAX; in isight_create_mixer()
573 isight->gain_tlv[1] = 2 * sizeof(unsigned int); in isight_create_mixer()
578 isight->gain_tlv[2] = (s32)be32_to_cpu(value) * 100; in isight_create_mixer()
583 isight->gain_tlv[3] = (s32)be32_to_cpu(value) * 100; in isight_create_mixer()
587 ctl->tlv.p = isight->gain_tlv; in isight_create_mixer()