Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pmac.c File Reference
#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)
 

Function Documentation

int __devinit snd_pmac_add_automute ( struct snd_pmac chip)

Definition at line 1164 of file pmac.c.

void snd_pmac_beep_dma_start ( struct snd_pmac chip,
int  bytes,
unsigned long  addr,
int  speed 
)

Definition at line 756 of file pmac.c.

void snd_pmac_beep_dma_stop ( struct snd_pmac chip)

Definition at line 774 of file pmac.c.

int __devinit snd_pmac_new ( struct snd_card card,
struct snd_pmac **  chip_return 
)

Definition at line 1181 of file pmac.c.

int __devinit snd_pmac_pcm_new ( struct snd_pmac chip)

Definition at line 705 of file pmac.c.

unsigned int snd_pmac_rate_index ( struct snd_pmac chip,
struct pmac_stream rec,
unsigned int  rate 
)

Definition at line 96 of file pmac.c.