Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / include / sound / rt1318.h
blobfe6bff06036c1bc7b5ee6d1a9a9fe8cf4afc6de2
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * linux/sound/rt1318.h -- Platform data for RT1318
5 * Copyright 2024 Realtek Semiconductor Corp.
6 */
8 #ifndef __LINUX_SND_RT1318_H
9 #define __LINUX_SND_RT1318_H
11 struct rt1318_platform_data {
12 unsigned int init_r0_l;
13 unsigned int init_r0_r;
16 #endif