diff options
Diffstat (limited to 'src/southbridge/intel/ibexpeak/azalia.c')
-rw-r--r-- | src/southbridge/intel/ibexpeak/azalia.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/southbridge/intel/ibexpeak/azalia.c b/src/southbridge/intel/ibexpeak/azalia.c index 2510996bf8..1224792505 100644 --- a/src/southbridge/intel/ibexpeak/azalia.c +++ b/src/southbridge/intel/ibexpeak/azalia.c @@ -14,8 +14,7 @@ static int codec_detect(u8 *base) { u8 reg8; - /* Set Bit 0 to 1 to exit reset state (BAR + 0x8)[0] */ - if (azalia_set_bits(base + HDA_GCTL_REG, HDA_GCTL_CRST, HDA_GCTL_CRST) < 0) + if (azalia_exit_reset(base) < 0) goto no_codec; /* Write back the value once reset bit is set. */ |