]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/aoa/core/alsa.c
ALSA: aoa: clean up file names
[linux-2.6-omap-h63xx.git] / sound / aoa / core / alsa.c
similarity index 98%
rename from sound/aoa/core/snd-aoa-alsa.c
rename to sound/aoa/core/alsa.c
index 17fe689ed2878d9a3f70dfc10777f19ec4612d9c..617850463582fc682696969659bcda553ec02eb6 100644 (file)
@@ -6,7 +6,7 @@
  * GPL v2, can be found in COPYING.
  */
 #include <linux/module.h>
-#include "snd-aoa-alsa.h"
+#include "alsa.h"
 
 static int index = -1;
 module_param(index, int, 0444);
@@ -64,7 +64,7 @@ int aoa_snd_device_new(snd_device_type_t type,
 {
        struct snd_card *card = aoa_get_card();
        int err;
-       
+
        if (!card) return -ENOMEM;
 
        err = snd_device_new(card, type, device_data, ops);