]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: avs: Fix declaration of enum avs_channel_config
authorCezary Rojewski <cezary.rojewski@intel.com>
Fri, 19 May 2023 20:17:08 +0000 (22:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 13:03:32 +0000 (14:03 +0100)
commitf13cccaeb6afae7008693cd4251a77371dfee73a
treee3351af128b5557ff6a930c8bb7a77a3f63f7c55
parent981da021454fe6c4965aff356039546f85d0d0be
ASoC: Intel: avs: Fix declaration of enum avs_channel_config

commit 1cf036deebcdec46d6348842bd2f8931202fd4cd upstream.

Constant 'C4_CHANNEL' does not exist on the firmware side. Value 0xC is
reserved for 'C7_1' instead.

Fixes: f1654fb10f3a ("ASoC: Intel: avs: Declare module configuration types")
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20230519201711.4073845-5-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/intel/avs/messages.h