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.8 17 lines 385 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * CS42L43 CODEC driver external data 4 * 5 * Copyright (C) 2022-2023 Cirrus Logic, Inc. and 6 * Cirrus Logic International Semiconductor Ltd. 7 */ 8 9#ifndef CS42L43_ASOC_EXT_H 10#define CS42L43_ASOC_EXT_H 11 12#define CS42L43_SYSCLK 0 13 14#define CS42L43_SYSCLK_MCLK 0 15#define CS42L43_SYSCLK_SDW 1 16 17#endif /* CS42L43_ASOC_EXT_H */