summaryrefslogtreecommitdiff
path: root/snd-pcxhr-dkms/src/pcxhr_hrtimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'snd-pcxhr-dkms/src/pcxhr_hrtimer.h')
-rw-r--r--snd-pcxhr-dkms/src/pcxhr_hrtimer.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/snd-pcxhr-dkms/src/pcxhr_hrtimer.h b/snd-pcxhr-dkms/src/pcxhr_hrtimer.h
deleted file mode 100644
index b54d864..0000000
--- a/snd-pcxhr-dkms/src/pcxhr_hrtimer.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * Driver for Digigram pcxhr compatible soundcards
- *
- * Copyright (c) 2004 by Digigram <alsa@digigram.com>
- */
-
-#ifndef PCXHR_PCX_HRTIMER_H_
-#define PCXHR_PCX_HRTIMER_H_
-
-#include <linux/hrtimer.h>
-#include "pcxhr.h"
-#include "pcxhr_core.h"
-
-/* interrupt handling */
-enum hrtimer_restart pcxhr_hr_timer_callback(struct hrtimer* hr_timer);
-
-void pcxhr_hr_timer_tasklet(unsigned long data);
-void pcxhr_hr_timer_trig(struct pcxhr_mgr *mgr, int start, unsigned int rate);
-void pcxhr_hr_timer_init(struct pcxhr_mgr *mgr);
-void pcxhr_hr_timer_kill(struct pcxhr_mgr *mgr);
-
-#endif /* PCXHR_PCX_HRTIMER_H_ */