Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.12 16 lines 340 B view raw
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * Copyright 2008 Juergen Beisert, kernel@pengutronix.de 4 */ 5 6#ifndef MC13783_MIXER_H 7#define MC13783_MIXER_H 8 9#define MC13783_CLK_CLIA 1 10#define MC13783_CLK_CLIB 2 11 12#define MC13783_ID_STEREO_DAC 1 13#define MC13783_ID_STEREO_CODEC 2 14#define MC13783_ID_SYNC 3 15 16#endif /* MC13783_MIXER_H */