Linux Kernel
3.7.1
|
#include <linux/input.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/workqueue.h>
#include <linux/export.h>
#include <sound/core.h>
#include "hda_beep.h"
#include "hda_local.h"
Go to the source code of this file.
Enumerations | |
enum | { DIGBEEP_HZ_STEP = 46875, DIGBEEP_HZ_MIN = 93750, DIGBEEP_HZ_MAX = 12000000 } |
anonymous enum |
Definition at line 31 of file hda_beep.c.
EXPORT_SYMBOL_HDA | ( | snd_hda_enable_beep_device | ) |
EXPORT_SYMBOL_HDA | ( | snd_hda_attach_beep_device | ) |
EXPORT_SYMBOL_HDA | ( | snd_hda_detach_beep_device | ) |
EXPORT_SYMBOL_HDA | ( | snd_hda_mixer_amp_switch_get_beep | ) |
EXPORT_SYMBOL_HDA | ( | snd_hda_mixer_amp_switch_put_beep | ) |
Definition at line 185 of file hda_beep.c.
Definition at line 222 of file hda_beep.c.
Definition at line 165 of file hda_beep.c.
int snd_hda_mixer_amp_switch_get_beep | ( | struct snd_kcontrol * | kcontrol, |
struct snd_ctl_elem_value * | ucontrol | ||
) |
Definition at line 242 of file hda_beep.c.
int snd_hda_mixer_amp_switch_put_beep | ( | struct snd_kcontrol * | kcontrol, |
struct snd_ctl_elem_value * | ucontrol | ||
) |
Definition at line 256 of file hda_beep.c.