struct snd_tplg_bytes_template
Overview
Template type for TLV Scale objects. Moreā¦
#include <topology.h> struct snd_tplg_bytes_template { // fields struct snd_tplg_ctl_template hdr; int max; int mask; int base; int num_regs; struct snd_tplg_io_ops_template ext_ops; struct snd_soc_tplg_private* priv; };
Detailed Documentation
Template type for TLV Scale objects.
Fields
struct snd_tplg_ctl_template hdr
control type header
int max
max byte control value
int mask
byte control mask
int base
base register
int num_regs
number of registers
struct snd_tplg_io_ops_template ext_ops
ops mapping
struct snd_soc_tplg_private* priv
control private data