mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
12 lines
304 B
C
12 lines
304 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0
|
||
|
*
|
||
|
* Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||
|
*/
|
||
|
|
||
|
#ifndef __USB_OFFLOAD_MIXER_H
|
||
|
#define __USB_OFFLOAD_MIXER_H
|
||
|
|
||
|
int snd_usb_offload_create_ctl(struct snd_usb_audio *chip, struct device *bedev);
|
||
|
|
||
|
#endif /* __USB_OFFLOAD_MIXER_H */
|