Lines Matching defs:channel
145 * channel for Left and Right etc. Channel maps are defined as follows :-
148 * channel."name" {
154 * The channel map reg is the register offset for the control, shift is the
155 * bit shift within the register for the channel and the section name is the
156 * channel name and can be one of the following :-
343 * A mixer control is defined as a new section that can include channel mapping,
353 * channel."name" { # Channel maps
377 * A byte control is defined as a new section that can include channel mapping,
387 * channel."name" { # Channel maps
408 * can include channel mapping, callback operations, private data and
437 * channel."name" { # Channel maps
844 * \brief Template type for single channel mapping.
848 int reg; /*!< channel control register */
849 int shift; /*!< channel shift for control bits */
854 * \brief Template type for channel mapping.
857 int num_channels; /*!< number of channel mappings */
858 struct snd_tplg_channel_elem channel[SND_TPLG_MAX_CHAN]; /*!< mapping */
897 struct snd_tplg_channel_map_template *map; /*!< channel map */
910 struct snd_tplg_channel_map_template *map; /*!< channel map */