Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb01e25c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "uapi: audio: update maximum number of channels supported"

parents 4a91aba0 ddd20a41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#define SESSION_NAME_LEN 20
#define NUM_OF_MEMORY_BLOCKS 1
#define NUM_OF_BUFFERS 2
#define VSS_NUM_CHANNELS_MAX 8
#define VSS_NUM_CHANNELS_MAX 32
#define VSS_CHANNEL_MAPPING_SIZE (sizeof(uint8_t) * VSS_NUM_CHANNELS_MAX)
/*
 * BUFFER BLOCK SIZE based on
+1 −1
Original line number Diff line number Diff line
@@ -393,7 +393,7 @@ struct audio_cal_info_lsm {
	int32_t		app_type;
};

#define VSS_NUM_CHANNELS_MAX	8
#define VSS_NUM_CHANNELS_MAX	32

struct audio_cal_info_voc_top {
	int32_t		topology;