]> Git Repo - J-linux.git/blob - include/sound/rt1318.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / sound / rt1318.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * linux/sound/rt1318.h -- Platform data for RT1318
4  *
5  * Copyright 2024 Realtek Semiconductor Corp.
6  */
7
8 #ifndef __LINUX_SND_RT1318_H
9 #define __LINUX_SND_RT1318_H
10
11 struct rt1318_platform_data {
12         unsigned int init_r0_l;
13         unsigned int init_r0_r;
14 };
15
16 #endif
This page took 0.026896 seconds and 4 git commands to generate.