mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-10-07 10:09:34 +00:00
17 lines
514 B
C
17 lines
514 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2022 Samsung Electronics Co. Ltd.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*/
|
|
|
|
#ifndef __LINUX_USB_MTK_AUDIO_H
|
|
#define __LINUX_USB_MTK_AUDIO_H
|
|
|
|
void mtk_usb_audio_init(void);
|
|
void mtk_usb_audio_exit(void);
|
|
#endif /* __LINUX_USB_MTK_AUDIO_H */
|