Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Greybus Audio Sound SoC helper APIs
0004  */
0005 
0006 #ifndef __LINUX_GBAUDIO_HELPER_H
0007 #define __LINUX_GBAUDIO_HELPER_H
0008 
0009 int gbaudio_dapm_link_component_dai_widgets(struct snd_soc_card *card,
0010                         struct snd_soc_dapm_context *dapm);
0011 int gbaudio_dapm_free_controls(struct snd_soc_dapm_context *dapm,
0012                    const struct snd_soc_dapm_widget *widget,
0013                    int num);
0014 int gbaudio_remove_component_controls(struct snd_soc_component *component,
0015                       const struct snd_kcontrol_new *controls,
0016                       unsigned int num_controls);
0017 #endif