Searched +full:high +full:- +full:fidelity (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | neofidelity,ntp8918.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Igor Prusov <[email protected]> 16 processing functions, high-performance, high-fidelity fully 17 digital PWM modulator and two high-power full-bridge MOSFET 21 - $ref: dai-common.yaml# 26 - neofidelity,ntp8918 30 - 0x2a 31 - 0x2b [all …]
|
D | neofidelity,ntp8835.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Igor Prusov <[email protected]> 16 processing functions, high-performance, high-fidelity fully 17 digital PWM modulator and two high-power full-bridge MOSFET 22 - $ref: dai-common.yaml# 27 - neofidelity,ntp8835 28 - neofidelity,ntp8835c 32 - 0x2a [all …]
|
/linux-6.14.4/sound/soc/codecs/ |
D | isabelle.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * isabelle.h - Low power high fidelity audio codec driver header file
|
D | isabelle.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * isabelle.c - Low power high fidelity audio codec driver 22 #include <sound/soc-dapm.h> 342 static const DECLARE_TLV_DB_SCALE(afm_amp_tlv, -3300, 300, 0); 343 static const DECLARE_TLV_DB_SCALE(dac_tlv, -1200, 200, 0); 344 static const DECLARE_TLV_DB_SCALE(hf_tlv, -5000, 200, 0); 346 /* from -63 to 0 dB in 1 dB steps */ 347 static const DECLARE_TLV_DB_SCALE(dpga_tlv, -6300, 100, 1); 349 /* from -63 to 9 dB in 1 dB steps */ 350 static const DECLARE_TLV_DB_SCALE(rx_tlv, -6300, 100, 1); [all …]
|
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_format.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 12 * This header file defines all the on-disk format definitions for 26 * Fits into a sector-sized buffer at address 0 of each allocation group. 31 #define XFS_SB_VERSION_2 2 /* 6.2 - attributes */ 32 #define XFS_SB_VERSION_3 3 /* 6.2 - new inode version */ 33 #define XFS_SB_VERSION_4 4 /* 6.2+ - bitmask version */ 47 #define XFS_SB_VERSION_BORGBIT 0x4000 /* ASCII only case-insens. */ 93 * Superblock - in core version. Must be padded to 64 bit alignment. 101 uuid_t sb_uuid; /* user-visible file system unique id */ [all …]
|
/linux-6.14.4/mm/ |
D | memory.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 * demand-loading started 01.12.91 - seems it is high on the list of 10 * things wanted, and it should be easy to implement. - Linus 14 * Ok, demand-loading was easy, shared pages a little bit tricker. Shared 15 * pages started 02.12.91, seems to work. - Linus. 21 * Also corrected some "invalidate()"s - I wasn't doing enough of them. 27 * 19.12.91 - works, somewhat. Sometimes I get faults, don't know why. 29 * 20.12.91 - Ok, making the swap-device changeable like the root. 33 * 05.04.94 - Multi-page memory management added for v1.1. 36 * 16.07.99 - Support of BIGMEM added by Gerhard Wichert, Siemens AG [all …]
|
D | shmem.c | 6 * 2000-2001 Christoph Rohland 7 * 2000-2001 SAP AG 9 * Copyright (C) 2002-2011 Hugh Dickins. 11 * Copyright (C) 2002-2005 VERITAS Software Corporation. 18 * tiny-shmem: 62 #include <linux/backing-dev.h> 103 * inode->i_private (with i_rwsem making sure that it has only one user at 157 return min3(nr_pages - totalhigh_pages(), nr_pages / 2, in shmem_default_max_inodes() 168 return sb->s_fs_info; in SHMEM_SB() 172 * shmem_file_setup pre-accounts the whole fixed size of a VM object, [all …]
|