diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-01-11 13:20:30 +1100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-01-11 07:38:42 +0100 |
commit | e92d457514c957f293c4706a06a25833061d9b88 (patch) | |
tree | 9a818743c84309bb343c8e26672fa0832610c99f /sound | |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/oxygen/xonar_dg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/oxygen/xonar_dg.c b/sound/pci/oxygen/xonar_dg.c index cc610ac1fc19..dd45cf4d9eb9 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> |