summary refs log tree commit diff
path: root/sound/soc/amd/acp/acp-mach.h
diff options
context:
space:
mode:
authorJohn Schoenick <johns@valvesoftware.com>2023-11-13 20:47:14 -0800
committerJohn Schoenick <johns@valvesoftware.com>2023-11-13 20:47:14 -0800
commitd418de2c82f22130b3411ca5334013fa9e2de31f (patch)
treef8d719d1d4724b24a4bcb0213cf92f430ae50655 /sound/soc/amd/acp/acp-mach.h
parentb7dd868b5f57099d7f67810eb3acc58c3c108c07 (diff)
parentfd6db0236917ce0712065e82cf80d601d523abef (diff)
downloadlinux-d418de2c82f22130b3411ca5334013fa9e2de31f.tar.gz
Merge galilypad/6.1.52 into frog/6.1.52 6.1.52-valve5
Brings in galileo support
Diffstat (limited to 'sound/soc/amd/acp/acp-mach.h')
-rw-r--r--sound/soc/amd/acp/acp-mach.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/soc/amd/acp/acp-mach.h b/sound/soc/amd/acp/acp-mach.h
index 16801b4882a4..e8da98c1cb88 100644
--- a/sound/soc/amd/acp/acp-mach.h
+++ b/sound/soc/amd/acp/acp-mach.h
@@ -23,6 +23,7 @@
 enum be_id {
 	HEADSET_BE_ID = 0,
 	AMP_BE_ID,
+	BT_BE_ID,
 	DMIC_BE_ID,
 };
 
@@ -41,9 +42,9 @@ enum codec_endpoints {
 	MAX98360A,
 	RT5682S,
 	NAU8825,
-	NAU8821,
 	CS35L41,
 	MAX98388,
+	NAU8821,
 };
 
 enum platform_end_point {
@@ -54,9 +55,11 @@ enum platform_end_point {
 struct acp_card_drvdata {
 	unsigned int hs_cpu_id;
 	unsigned int amp_cpu_id;
+	unsigned int bt_cpu_id;
 	unsigned int dmic_cpu_id;
 	unsigned int hs_codec_id;
 	unsigned int amp_codec_id;
+	unsigned int bt_codec_id;
 	unsigned int dmic_codec_id;
 	unsigned int dai_fmt;
 	unsigned int platform;