Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/usb/qcom/mixer_usb_offload.h
26426 views
1
/* SPDX-License-Identifier: GPL-2.0
2
*
3
* Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
4
*/
5
6
#ifndef __USB_OFFLOAD_MIXER_H
7
#define __USB_OFFLOAD_MIXER_H
8
9
int snd_usb_offload_create_ctl(struct snd_usb_audio *chip, struct device *bedev);
10
11
#endif /* __USB_OFFLOAD_MIXER_H */
12
13