summaryrefslogtreecommitdiff
path: root/snd-alpx/snd_alpx_xdma.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/snd_alpx_xdma.h
parentcc4badffe0e02d159c21eb90ea080a6a2f90cb4b (diff)
import whole driver package
Diffstat (limited to 'snd-alpx/snd_alpx_xdma.h')
-rw-r--r--snd-alpx/snd_alpx_xdma.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/snd-alpx/snd_alpx_xdma.h b/snd-alpx/snd_alpx_xdma.h
deleted file mode 100644
index 5acba24..0000000
--- a/snd-alpx/snd_alpx_xdma.h
+++ /dev/null
@@ -1,24 +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 _SND_ALPX_XDMA_H_
-#define _SND_ALPX_XDMA_H_
-
-/* dependency check support */
-#if (!IS_ENABLED(CONFIG_XILINX_XDMA)) || \
- (KERNEL_VERSION(6, 7, 0) > LINUX_VERSION_CODE)
-#warning "USE Package's XDMA module"
- /* snd-alpx-xdma dependency */
- const char* SND_ALPX_XDMA_DEP(void);
-#else
-/* NO dependency SO required local define*/
-static const char* SND_ALPX_XDMA_DEP(void)
-{
- return "Internal XDMA support";
-}
-#endif
-
-#endif /*_SND_ALPX_XDMA_H_*/