mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
4c0a58ef36
This patch corrects merely the spaces in the usx2y code, including the superfluous trailing space in the debug prints and a slight reformat of some comment lines. Nothing really touches about the code itself. Link: https://lore.kernel.org/r/20210517131545.27252-3-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
8 lines
161 B
C
8 lines
161 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef USX2YHWDEP_H
|
|
#define USX2YHWDEP_H
|
|
|
|
int usx2y_hwdep_new(struct snd_card *card, struct usb_device *device);
|
|
|
|
#endif
|