QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
340 B

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright 2008 Juergen Beisert, [email protected]
*/
#ifndef MC13783_MIXER_H
#define MC13783_MIXER_H
#define MC13783_CLK_CLIA 1
#define MC13783_CLK_CLIB 2
#define MC13783_ID_STEREO_DAC 1
#define MC13783_ID_STEREO_CODEC 2
#define MC13783_ID_SYNC 3
#endif /* MC13783_MIXER_H */