... instead of SNDRV_DEV_LOWLEVEL. No functional change at this point.
Signed-off-by: Takashi Iwai tiwai@suse.de --- sound/sparc/amd7930.c | 2 +- sound/sparc/cs4231.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sound/sparc/amd7930.c b/sound/sparc/amd7930.c index 4a85e1433472..a543172cad60 100644 --- a/sound/sparc/amd7930.c +++ b/sound/sparc/amd7930.c @@ -992,7 +992,7 @@ static int snd_amd7930_create(struct snd_card *card,
spin_unlock_irqrestore(&amd->lock, flags);
- if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, + if ((err = snd_device_new(card, SNDRV_DEV_CARD, amd, &snd_amd7930_dev_ops)) < 0) { snd_amd7930_free(amd); return err; diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c index dabc1ad331e2..72a4b53e4d33 100644 --- a/sound/sparc/cs4231.c +++ b/sound/sparc/cs4231.c @@ -1855,7 +1855,7 @@ static int snd_cs4231_sbus_create(struct snd_card *card, } snd_cs4231_init(chip);
- if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, + if ((err = snd_device_new(card, SNDRV_DEV_CARD, chip, &snd_cs4231_sbus_dev_ops)) < 0) { snd_cs4231_sbus_free(chip); return err; @@ -2047,7 +2047,7 @@ static int snd_cs4231_ebus_create(struct snd_card *card, } snd_cs4231_init(chip);
- if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, + if ((err = snd_device_new(card, SNDRV_DEV_CARD, chip, &snd_cs4231_ebus_dev_ops)) < 0) { snd_cs4231_ebus_free(chip); return err;