Linux Kernel
3.7.1
|
#include <asm/io.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <sound/core.h>
#include "pmac.h"
#include "burgundy.h"
Go to the source code of this file.
Macros | |
#define | BASE2ADDR(base) ((base) << 12) |
#define | ADDR2BASE(addr) ((addr) >> 12) |
#define | BURGUNDY_VOLUME_W(xname, xindex, addr, shift) |
#define | BURGUNDY_VOLUME_2B(xname, xindex, addr, off) |
#define | BURGUNDY_VOLUME_B(xname, xindex, addr, stereo, atten) |
#define | BURGUNDY_SWITCH_W(xname, xindex, addr, lbit, rbit, stereo) |
#define | BURGUNDY_SWITCH_B(xname, xindex, addr, lmask, rmask, stereo) |
Functions | |
int __devinit | snd_pmac_burgundy_init (struct snd_pmac *chip) |
Definition at line 130 of file burgundy.c.
Definition at line 129 of file burgundy.c.
Definition at line 459 of file burgundy.c.
#define BURGUNDY_SWITCH_W | ( | xname, | |
xindex, | |||
addr, | |||
lbit, | |||
rbit, | |||
stereo | |||
) |
Definition at line 403 of file burgundy.c.
#define BURGUNDY_VOLUME_2B | ( | xname, | |
xindex, | |||
addr, | |||
off | |||
) |
Definition at line 286 of file burgundy.c.
#define BURGUNDY_VOLUME_B | ( | xname, | |
xindex, | |||
addr, | |||
stereo, | |||
atten | |||
) |
Definition at line 348 of file burgundy.c.
#define BURGUNDY_VOLUME_W | ( | xname, | |
xindex, | |||
addr, | |||
shift | |||
) |
Definition at line 210 of file burgundy.c.