]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/pci/es1968.c
Merge branch 'pm-cpuidle'
[karo-tx-linux.git] / sound / pci / es1968.c
index e0d9363dc7fd2435ef894a6a6060d53c48e68334..514f2604086e837dd3e986bf6433f8829b224977 100644 (file)
 #include <sound/initval.h>
 
 #ifdef CONFIG_SND_ES1968_RADIO
-#include <media/tea575x.h>
+#include <media/drv-intf/tea575x.h>
 #endif
 
 #define CARD_NAME "ESS Maestro1/2"
@@ -2605,7 +2605,7 @@ static void snd_es1968_tea575x_set_direction(struct snd_tea575x *tea, bool outpu
        }
 }
 
-static struct snd_tea575x_ops snd_es1968_tea_ops = {
+static const struct snd_tea575x_ops snd_es1968_tea_ops = {
        .set_pins = snd_es1968_tea575x_set_pins,
        .get_pins = snd_es1968_tea575x_get_pins,
        .set_direction = snd_es1968_tea575x_set_direction,