sound/pci/pcxhr/pcxhr_hwdep.h

Source file repositories/reference/linux-study-clean/sound/pci/pcxhr/pcxhr_hwdep.h

File Facts

System
Linux kernel
Corpus path
sound/pci/pcxhr/pcxhr_hwdep.h
Extension
.h
Size
702 bytes
Lines
28
Domain
Driver Families
Bucket
sound/pci
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.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __SOUND_PCXHR_HWDEP_H
#define __SOUND_PCXHR_HWDEP_H


/* firmware status codes  */
#define PCXHR_FIRMWARE_XLX_INT_INDEX   0
#define PCXHR_FIRMWARE_XLX_COM_INDEX   1
#define PCXHR_FIRMWARE_DSP_EPRM_INDEX  2
#define PCXHR_FIRMWARE_DSP_BOOT_INDEX  3
#define PCXHR_FIRMWARE_DSP_MAIN_INDEX  4
#define PCXHR_FIRMWARE_FILES_MAX_INDEX 5


/* exported */
int  pcxhr_setup_firmware(struct pcxhr_mgr *mgr);
void pcxhr_reset_board(struct pcxhr_mgr *mgr);

#endif /* __SOUND_PCXHR_HWDEP_H */

Annotation

Implementation Notes