asoc: codecs: Add support for rouleur codec
Add support for rouleur codec driver and pm2250 spmi driver. Change-Id: Ie56f7af012c0c7b6e68077463f43050e051a3ef9 Signed-off-by: Aditya Bavanari <abavanar@codeaurora.org>
This commit is contained in:

کامیت شده توسط
Gerrit - the friendly Code Review server

والد
68f58b0d09
کامیت
9120845177
19
asoc/codecs/rouleur/rouleur.h
Normal file
19
asoc/codecs/rouleur/rouleur.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _ROULEUR_H
|
||||
#define _ROULEUR_H
|
||||
|
||||
#ifdef CONFIG_SND_SOC_ROULEUR
|
||||
extern int rouleur_info_create_codec_entry(struct snd_info_entry *codec_root,
|
||||
struct snd_soc_component *component);
|
||||
#else
|
||||
extern int rouleur_info_create_codec_entry(struct snd_info_entry *codec_root,
|
||||
struct snd_soc_component *component)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif /* CONFIG_SND_SOC_ROULEUR */
|
||||
|
||||
#endif
|
مرجع در شماره جدید
Block a user