sound/soc/sdw_utils/soc_sdw_rt_amp_coeff_tables.h
Source file repositories/reference/linux-study-clean/sound/soc/sdw_utils/soc_sdw_rt_amp_coeff_tables.h
File Facts
- System
- Linux kernel
- Corpus path
sound/soc/sdw_utils/soc_sdw_rt_amp_coeff_tables.h- Extension
.h- Size
- 5764 bytes
- Lines
- 301
- Domain
- Driver Families
- Bucket
- sound/soc
- Inferred role
- Driver Families: implementation source
- Status
- source implementation candidate
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
#ifndef SND_SOC_SDW_RT_SDW_AMP_COEFF_H
#define SND_SOC_SDW_RT_SDW_AMP_COEFF_H
#define RT1308_MAX_BQ_REG 480
#define RT1316_MAX_BQ_REG 580
static const u8 __maybe_unused dell_0a5d_bq_params[] = {
0xb0, 0xc5, 0x00, /* address: 0xc5b0; data: 0x00 */
0xb1, 0xc5, 0x32,
0xb2, 0xc5, 0x44,
0xb3, 0xc5, 0x19,
0xc0, 0xc5, 0x04,
0xc1, 0xc5, 0x00,
0xc2, 0xc5, 0x00,
0xc3, 0xc5, 0x00,
0xd0, 0xc5, 0x02,
0xd1, 0xc5, 0x00,
0xd2, 0xc5, 0x00,
0xd3, 0xc5, 0x00,
0xe0, 0xc5, 0x01,
0xe1, 0xc5, 0xe8,
0xe2, 0xc5, 0x5f,
0xe3, 0xc5, 0x8a,
0xf0, 0xc5, 0x1f,
0xf1, 0xc5, 0x4e,
0xf2, 0xc5, 0x90,
0xf3, 0xc5, 0x11,
0x50, 0xc6, 0x01,
0x51, 0xc6, 0xff,
0x52, 0xc6, 0x45,
0x53, 0xc6, 0x41,
0x60, 0xc6, 0x1c,
0x61, 0xc6, 0x00,
0x62, 0xc6, 0x00,
0x63, 0xc6, 0x00,
0x70, 0xc6, 0x02,
0x71, 0xc6, 0x00,
0x72, 0xc6, 0x00,
0x73, 0xc6, 0x00,
0x80, 0xc6, 0x03,
0x81, 0xc6, 0xfe,
0x82, 0xc6, 0x89,
0x83, 0xc6, 0xfa,
0x90, 0xc6, 0x1e,
0x91, 0xc6, 0x01,
0x92, 0xc6, 0x74,
0x93, 0xc6, 0xf6,
0x00, 0xc6, 0x01,
0x01, 0xc6, 0xd9,
0x02, 0xc6, 0xfb,
0x03, 0xc6, 0xc4,
0x10, 0xc6, 0x1c,
0x11, 0xc6, 0x00,
0x12, 0xc6, 0x00,
0x13, 0xc6, 0x00,
0x20, 0xc6, 0x02,
0x21, 0xc6, 0x00,
0x22, 0xc6, 0x00,
0x23, 0xc6, 0x00,
0x30, 0xc6, 0x03,
0x31, 0xc6, 0xaf,
0x32, 0xc6, 0x23,
0x33, 0xc6, 0xcb,
0x40, 0xc6, 0x1e,
0x41, 0xc6, 0x47,
0x42, 0xc6, 0x34,
0x43, 0xc6, 0xba,
0xa0, 0xc6, 0x01,
0xa1, 0xc6, 0xff,
0xa2, 0xc6, 0x45,
0xa3, 0xc6, 0x41,
0xb0, 0xc6, 0x1c,
0xb1, 0xc6, 0x00,
0xb2, 0xc6, 0x00,
0xb3, 0xc6, 0x00,
0xc0, 0xc6, 0x02,
0xc1, 0xc6, 0x00,
0xc2, 0xc6, 0x00,
0xc3, 0xc6, 0x00,
0xd0, 0xc6, 0x03,
0xd1, 0xc6, 0xfe,
0xd2, 0xc6, 0x89,
0xd3, 0xc6, 0xfa,
0xe0, 0xc6, 0x1e,
0xe1, 0xc6, 0x01,
0xe2, 0xc6, 0x74,
0xe3, 0xc6, 0xf6,
0x40, 0xc5, 0x0d,
0x30, 0xc7, 0x15,
0x31, 0xc7, 0x7c,
Annotation
- Atlas domain: Driver Families / sound/soc.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.