Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <sound/core.h>
#include "hda_codec.h"
#include "hda_local.h"
Go to the source code of this file.
Data Structures | |
struct | hda_gnode |
struct | pcm_vol |
struct | hda_gspec |
Macros | |
#define | MAX_PCM_VOLS 2 |
#define | defcfg_type(node) |
#define | defcfg_location(node) |
#define | defcfg_port_conn(node) |
#define | add_input_loopback(codec, nid, dir, idx) |
Functions | |
int | snd_hda_parse_generic_codec (struct hda_codec *codec) |
EXPORT_SYMBOL (snd_hda_parse_generic_codec) | |
Definition at line 675 of file hda_generic.c.
#define defcfg_location | ( | node | ) |
Definition at line 86 of file hda_generic.c.
#define defcfg_port_conn | ( | node | ) |
Definition at line 88 of file hda_generic.c.
#define defcfg_type | ( | node | ) |
Definition at line 84 of file hda_generic.c.
#define MAX_PCM_VOLS 2 |
Definition at line 49 of file hda_generic.c.
EXPORT_SYMBOL | ( | snd_hda_parse_generic_codec | ) |
Definition at line 1054 of file hda_generic.c.