Searched +full:aac +full:- +full:timing (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/media/i2c/ |
D | dongwoon,dw9768.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Dongchun Zhu <dongchun.zhu@mediatek.com> 13 description: |- 14 The Dongwoon DW9768 is a single 10-bit digital-to-analog (DAC) converter 16 a linear mode driver. The DAC is controlled via a 2-wire (I2C-compatible) 18 integrates Advanced Actuator Control (AAC) technology and is intended for 24 - dongwoon,dw9768 # for DW9768 VCM 25 - giantec,gt9769 # for GT9769 VCM [all …]
|
/Linux-v5.10/drivers/media/i2c/ |
D | dw9768.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <media/v4l2-async.h> 10 #include <media/v4l2-ctrls.h> 11 #include <media/v4l2-device.h> 12 #include <media/v4l2-fwnode.h> 13 #include <media/v4l2-subdev.h> 16 #define DW9768_MAX_FOCUS_POS (1024 - 1) 27 * 1: AAC mode (ringing control mode) 50 * AAC mode control & prescale register 78 * DW9768 requires waiting time (delay time) of t_OPR after power-up, [all …]
|
/Linux-v5.10/sound/pci/hda/ |
D | hda_eld.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 36 "2-reserved", 37 "3-reserved" 74 /* 2 */ "AC-3", 78 /* 6 */ "AAC-LC", 82 /* 10 */ "E-AC-3/DD+ (Dolby Digital Plus)", 83 /* 11 */ "DTS-HD", 87 /* 15 */ "HE-AAC", 88 /* 16 */ "HE-AACv2", 94 * - HDMI audio InfoFrame (source to sink) [all …]
|
/Linux-v5.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 6 * Copyright (c) 1994-2001 Justin T. Gibbs. 7 * Copyright (c) 2000-2001 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 299 /* Ignore all SISL (AAC on MB) based controllers. */ 346 "Adaptec AAA-131 Ultra2 RAID adapter", 694 if (entry->full_id == (full_id & entry->id_mask)) { in ahc_find_pci_device() 696 if (entry->name == NULL) in ahc_find_pci_device() 717 error = entry->setup(ahc); in ahc_pci_config() 720 ahc->chip |= AHC_PCI; in ahc_pci_config() 721 ahc->description = entry->name; in ahc_pci_config() [all …]
|