spaces -> tab

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41388 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2011-05-08 19:36:47 +00:00
parent eae25c8854
commit c356b0477f

View File

@ -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 */