diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-01-14 11:07:53 (GMT) |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 16:29:58 (GMT) |
commit | 39516103e683856125b8873fa35f1a7b9172350d (patch) | |
tree | d7e075a2afb5bc00f9131e783770c1fa273c7642 /sound/isa | |
parent | 893e44ba5a7cc05d66b69806defc17dd762c3ba8 (diff) | |
download | linux-fsl-qoriq-39516103e683856125b8873fa35f1a7b9172350d.tar.xz |
[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>
Diffstat (limited to 'sound/isa')
-rw-r--r-- | sound/isa/cs423x/cs4231_lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/isa/cs423x/cs4231_lib.c b/sound/isa/cs423x/cs4231_lib.c index 1cd3fe3..0aa8649 100644 --- a/sound/isa/cs423x/cs4231_lib.c +++ b/sound/isa/cs423x/cs4231_lib.c @@ -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) |