Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mpxplay/au_cards/sc_e1371.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ static int ES1371_adetect(struct mpxplay_audioout_info_s *aui)
)
){
funcbit_enable(card->infobits,ENSONIQ_CARD_INFOBIT_AC97RESETHACK);
funcbit_enable(card->sctrl,ES_1371_ST_AC97_RST);
funcbit_enable(card->cssr,ES_1371_ST_AC97_RST);
}

if(pcibios_search_devices(amplifier_hack_devices,NULL)==PCI_SUCCESSFUL)
Expand Down