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>
This commit is contained in:
parent
3e6e5b64af
commit
d6a4b27e3e
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue