Linux Kernel
3.7.1
|
#include <sound/core.h>
#include <sound/control.h>
#include <sound/tlv.h>
#include <sound/i2c.h>
#include <sound/pt2258.h>
#include <linux/module.h>
Go to the source code of this file.
Macros | |
#define | PT2258_CMD_RESET 0xc0 |
#define | PT2258_CMD_UNMUTE 0xf8 |
#define | PT2258_CMD_MUTE 0xf9 |
#define | pt2258_switch_info snd_ctl_boolean_mono_info |
Functions | |
MODULE_AUTHOR ("Jochen Voss <[email protected]>") | |
MODULE_DESCRIPTION ("PT2258 volume controller (Princeton Technology Corp.)") | |
MODULE_LICENSE ("GPL") | |
int | snd_pt2258_reset (struct snd_pt2258 *pt) |
int | snd_pt2258_build_controls (struct snd_pt2258 *pt) |
EXPORT_SYMBOL (snd_pt2258_reset) | |
EXPORT_SYMBOL (snd_pt2258_build_controls) | |
#define pt2258_switch_info snd_ctl_boolean_mono_info |
EXPORT_SYMBOL | ( | snd_pt2258_reset | ) |
EXPORT_SYMBOL | ( | snd_pt2258_build_controls | ) |
MODULE_AUTHOR | ( | "Jochen Voss <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "PT2258 volume controller (Princeton Technology Corp.)" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
int snd_pt2258_build_controls | ( | struct snd_pt2258 * | pt | ) |
int snd_pt2258_reset | ( | struct snd_pt2258 * | pt | ) |