summaryrefslogtreecommitdiff
path: root/snd-pcxhr-dkms/src/pcxhr_mixer.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2025-05-08 17:45:06 (GMT)
committerChristian Pointner <equinox@helsinki.at>2025-05-08 17:45:06 (GMT)
commite540c2f827bd7c81915b00000e440d91b450b034 (patch)
treefd0525b5425220413f4a54434b1eeb1a2c7a2f56 /snd-pcxhr-dkms/src/pcxhr_mixer.h
parent829bf65b9d6813528cf83a99503955d8894b5bde (diff)
snd-pcxhr: split package up into dkms source and firmwareHEADmaster
Diffstat (limited to 'snd-pcxhr-dkms/src/pcxhr_mixer.h')
-rw-r--r--snd-pcxhr-dkms/src/pcxhr_mixer.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/snd-pcxhr-dkms/src/pcxhr_mixer.h b/snd-pcxhr-dkms/src/pcxhr_mixer.h
deleted file mode 100644
index 9c08620..0000000
--- a/snd-pcxhr-dkms/src/pcxhr_mixer.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-/*
- * Driver for Digigram pcxhr compatible soundcards
- *
- * include file for mixer
- *
- * Copyright (c) 2004 by Digigram <alsa@digigram.com>
- */
-
-#ifndef __SOUND_PCXHR_MIXER_H
-#define __SOUND_PCXHR_MIXER_H
-
-/* exported */
-int pcxhr_create_mixer(struct pcxhr_mgr *mgr);
-
-#endif /* __SOUND_PCXHR_MIXER_H */