|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/moduleparam.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/delay.h>#include <linux/pm.h>#include <linux/regmap.h>#include <linux/i2c.h>#include <linux/slab.h>#include <sound/core.h>#include <sound/pcm.h>#include <sound/pcm_params.h>#include <sound/soc.h>#include <sound/soc-dapm.h>#include <sound/tlv.h>#include <sound/jack.h>#include <sound/initval.h>#include <asm/div64.h>#include "isabelle.h"Go to the source code of this file.
Macros | |
| #define | ISABELLE_RATES SNDRV_PCM_RATE_8000_48000 |
| #define | ISABELLE_FORMATS |
Functions | |
| MODULE_DEVICE_TABLE (i2c, isabelle_i2c_id) | |
| module_i2c_driver (isabelle_i2c_driver) | |
| MODULE_DESCRIPTION ("ASoC ISABELLE driver") | |
| MODULE_AUTHOR ("Vishwas A Deshpande <[email protected]>") | |
| MODULE_AUTHOR ("M R Swami Reddy <[email protected]>") | |
| MODULE_LICENSE ("GPL v2") | |
| #define ISABELLE_FORMATS |
Definition at line 1011 of file isabelle.c.
| #define ISABELLE_RATES SNDRV_PCM_RATE_8000_48000 |
Definition at line 1008 of file isabelle.c.
| MODULE_AUTHOR | ( | "Vishwas A Deshpande <[email protected]>" | ) |
| MODULE_AUTHOR | ( | "M R Swami Reddy <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "ASoC ISABELLE driver" | ) |
| MODULE_DEVICE_TABLE | ( | i2c | , |
| isabelle_i2c_id | |||
| ) |
| module_i2c_driver | ( | isabelle_i2c_driver | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
1.8.2