Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (c) 2008 Simtec Electronics
0004  *  http://armlinux.simtec.co.uk/
0005  *  Ben Dooks <ben@simtec.co.uk>
0006  *
0007  * Simtec common functions
0008  */
0009 
0010 struct s3c24xx_audio_simtec_pdata;
0011 
0012 extern void nor_simtec_init(void);
0013 
0014 extern int usb_simtec_init(void);
0015 
0016 extern int simtec_audio_add(const char *codec_name, bool has_lr_routing,
0017                 struct s3c24xx_audio_simtec_pdata *pdata);