summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2021-03-09 11:23:29 +0000
committerAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2021-03-09 11:23:29 +0000
commit08867468907e4fb0db541529eaeee70eaf81d395 (patch)
treec2f432a1235b3b03b5f4e1882a9b2fcec06c286d /include/sound
parentfa0b19f1fb666dd7afa9858bdf9c76c8d98039d9 (diff)
parent84d5d3c9d3fbcee10bc16d3a3316af9a924c91c6 (diff)
Merge tag 'v5.4.104' into 5.4-2.3.x-imx
This is the 5.4.104 stable release Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/intel-nhlt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sound/intel-nhlt.h b/include/sound/intel-nhlt.h
index f657fd8fc0ad..f38947b9a1b9 100644
--- a/include/sound/intel-nhlt.h
+++ b/include/sound/intel-nhlt.h
@@ -113,6 +113,11 @@ struct nhlt_vendor_dmic_array_config {
} __packed;
enum {
+ NHLT_CONFIG_TYPE_GENERIC = 0,
+ NHLT_CONFIG_TYPE_MIC_ARRAY = 1
+};
+
+enum {
NHLT_MIC_ARRAY_2CH_SMALL = 0xa,
NHLT_MIC_ARRAY_2CH_BIG = 0xb,
NHLT_MIC_ARRAY_4CH_1ST_GEOM = 0xc,