vserver 1.9.5.x5
[linux-2.6.git] / sound / i2c / other / ak4117.c
index 7a70055..0419c43 100644 (file)
@@ -103,7 +103,7 @@ int snd_ak4117_create(snd_card_t *card, ak4117_read_t *read, ak4117_write_t *wri
        chip->rcs1 = reg_read(chip, AK4117_REG_RCS1);
        chip->rcs2 = reg_read(chip, AK4117_REG_RCS2);
 
-       if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0)
+       if ((err = snd_device_new(card, SNDRV_DEV_CODEC, chip, &ops)) < 0)
                goto __fail;
 
        if (r_ak4117)