]> Git Repo - J-linux.git/blob - include/linux/platform_data/media/timb_radio.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / include / linux / platform_data / media / timb_radio.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * timb_radio.h Platform struct for the Timberdale radio driver
4  * Copyright (c) 2009 Intel Corporation
5  */
6
7 #ifndef _TIMB_RADIO_
8 #define _TIMB_RADIO_ 1
9
10 #include <linux/i2c.h>
11
12 struct timb_radio_platform_data {
13         int i2c_adapter; /* I2C adapter where the tuner and dsp are attached */
14         struct i2c_board_info *tuner;
15         struct i2c_board_info *dsp;
16 };
17
18 #endif
This page took 0.031361 seconds and 4 git commands to generate.