Home
last modified time | relevance | path

Searched defs:vol_data (Results 1 – 1 of 1) sorted by relevance

/sof-3.4.0/src/include/sof/audio/
Dvolume.h128 struct vol_data { struct
130 uint32_t mailbox_offset; /**< store peak volume in mailbox */
133 struct ipc4_peak_volume_regs peak_regs;
135 int32_t *peak_vol;
137 int32_t volume[SOF_IPC_MAX_CHANNELS]; /**< current volume */
138 int32_t tvolume[SOF_IPC_MAX_CHANNELS]; /**< target volume */
139 int32_t mvolume[SOF_IPC_MAX_CHANNELS]; /**< mute volume */
140 int32_t rvolume[SOF_IPC_MAX_CHANNELS]; /**< ramp start volume */
141 int32_t ramp_coef[SOF_IPC_MAX_CHANNELS]; /**< parameter for slope */
143 int32_t *vol;
[all …]