Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
patch_cmedia.c File Reference
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/pci.h>
#include <linux/module.h>
#include <sound/core.h>
#include "hda_codec.h"
#include "hda_local.h"
#include "hda_auto_parser.h"

Go to the source code of this file.

Data Structures

struct  cmi_spec
 

Macros

#define NUM_PINS   11
 
#define CMI_DIG_OUT_NID   0x07
 
#define CMI_DIG_IN_NID   0x0a
 

Enumerations

enum  {
  CMI_MINIMAL, CMI_MIN_FP, CMI_FULL, CMI_FULL_DIG,
  CMI_ALLOUT, CMI_AUTO, CMI_MODELS
}
 

Functions

 MODULE_ALIAS ("snd-hda-codec-id:13f69880")
 
 MODULE_ALIAS ("snd-hda-codec-id:434d4980")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("C-Media HD-audio codec")
 

Macro Definition Documentation

#define CMI_DIG_IN_NID   0x0a

Definition at line 253 of file patch_cmedia.c.

#define CMI_DIG_OUT_NID   0x07

Definition at line 252 of file patch_cmedia.c.

#define NUM_PINS   11

Definition at line 33 of file patch_cmedia.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
CMI_MINIMAL 
CMI_MIN_FP 
CMI_FULL 
CMI_FULL_DIG 
CMI_ALLOUT 
CMI_AUTO 
CMI_MODELS 

Definition at line 37 of file patch_cmedia.c.

Function Documentation

MODULE_ALIAS ( "snd-hda-codec-id:13f69880"  )
MODULE_ALIAS ( "snd-hda-codec-id:434d4980"  )
MODULE_DESCRIPTION ( "C-Media HD-audio codec )
MODULE_LICENSE ( "GPL"  )