|
Linux Kernel
3.7.1
|
#include <linux/interrupt.h>#include <linux/vmalloc.h>#include <linux/firmware.h>#include <linux/pci.h>#include <linux/module.h>#include <asm/io.h>#include <sound/core.h>#include <sound/hwdep.h>#include "pcxhr.h"#include "pcxhr_mixer.h"#include "pcxhr_hwdep.h"#include "pcxhr_core.h"#include "pcxhr_mix22.h"Go to the source code of this file.
Macros | |
| #define | PCXHR_HWDEP_ID "pcxhr loader" |
Functions | |
| void | pcxhr_reset_board (struct pcxhr_mgr *mgr) |
| int | pcxhr_setup_firmware (struct pcxhr_mgr *mgr) |
| #define PCXHR_HWDEP_ID "pcxhr loader" |
Definition at line 432 of file pcxhr_hwdep.c.
Definition at line 139 of file pcxhr_hwdep.c.
Definition at line 475 of file pcxhr_hwdep.c.
1.8.2