IntrTxUnderrun
if (intr_status & IntrTxUnderrun) {
IntrTxUnderrun,
if (status & IntrTxUnderrun) {
(status & (IntrTxAborted | IntrTxUnderrun | IntrTxDescRace)) == 0) {
IntrTxUnderrun | \