mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
eb775d38e0
Remove the use of set_hs_extmute callback and let the codec driver to handle the extmute GPIO. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
11 lines
227 B
C
11 lines
227 B
C
/*
|
|
* Defines for zoom boards
|
|
*/
|
|
#include <video/omapdss.h>
|
|
|
|
#define ZOOM_NAND_CS 0
|
|
|
|
extern int __init zoom_debugboard_init(void);
|
|
extern void __init zoom_peripherals_init(void);
|
|
extern void __init zoom_display_init(void);
|