diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-04-20 07:45:55 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 04:04:58 -0400 |
commit | d21b37ea134921f807ebdbd19ae3cd00bb8bf2fc (patch) | |
tree | 741a393951e7ec2767dec695cb0d9f665f28e287 /sound/pci/hda/hda_codec.h | |
parent | b0c95f514a4057720958c9ea0113229468c94b2b (diff) |
[ALSA] Fix and cleanup of CM9880 auto-configuration
HDA Codec driver
Fix and cleanup of CM9880 automatic PIN configuration.
snd_hda_codec_setup_stream() doesn't do anything when NID is 0.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 263f5b698bac..43fc245d9a62 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -259,7 +259,9 @@ enum { | |||
259 | /* configuration default - 32bit */ | 259 | /* configuration default - 32bit */ |
260 | #define AC_DEFCFG_SEQUENCE (0xf<<0) | 260 | #define AC_DEFCFG_SEQUENCE (0xf<<0) |
261 | #define AC_DEFCFG_DEF_ASSOC (0xf<<4) | 261 | #define AC_DEFCFG_DEF_ASSOC (0xf<<4) |
262 | #define AC_DEFCFG_ASSOC_SHIFT 4 | ||
262 | #define AC_DEFCFG_MISC (0xf<<8) | 263 | #define AC_DEFCFG_MISC (0xf<<8) |
264 | #define AC_DEFCFG_MISC_SHIFT 8 | ||
263 | #define AC_DEFCFG_COLOR (0xf<<12) | 265 | #define AC_DEFCFG_COLOR (0xf<<12) |
264 | #define AC_DEFCFG_COLOR_SHIFT 12 | 266 | #define AC_DEFCFG_COLOR_SHIFT 12 |
265 | #define AC_DEFCFG_CONN_TYPE (0xf<<16) | 267 | #define AC_DEFCFG_CONN_TYPE (0xf<<16) |