This patch fixes the build failure of the miro radio driver due to
the new location of the sound drivers in the tree (alsa merge).
#include <linux/module.h>
#include <linux/init.h>
#include <linux/videodev.h>
-#include "../../sound/aci.h"
+#include "../../../sound/oss/aci.h"
#include "miropcm20-rds-core.h"
static int users = 0;
#include <linux/slab.h>
#include <asm/semaphore.h>
#include <asm/io.h>
-#include "../../sound/aci.h"
+#include "../../../sound/oss/aci.h"
#include "miropcm20-rds-core.h"
#define DEBUG 0