Changeset 5b8e08e in mainline


Ignore:
Timestamp:
2013-08-19T13:31:36Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7373117
Parents:
d337f74
Message:

sb16: Include state information in spurious interrupt warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/sb16/dsp.c

    rd337f74 r5b8e08e  
    271271                break;
    272272        default:
    273                 ddf_log_warning("Interrupt while DSP not active");
     273                ddf_log_warning("Interrupt while DSP not active (%s)",
     274                    dsp_state_to_str(dsp->state));
    274275        }
    275276}
Note: See TracChangeset for help on using the changeset viewer.