Skip to content

Commit

Permalink
[ALSA] cs4231: remove one busy wait
Browse files Browse the repository at this point in the history
This busy_wait is not needed after latest changes
to the cs4231-lib

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Krzysztof Helt authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 893e44b commit 3951610
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/isa/cs423x/cs4231_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ void snd_cs4231_mce_down(struct snd_cs4231 *chip)
!(chip->hardware & (CS4231_HW_CS4231_MASK | CS4231_HW_CS4232_MASK))) {
return;
}
snd_cs4231_busy_wait(chip);

/*
* Wait for (possible -- during init auto-calibration may not be set)
Expand Down

0 comments on commit 3951610

Please sign in to comment.