Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/firmware.h>
#include <linux/io.h>
#include <sound/core.h>
#include "vxpocket.h"
Go to the source code of this file.
Macros | |
#define | vx_inb(chip, reg) vxp_inb((struct vx_core *)(chip), VX_##reg) |
#define | vx_outb(chip, reg, val) vxp_outb((struct vx_core *)(chip), VX_##reg,val) |
#define | XX_DSP_RESET_WAIT_TIME 2 /* ms */ |
Functions | |
void | vx_set_mic_boost (struct vx_core *chip, int boost) |
void | vx_set_mic_level (struct vx_core *chip, int level) |
Variables | |
struct snd_vx_ops | snd_vxpocket_ops |
struct snd_vx_ops snd_vxpocket_ops |