Skip to content

Commit 1cf036d

Browse files
crojewsk-intelbroonie
authored andcommitted
ASoC: Intel: avs: Fix declaration of enum avs_channel_config
Constant 'C4_CHANNEL' does not exist on the firmware side. Value 0xC is reserved for 'C7_1' instead. Fixes: 580a591 ("ASoC: Intel: avs: Declare module configuration types") Signed-off-by: Cezary Rojewski <[email protected]> Signed-off-by: Amadeusz Sławiński <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 9510965 commit 1cf036d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/avs/messages.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ enum avs_channel_config {
619619
AVS_CHANNEL_CONFIG_DUAL_MONO = 9,
620620
AVS_CHANNEL_CONFIG_I2S_DUAL_STEREO_0 = 10,
621621
AVS_CHANNEL_CONFIG_I2S_DUAL_STEREO_1 = 11,
622-
AVS_CHANNEL_CONFIG_4_CHANNEL = 12,
622+
AVS_CHANNEL_CONFIG_7_1 = 12,
623623
AVS_CHANNEL_CONFIG_INVALID
624624
};
625625

0 commit comments

Comments
 (0)