summaryrefslogtreecommitdiff
path: root/snd-alpx/alpx_proc.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2024-05-10 18:52:23 (GMT)
committerChristian Pointner <equinox@helsinki.at>2024-05-10 18:52:23 (GMT)
commita641800acf13b5fb1463d4280c3ee7fc267143fb (patch)
tree248b647a682f71d9eb90d14d24081368ea905a42 /snd-alpx/alpx_proc.h
parentcc4badffe0e02d159c21eb90ea080a6a2f90cb4b (diff)
import whole driver package
Diffstat (limited to 'snd-alpx/alpx_proc.h')
-rw-r--r--snd-alpx/alpx_proc.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/snd-alpx/alpx_proc.h b/snd-alpx/alpx_proc.h
deleted file mode 100644
index 8328a14..0000000
--- a/snd-alpx/alpx_proc.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
-* Support for Digigram AlpX PCI-e boards
-*
-* Copyright (c) 2024 Digigram Digital (info@digigram.com)
-*/
-
-#ifndef _ALPX_PROC_H
-#define _ALPX_PROC_H
-
-#include "alpx.h"
-#include <linux/iopoll.h>
-
-#if defined(CONFIG_ALPX_WITH_PROC_LOG)
-int alpx_proc_log_dump(struct alpx_device *alpx_dev);
-#else
-/* Empty def */
-#define alpx_proc_log_dump(p)
-#endif
-
-int alpx_proc_cmd(struct alpx_device *alpx_dev, u32 command);
-int alpx_proc_probe(struct alpx_device *alpx_dev);
-int alpx_proc_remove(struct alpx_device *alpx_dev);
-
-
-#endif