Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) ST-Ericsson SA 2012
0004  *
0005  * Author: Ola Lilja <ola.o.lilja@stericsson.com>
0006  *         for ST-Ericsson.
0007  */
0008 
0009 #ifndef MOP500_AB8500_H
0010 #define MOP500_AB8500_H
0011 
0012 extern const struct snd_soc_ops mop500_ab8500_ops[];
0013 
0014 int mop500_ab8500_machine_init(struct snd_soc_pcm_runtime *rtd);
0015 void mop500_ab8500_remove(struct snd_soc_card *card);
0016 
0017 #endif