From d6a4b27e3e5b0b3b872a002a5f3b3e7cb377be3d Mon Sep 17 00:00:00 2001
From: Subrata Banik <subratabanik@google.com>
Date: Fri, 4 Oct 2024 07:54:09 +0000
Subject: mb/google/fatcat/var/fatcat: Rename audio codec options

The new names include the `AUDIO_` prefix to clearly indicate that
they are audio-related options.

TEST=Able to build google/fatcat w/o any functional impact.

Change-Id: Ia651c19f02423ee214a31168e2bd809e097ce8c2
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84657
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Pranava Y N <pranavayn@google.com>
---
 src/mainboard/google/fatcat/variants/fatcat/overridetree.cb | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'src')

diff --git a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb
index 39f9b45337..623a332c7b 100644
--- a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb
+++ b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb
@@ -1,10 +1,10 @@
 fw_config
 	field AUDIO 0 3
-		option AUDIO_NONE		0
-		option MAX98373_ALC5682_SNDW	1
-		option ALC722_SNDW		2
-		option ALC256_HDA		3
-		option MAX98360_ALC5682I_I2S	4
+		option AUDIO_NONE			0
+		option AUDIO_MAX98373_ALC5682_SNDW	1
+		option AUDIO_ALC722_SNDW		2
+		option AUDIO_ALC256_HDA			3
+		option AUDIO_MAX98360_ALC5682I_I2S	4
 	end
 	field WIFI 4 5
 		option WIFI_CNVI_6		0
-- 
cgit v1.2.3