diff --git a/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp b/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp index f8c2a3ae7a..f3a689146c 100644 --- a/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp +++ b/src/add-ons/kernel/drivers/audio/hda/hda_controller.cpp @@ -878,11 +878,11 @@ hda_hw_init(hda_controller* controller) } /* - * Don't enable codec state change interrupts. We don't handle - * them, as we want to use the STATE_STATUS register to identify - * available codecs. We'd have to clear that register in the interrupt - * handler to 'ack' the codec change. - */ + * Don't enable codec state change interrupts. We don't handle + * them, as we want to use the STATE_STATUS register to identify + * available codecs. We'd have to clear that register in the interrupt + * handler to 'ack' the codec change. + */ controller->Write16(HDAC_WAKE_ENABLE, 0x0); /* Enable controller interrupts */