struct snd_tplg_ctl_template

Overview

Template type for control objects. Moreā€¦

#include <topology.h>

struct snd_tplg_ctl_template {
    // fields

    int type;
    const char* name;
    int access;
    struct snd_tplg_io_ops_template ops;
    struct snd_tplg_tlv_template* tlv;
};

Detailed Documentation

Template type for control objects.

Fields

int type

Control type

const char* name

Control name

int access

Control access

struct snd_tplg_io_ops_template ops

operations

struct snd_tplg_tlv_template* tlv

non NULL means we have TLV data