commit | e92d457514c957f293c4706a06a25833061d9b88 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Tue Jan 11 13:20:30 2011 +1100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jan 11 07:38:42 2011 +0100 |
tree | 9a818743c84309bb343c8e26672fa0832610c99f | |
parent | a4b1696916abc4a0b6b11fc4cc2cd52421a0c7ac [diff] |
ALSA: include delay.h for msleep in Xonar DG support Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/oxygen/xonar_dg.c b/sound/pci/oxygen/xonar_dg.c index cc610ac1..dd45cf4 100644 --- a/sound/pci/oxygen/xonar_dg.c +++ b/sound/pci/oxygen/xonar_dg.c
@@ -40,6 +40,7 @@ */ #include <linux/pci.h> +#include <linux/delay.h> #include <sound/control.h> #include <sound/core.h> #include <sound/info.h>