Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ak4xxx.c File Reference
#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/initval.h>
#include "ice1712.h"

Go to the source code of this file.

Functions

 MODULE_AUTHOR ("Jaroslav Kysela <[email protected]>")
 
 MODULE_DESCRIPTION ("ICEnsemble ICE17xx <-> AK4xxx AD/DA chip interface")
 
 MODULE_LICENSE ("GPL")
 
int snd_ice1712_akm4xxx_init (struct snd_akm4xxx *ak, const struct snd_akm4xxx *temp, const struct snd_ak4xxx_private *_priv, struct snd_ice1712 *ice)
 
void snd_ice1712_akm4xxx_free (struct snd_ice1712 *ice)
 
int snd_ice1712_akm4xxx_build_controls (struct snd_ice1712 *ice)
 

Function Documentation

MODULE_AUTHOR ( "Jaroslav Kysela <[email protected]>"  )
MODULE_DESCRIPTION ( "ICEnsemble ICE17xx <-> AK4xxx AD/DA chip interface )
MODULE_LICENSE ( "GPL"  )
int snd_ice1712_akm4xxx_build_controls ( struct snd_ice1712 ice)

Definition at line 168 of file ak4xxx.c.

void snd_ice1712_akm4xxx_free ( struct snd_ice1712 ice)

Definition at line 153 of file ak4xxx.c.

int snd_ice1712_akm4xxx_init ( struct snd_akm4xxx ak,
const struct snd_akm4xxx temp,
const struct snd_ak4xxx_private _priv,
struct snd_ice1712 ice 
)

Definition at line 126 of file ak4xxx.c.