Linux Kernel
3.7.1
|
#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) |
MODULE_AUTHOR | ( | "Jaroslav Kysela <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
int snd_ice1712_akm4xxx_build_controls | ( | struct snd_ice1712 * | ice | ) |
void snd_ice1712_akm4xxx_free | ( | struct snd_ice1712 * | ice | ) |
int snd_ice1712_akm4xxx_init | ( | struct snd_akm4xxx * | ak, |
const struct snd_akm4xxx * | temp, | ||
const struct snd_ak4xxx_private * | _priv, | ||
struct snd_ice1712 * | ice | ||
) |