8 lines
161 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef USX2YHWDEP_H
#define USX2YHWDEP_H
2026-01-29 22:25:33 +08:00
int usx2y_hwdep_new(struct snd_card *card, struct usb_device *device);
2026-01-21 18:59:54 +08:00
#endif