diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-03-01 12:38:54 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-01 12:38:54 +0100 |
commit | a91a4aa1ee994abeb2190a1bb2f703933609a703 (patch) | |
tree | 1237ed9b6784e5c260245ccf3dde389c3125311d /sound/pci/hda/hda_codec.h | |
parent | 12c2a682b55a40f2a986e36d6632110029bc63a5 (diff) | |
parent | 61c2d2b5e7241d4410ab8227ef4f76c1aba8210b (diff) |
Merge branch 'topic/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 0c8f05cc56b..b75da47571e 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -527,6 +527,9 @@ enum { /* max. codec address */ #define HDA_MAX_CODEC_ADDRESS 0x0f +/* max number of PCM devics per card */ +#define HDA_MAX_PCMS 10 + /* * generic arrays */ |