Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/pci.h>
#include <linux/compat.h>
#include <linux/mutex.h>
#include <linux/ctype.h>
#include <linux/string.h>
#include <linux/export.h>
#include <sound/core.h>
#include "hda_codec.h"
#include "hda_local.h"
#include <sound/hda_hwdep.h>
#include <sound/minors.h>
Go to the source code of this file.
Data Structures | |
struct | hda_hint |
Functions | |
int | snd_hda_create_hwdep (struct hda_codec *codec) |
Definition at line 128 of file hda_hwdep.c.