]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/soc/tegra/tegra_das.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
[karo-tx-linux.git] / sound / soc / tegra / tegra_das.c
index 796d36d5188a4f2f8973be44bafeb393f7f8ec2a..9f24ef73f2cb3e689e21f0134197e41b8b0e5d7a 100644 (file)
@@ -144,8 +144,9 @@ static const struct file_operations tegra_das_debug_fops = {
 
 static void tegra_das_debug_add(struct tegra_das *das)
 {
-       das->debug = debugfs_create_file(DRV_NAME, S_IRUGO, asoc_debugfs_root,
-                                               das, &tegra_das_debug_fops);
+       das->debug = debugfs_create_file(DRV_NAME, S_IRUGO,
+                                        snd_soc_debugfs_root, das,
+                                        &tegra_das_debug_fops);
 }
 
 static void tegra_das_debug_remove(struct tegra_das *das)
@@ -261,3 +262,4 @@ module_exit(tegra_das_modexit);
 MODULE_AUTHOR("Stephen Warren <swarren@nvidia.com>");
 MODULE_DESCRIPTION("Tegra DAS driver");
 MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:" DRV_NAME);