Revision 964d32e512670c7b87870e30cfed2303da86d614 authored by Miklos Szeredi on 21 October 2021, 08:01:39 UTC, committed by Miklos Szeredi on 21 October 2021, 08:01:39 UTC
Instead of "goto err", return error directly, since there's no error
cleanup to do now.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
1 parent 80019f1
Raw File
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