2017-12-25 19:54:32 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/*
|
2008-07-03 10:24:39 +00:00
|
|
|
* Copyright (c) 2008 Simtec Electronics
|
|
|
|
* http://armlinux.simtec.co.uk/
|
|
|
|
* Ben Dooks <ben@simtec.co.uk>
|
|
|
|
*
|
2012-03-07 09:47:11 +00:00
|
|
|
* Simtec common functions
|
2017-12-25 19:54:32 +00:00
|
|
|
*/
|
2008-07-03 10:24:39 +00:00
|
|
|
|
2012-03-07 09:47:11 +00:00
|
|
|
struct s3c24xx_audio_simtec_pdata;
|
|
|
|
|
2008-07-03 10:24:39 +00:00
|
|
|
extern void nor_simtec_init(void);
|
2012-03-07 09:47:11 +00:00
|
|
|
|
|
|
|
extern int usb_simtec_init(void);
|
|
|
|
|
|
|
|
extern int simtec_audio_add(const char *codec_name, bool has_lr_routing,
|
|
|
|
struct s3c24xx_audio_simtec_pdata *pdata);
|