![Takashi Iwai](/assets/img/avatar_default.png)
[ Upstream commit 4c0a58ef36f3de1be0d1c8565ca854bcabd37e2b ] 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> Stable-dep-of: dafb28f02be4 ("ALSA: usx2y: Use snd_card_free_when_closed() at disconnection") Signed-off-by: Sasha Levin <sashal@kernel.org>
7 lines
161 B
C
Executable file
7 lines
161 B
C
Executable file
/* 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
|