https://github.com/torvalds/linux
Raw File
Tip revision: 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c authored by Linus Torvalds on 30 September 2019, 17:35:40 UTC
Linux 5.4-rc1
Tip revision: 54ecb8f
rt5514.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * linux/sound/rt5514.h -- Platform data for RT5514
 *
 * Copyright 2016 Realtek Semiconductor Corp.
 * Author: Oder Chiou <oder_chiou@realtek.com>
 */

#ifndef __LINUX_SND_RT5514_H
#define __LINUX_SND_RT5514_H

struct rt5514_platform_data {
	unsigned int dmic_init_delay;
	const char *dsp_calib_clk_name;
	unsigned int dsp_calib_clk_rate;
};

#endif

back to top