Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright 2009 Simtec Electronics
0004  */
0005 
0006 extern void simtec_audio_init(struct snd_soc_pcm_runtime *rtd);
0007 
0008 extern int simtec_audio_core_probe(struct platform_device *pdev,
0009                    struct snd_soc_card *card);
0010 
0011 extern int simtec_audio_remove(struct platform_device *pdev);
0012 
0013 #ifdef CONFIG_PM
0014 extern const struct dev_pm_ops simtec_audio_pmops;
0015 #define simtec_audio_pm &simtec_audio_pmops
0016 #else
0017 #define simtec_audio_pm NULL
0018 #endif