Skip to content

Commit

Permalink
Intel HDA: tiny changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
crazii committed Jan 15, 2024
1 parent 8fc613c commit d44c305
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mpxplay/au_cards/sc_inthd.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,7 @@ static unsigned int azx_get_response(struct intelhd_card_s *chip)
timeout = 20000; // 200000 ms
while((azx_readw(chip, IRS) & ICH6_IRS_BUSY) && (--timeout)) pds_mdelay(10);
mpxplay_debugf(IHD_DEBUG_OUTPUT,"PIO wait cmd response timeout2 %d", timeout); //timetout2 should not happen (always>0)

resp = 0; //invalid
//resp = 0; //not sure if it is invalid
}

#ifdef INTHD_CODEC_EXTRA_DELAY_US
Expand Down

0 comments on commit d44c305

Please sign in to comment.