
Update file header to GPL-2.0-only. Change-Id: Ic1542a3209a5fe73c937a5b36491ede4a451936d Signed-off-by: Meng Wang <mengw@codeaurora.org>
20 sor
496 B
C
20 sor
496 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _WCD937X_H
|
|
#define _WCD937X_H
|
|
|
|
#ifdef CONFIG_SND_SOC_WCD937X
|
|
extern int wcd937x_info_create_codec_entry(struct snd_info_entry *codec_root,
|
|
struct snd_soc_component *component);
|
|
#else
|
|
extern int wcd937x_info_create_codec_entry(struct snd_info_entry *codec_root,
|
|
struct snd_soc_component *component)
|
|
{
|
|
return 0;
|
|
}
|
|
#endif /* CONFIG_SND_SOC_WCD937X */
|
|
|
|
#endif
|