diff options
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
| -rw-r--r-- | sound/pci/hda/hda_codec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 63e26c7a2b7a..40520e9d5a4b 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
| @@ -438,7 +438,7 @@ struct hda_bus { | |||
| 438 | struct list_head codec_list; | 438 | struct list_head codec_list; |
| 439 | struct hda_codec *caddr_tbl[HDA_MAX_CODEC_ADDRESS + 1]; /* caddr -> codec */ | 439 | struct hda_codec *caddr_tbl[HDA_MAX_CODEC_ADDRESS + 1]; /* caddr -> codec */ |
| 440 | 440 | ||
| 441 | struct semaphore cmd_mutex; | 441 | struct mutex cmd_mutex; |
| 442 | 442 | ||
| 443 | /* unsolicited event queue */ | 443 | /* unsolicited event queue */ |
| 444 | struct hda_bus_unsolicited *unsol; | 444 | struct hda_bus_unsolicited *unsol; |
| @@ -559,7 +559,7 @@ struct hda_codec { | |||
| 559 | int amp_info_size; | 559 | int amp_info_size; |
| 560 | struct hda_amp_info *amp_info; | 560 | struct hda_amp_info *amp_info; |
| 561 | 561 | ||
| 562 | struct semaphore spdif_mutex; | 562 | struct mutex spdif_mutex; |
| 563 | unsigned int spdif_status; /* IEC958 status bits */ | 563 | unsigned int spdif_status; /* IEC958 status bits */ |
| 564 | unsigned short spdif_ctls; /* SPDIF control bits */ | 564 | unsigned short spdif_ctls; /* SPDIF control bits */ |
| 565 | unsigned int spdif_in_enable; /* SPDIF input enable? */ | 565 | unsigned int spdif_in_enable; /* SPDIF input enable? */ |
