struct snd_tplg_tlv_dbscale_template

Overview

Template type for TLV Scale objects. Moreā€¦

#include <topology.h>

struct snd_tplg_tlv_dbscale_template {
    // fields

    struct snd_tplg_tlv_template hdr;
    int min;
    int step;
    int mute;
};

Detailed Documentation

Template type for TLV Scale objects.

Fields

struct snd_tplg_tlv_template hdr

TLV type header

int min

dB minimum value in 0.1dB

int step

dB step size in 0.1dB

int mute

is min dB value mute ?