1 /* SPDX-License-Identifier: GPL-2.0-or-later * 1 2 /* 3 * Definitions for CS4271 ASoC codec driver 4 * 5 * Copyright (c) 2010 Alexander Sverdlin <suba 6 */ 7 8 #ifndef __CS4271_H 9 #define __CS4271_H 10 11 struct cs4271_platform_data { 12 bool amutec_eq_bmutec; /* flag to ena 13 14 /* 15 * The CS4271 requires its LRCLK and M 16 * line is de-asserted. That also mean 17 * without putting the chip back into 18 * a complete re-initialization of all 19 * 20 * One (undocumented) workaround is to 21 * in the MODE2 register. This workaro 22 * following flag. 23 * 24 * Note that this is not needed in cas 25 * throughout the entire runtime of th 26 */ 27 bool enable_soft_reset; 28 }; 29 30 #endif /* __CS4271_H */ 31
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.