commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
18 lines
413 B
C
18 lines
413 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2008 Simtec Electronics
|
|
* http://armlinux.simtec.co.uk/
|
|
* Ben Dooks <ben@simtec.co.uk>
|
|
*
|
|
* Simtec common functions
|
|
*/
|
|
|
|
struct s3c24xx_audio_simtec_pdata;
|
|
|
|
extern void nor_simtec_init(void);
|
|
|
|
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);
|