Skip to content

Commit

Permalink
ASoC: SOF: dai: mirror group_id definition added in firmware
Browse files Browse the repository at this point in the history
This was added in ABI 3.17 but never added to the kernel tree. The
group_id is not currently used but this patch is required before
additional changes.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <bard.liao@intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Reviewed-by: Brent Lu <brent.lu@intel.com>
Link: https://lore.kernel.org/r/20211004171430.103674-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Pierre-Louis Bossart authored and Mark Brown committed Oct 5, 2021
1 parent 2a04151 commit 6637423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/sound/sof/dai.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ struct sof_ipc_dai_config {

/* physical protocol and clocking */
uint16_t format; /**< SOF_DAI_FMT_ */
uint16_t reserved16; /**< alignment */
uint8_t group_id; /**< group ID, 0 means no group (ABI 3.17) */
uint8_t reserved8; /**< alignment */

/* reserved for future use */
uint32_t reserved[8];
Expand Down

0 comments on commit 6637423

Please sign in to comment.