diff options
author | Subrata Banik <subratabanik@google.com> | 2024-10-04 07:54:09 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-10-05 09:13:24 +0000 |
commit | d6a4b27e3e5b0b3b872a002a5f3b3e7cb377be3d (patch) | |
tree | e929104e4dcee5586cd034ee1f0884230c573103 | |
parent | 3e6e5b64aff803747fc3b88fdebf673e67f24d5a (diff) |
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>
-rw-r--r-- | src/mainboard/google/fatcat/variants/fatcat/overridetree.cb | 10 |
1 files changed, 5 insertions, 5 deletions
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 |