Linux Kernel
3.7.1
|
#include <linux/i2c.h>
#include <linux/spi/spi.h>
#include <sound/soc.h>
#include <linux/bitmap.h>
#include <linux/rbtree.h>
#include <linux/export.h>
#include <trace/events/asoc.h>
Go to the source code of this file.
Functions | |
int | snd_soc_cache_init (struct snd_soc_codec *codec) |
int | snd_soc_cache_exit (struct snd_soc_codec *codec) |
int | snd_soc_cache_read (struct snd_soc_codec *codec, unsigned int reg, unsigned int *value) |
EXPORT_SYMBOL_GPL (snd_soc_cache_read) | |
int | snd_soc_cache_write (struct snd_soc_codec *codec, unsigned int reg, unsigned int value) |
EXPORT_SYMBOL_GPL (snd_soc_cache_write) | |
int | snd_soc_cache_sync (struct snd_soc_codec *codec) |
EXPORT_SYMBOL_GPL (snd_soc_cache_sync) | |
int | snd_soc_default_volatile_register (struct snd_soc_codec *codec, unsigned int reg) |
EXPORT_SYMBOL_GPL (snd_soc_default_volatile_register) | |
int | snd_soc_default_readable_register (struct snd_soc_codec *codec, unsigned int reg) |
EXPORT_SYMBOL_GPL (snd_soc_default_readable_register) | |
int | snd_soc_default_writable_register (struct snd_soc_codec *codec, unsigned int reg) |
EXPORT_SYMBOL_GPL (snd_soc_default_writable_register) | |
EXPORT_SYMBOL_GPL | ( | snd_soc_cache_read | ) |
EXPORT_SYMBOL_GPL | ( | snd_soc_cache_write | ) |
EXPORT_SYMBOL_GPL | ( | snd_soc_cache_sync | ) |
EXPORT_SYMBOL_GPL | ( | snd_soc_default_volatile_register | ) |
EXPORT_SYMBOL_GPL | ( | snd_soc_default_readable_register | ) |
EXPORT_SYMBOL_GPL | ( | snd_soc_default_writable_register | ) |
int snd_soc_cache_exit | ( | struct snd_soc_codec * | codec | ) |
Definition at line 180 of file soc-cache.c.
int snd_soc_cache_init | ( | struct snd_soc_codec * | codec | ) |
Definition at line 149 of file soc-cache.c.
int snd_soc_cache_read | ( | struct snd_soc_codec * | codec, |
unsigned int | reg, | ||
unsigned int * | value | ||
) |
int snd_soc_cache_sync | ( | struct snd_soc_codec * | codec | ) |
int snd_soc_cache_write | ( | struct snd_soc_codec * | codec, |
unsigned int | reg, | ||
unsigned int | value | ||
) |
int snd_soc_default_readable_register | ( | struct snd_soc_codec * | codec, |
unsigned int | reg | ||
) |
Definition at line 314 of file soc-cache.c.
int snd_soc_default_volatile_register | ( | struct snd_soc_codec * | codec, |
unsigned int | reg | ||
) |
Definition at line 300 of file soc-cache.c.
int snd_soc_default_writable_register | ( | struct snd_soc_codec * | codec, |
unsigned int | reg | ||
) |
Definition at line 328 of file soc-cache.c.