struct snd_tplg_graph_template

Overview

Template type for array of DAPM graph elements. Moreā€¦

#include <topology.h>

struct snd_tplg_graph_template {
    // fields

    int count;
    struct snd_tplg_graph_elem elem[0];
};

Detailed Documentation

Template type for array of DAPM graph elements.

Fields

int count

Number of graph elements

struct snd_tplg_graph_elem elem[0]

graph elements