struct snd_tplg_graph_elem

Overview

Template type for single DAPM graph element. Moreā€¦

#include <topology.h>

struct snd_tplg_graph_elem {
    // fields

    const char* src;
    const char* ctl;
    const char* sink;
};

Detailed Documentation

Template type for single DAPM graph element.

Fields

const char* src

source widget name

const char* ctl

control name or NULL if no control

const char* sink

sink widget name