12 Feb
2014
12 Feb
'14
11:52 a.m.
... instead of SNDRV_DEV_LOWLEVEL. No functional change at this point.
Signed-off-by: Takashi Iwai tiwai@suse.de --- sound/sh/sh_dac_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/sh/sh_dac_audio.c b/sound/sh/sh_dac_audio.c index d1fb74dabbd1..8ae769e62084 100644 --- a/sound/sh/sh_dac_audio.c +++ b/sound/sh/sh_dac_audio.c @@ -378,7 +378,7 @@ static int snd_sh_dac_create(struct snd_card *card, return -ENOMEM; }
- err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops); + err = snd_device_new(card, SNDRV_DEV_CARD, chip, &ops); if (err < 0) { snd_sh_dac_free(chip); return err;
--
1.8.5.2