tree: Use boolean for PchHdaDspEnable
Change-Id: I47852c9b023cc4839000019b8a932b6e471fa839 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86190 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
This commit is contained in:
parent
4b1ad5fc61
commit
e9718ff79d
19 changed files with 19 additions and 19 deletions
|
|
@ -203,7 +203,7 @@ struct soc_intel_elkhartlake_config {
|
|||
uint16_t SataPortsDitoVal[CONFIG_MAX_SATA_PORTS];
|
||||
|
||||
/* Audio related */
|
||||
uint8_t PchHdaDspEnable;
|
||||
bool PchHdaDspEnable;
|
||||
uint8_t PchHdaAudioLinkHdaEnable;
|
||||
uint8_t PchHdaSdiEnable[MAX_HD_AUDIO_SDI_LINKS];
|
||||
uint8_t PchHdaAudioLinkDmicEnable[MAX_HD_AUDIO_DMIC_LINKS];
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ struct soc_intel_tigerlake_config {
|
|||
uint16_t SataPortsDitoVal[8];
|
||||
|
||||
/* Audio related */
|
||||
uint8_t PchHdaDspEnable;
|
||||
bool PchHdaDspEnable;
|
||||
uint8_t PchHdaAudioLinkHdaEnable;
|
||||
uint8_t PchHdaAudioLinkDmicEnable[MAX_HD_AUDIO_DMIC_LINKS];
|
||||
uint8_t PchHdaAudioLinkSspEnable[MAX_HD_AUDIO_SSP_LINKS];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue