Linux Kernel
3.7.1
|
#include <asm/io.h>
#include <asm/irq.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/dma-mapping.h>
#include <sound/core.h>
#include "pmac.h"
#include <sound/pcm_params.h>
#include <asm/pmac_feature.h>
#include <asm/pci-bridge.h>
Go to the source code of this file.
Functions | |
unsigned int | snd_pmac_rate_index (struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate) |
int __devinit | snd_pmac_pcm_new (struct snd_pmac *chip) |
void | snd_pmac_beep_dma_start (struct snd_pmac *chip, int bytes, unsigned long addr, int speed) |
void | snd_pmac_beep_dma_stop (struct snd_pmac *chip) |
int __devinit | snd_pmac_add_automute (struct snd_pmac *chip) |
int __devinit | snd_pmac_new (struct snd_card *card, struct snd_pmac **chip_return) |