Lines Matching defs:mixer
42 * * Controls (mixer, enumerated and byte) including TLV data.
343 * A mixer control is defined as a new section that can include channel mapping,
344 * TLV data, callback operations and private data. The mixer section also
348 * SectionControlMixer."mixer name" {
370 * The section name is used to define the mixer name. The index number can be
407 * A enumerated control is defined as a new section (like mixer and byte) that
471 * objects. Widgets can contain private data, mixer controls and enum controls.
478 * * mixer
511 * mixer "name" # Optional Mixer Control
518 * The section name is the widget name. The mixer and enum fields are mutually
893 * \brief Template type for mixer control objects.
898 int min; /*!< min value for mixer */
899 int max; /*!< max value for mixer */
1092 struct snd_tplg_mixer_template *mixer; /*!< Mixer control */