[alsa-devel] [PATCH 15/20] ALSA: spi: Use SNDRV_DEV_CARD for card objects
Takashi Iwai
tiwai at suse.de
Wed Feb 12 11:52:22 CET 2014
... instead of SNDRV_DEV_LOWLEVEL.
No functional change at this point.
Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
sound/spi/at73c213.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/spi/at73c213.c b/sound/spi/at73c213.c
index 39522367897c..27564a08c759 100644
--- a/sound/spi/at73c213.c
+++ b/sound/spi/at73c213.c
@@ -919,7 +919,7 @@ static int snd_at73c213_dev_init(struct snd_card *card,
if (retval)
goto out_irq;
- retval = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
+ retval = snd_device_new(card, SNDRV_DEV_CARD, chip, &ops);
if (retval)
goto out_irq;
--
1.8.5.2
More information about the Alsa-devel
mailing list