mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
[ALSA] cs4231: remove one busy wait
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>
This commit is contained in:
parent
893e44ba5a
commit
39516103e6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user