xref: /kernel/linux/linux-5.10/sound/usb/6fire/firmware.h (revision 8c2ecf20)
  • 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
68c2ecf20Sopenharmony_ci * Created: Jan 01, 2011
78c2ecf20Sopenharmony_ci * Copyright:	(C) Torsten Schenk
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#ifndef USB6FIRE_FIRMWARE_H
118c2ecf20Sopenharmony_ci#define USB6FIRE_FIRMWARE_H
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#include "common.h"
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_cienum /* firmware state of device */
168c2ecf20Sopenharmony_ci{
178c2ecf20Sopenharmony_ci	FW_READY = 0,
188c2ecf20Sopenharmony_ci	FW_NOT_READY = 1
198c2ecf20Sopenharmony_ci};
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ciint usb6fire_fw_init(struct usb_interface *intf);
228c2ecf20Sopenharmony_ci#endif /* USB6FIRE_FIRMWARE_H */
238c2ecf20Sopenharmony_ci
24

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