summaryrefslogtreecommitdiff
path: root/snd-alpx/alpx_cards.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_cards.h
parentcc4badffe0e02d159c21eb90ea080a6a2f90cb4b (diff)
import whole driver package
Diffstat (limited to 'snd-alpx/alpx_cards.h')
-rw-r--r--snd-alpx/alpx_cards.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/snd-alpx/alpx_cards.h b/snd-alpx/alpx_cards.h
deleted file mode 100644
index 9e2aab6..0000000
--- a/snd-alpx/alpx_cards.h
+++ /dev/null
@@ -1,27 +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)
-*/
-
-
-/* This file contains the card centered services */
-#ifndef _ALPX_CARDS_H
-#define _ALPX_CARDS_H
-
-#include "alpx.h"
-#include <sound/core.h>
-
-void alpstereo_print_identity(struct alpx_device *alpx_dev, struct snd_card *card, const unsigned char* label);
-void alpmadi_print_identity(struct alpx_device *alpx_dev, struct snd_card *card, const unsigned char* label);
-void alpmultichan_print_identity(struct alpx_device *alpx_dev, struct snd_card *card, const unsigned char* label);
-void alpdante_print_identity(struct alpx_device *alpx_dev, struct snd_card *card, const unsigned char* label);
-int alpdante_card_setup(struct alpx_device *alpx_dev, struct snd_card *card, unsigned int configured_fs, bool is_loopback_enabled);
-int alpstereo_finalize_identity(struct alpx_device* alpx_dev);
-int alpmultichan_finalize_identity(struct alpx_device* alpx_dev);
-int alpdante_finalize_identity(struct alpx_device* alpx_dev);
-int alpdante_store_config(struct alpx_device* alpx_dev);
-int alpdante_get_dante_name(struct alpx_device* alpx_dev, char* name, unsigned int length);
-
-#endif