[ALSA] hda-intel - Remove volatile
authorTakashi Iwai <tiwai@suse.de>
Thu, 31 Aug 2006 14:55:40 +0000 (16:55 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sat, 23 Sep 2006 08:45:22 +0000 (10:45 +0200)
commit929861c669a443cf667ec0d80ac73a567ed4543c
tree240aa4d84868c3c107cd33d7e52c09903cb0ac0c
parentf640c3205aca4fe231beccc9e719c946cf3fee7a
[ALSA] hda-intel - Remove volatile

Removed volatile from the position buffer pointer.
Also, use synchronize_irq() instead of unreliable msleep(1)
in the driver remove callback.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/hda/hda_intel.c