diff options
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 43fc245d9a62..1b1203539ea6 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -419,7 +419,7 @@ struct hda_bus { | |||
419 | 419 | ||
420 | /* codec linked list */ | 420 | /* codec linked list */ |
421 | struct list_head codec_list; | 421 | struct list_head codec_list; |
422 | struct hda_codec *caddr_tbl[HDA_MAX_CODEC_ADDRESS]; /* caddr -> codec */ | 422 | struct hda_codec *caddr_tbl[HDA_MAX_CODEC_ADDRESS + 1]; /* caddr -> codec */ |
423 | 423 | ||
424 | struct semaphore cmd_mutex; | 424 | struct semaphore cmd_mutex; |
425 | 425 | ||