xref: /kernel/linux/linux-5.10/sound/usb/6fire/common.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/sound/usb/6fire/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Linux driver for TerraTec DMX 6Fire USB
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Author:	Torsten Schenk <torsten.schenk@zoho.com>
68c2ecf20Sopenharmony_ci * Created:	Jan 01, 2011
78c2ecf20Sopenharmony_ci * Copyright:	(C) Torsten Schenk
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#ifndef USB6FIRE_COMMON_H
118c2ecf20Sopenharmony_ci#define USB6FIRE_COMMON_H
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#include <linux/slab.h>
148c2ecf20Sopenharmony_ci#include <linux/usb.h>
158c2ecf20Sopenharmony_ci#include <sound/core.h>
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#define PREFIX "6fire: "
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_cistruct sfire_chip;
208c2ecf20Sopenharmony_cistruct midi_runtime;
218c2ecf20Sopenharmony_cistruct pcm_runtime;
228c2ecf20Sopenharmony_cistruct control_runtime;
238c2ecf20Sopenharmony_cistruct comm_runtime;
248c2ecf20Sopenharmony_ci#endif /* USB6FIRE_COMMON_H */
258c2ecf20Sopenharmony_ci
26

Indexes created Thu Nov 07 10:32:03 CST 2024