brintos

brintos / linux-shallow public Read only

0
0
Text · 303 B · fe6bff0 Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * linux/sound/rt1318.h -- Platform data for RT13184 *5 * Copyright 2024 Realtek Semiconductor Corp.6 */7 8#ifndef __LINUX_SND_RT1318_H9#define __LINUX_SND_RT1318_H10 11struct rt1318_platform_data {12	unsigned int init_r0_l;13	unsigned int init_r0_r;14};15 16#endif17