Linux Kernel
3.7.1
|
#include <asm/io.h>
#include <linux/delay.h>
#include <linux/time.h>
#include <sound/core.h>
#include <sound/sb.h>
#include <sound/control.h>
Go to the source code of this file.
Functions | |
void | snd_sbmixer_write (struct snd_sb *chip, unsigned char reg, unsigned char data) |
unsigned char | snd_sbmixer_read (struct snd_sb *chip, unsigned char reg) |
int | snd_sbmixer_add_ctl (struct snd_sb *chip, const char *name, int index, int type, unsigned long value) |
int | snd_sbmixer_new (struct snd_sb *chip) |
int snd_sbmixer_add_ctl | ( | struct snd_sb * | chip, |
const char * | name, | ||
int | index, | ||
int | type, | ||
unsigned long | value | ||
) |
Definition at line 473 of file sb_mixer.c.
Definition at line 758 of file sb_mixer.c.
Definition at line 42 of file sb_mixer.c.