[alsa-devel] [PATCH 10/20] ALSA: parisc: Use SNDRV_DEV_CARD for card objects

Takashi Iwai tiwai at suse.de
Wed Feb 12 11:52:17 CET 2014


... instead of SNDRV_DEV_LOWLEVEL.
No functional change at this point.

Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
 sound/parisc/harmony.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/parisc/harmony.c b/sound/parisc/harmony.c
index 4b20be79c1dd..8664bfc4185c 100644
--- a/sound/parisc/harmony.c
+++ b/sound/parisc/harmony.c
@@ -954,7 +954,7 @@ snd_harmony_create(struct snd_card *card,
 	spin_lock_init(&h->mixer_lock);
 	spin_lock_init(&h->lock);
 
-        if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL,
+        if ((err = snd_device_new(card, SNDRV_DEV_CARD,
                                   h, &ops)) < 0) {
                 goto free_and_ret;
         }
-- 
1.8.5.2



More information about the Alsa-devel mailing list