mirror of https://github.com/torvalds/linux.git
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 */
|