struct snd_tplg_mixer_template
Overview
Template type for mixer control objects. Moreā¦
#include <topology.h> struct snd_tplg_mixer_template { // fields struct snd_tplg_ctl_template hdr; struct snd_tplg_channel_map_template* map; int min; int max; int platform_max; int invert; struct snd_soc_tplg_private* priv; };
Detailed Documentation
Template type for mixer control objects.
Fields
struct snd_tplg_ctl_template hdr
control type header
struct snd_tplg_channel_map_template* map
channel map
int min
min value for mixer
int max
max value for mixer
int platform_max
max value for platform control
int invert
whether controls bits are inverted
struct snd_soc_tplg_private* priv
control private data