Changeset 1e92bc3 in mainline for uspace/drv/audio/hdaudio/pcm_iface.c


Ignore:
Timestamp:
2014-08-26T15:32:19Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9bae8b8
Parents:
c67195c
Message:

Enable interrupt in IRC and max all input and output amps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/pcm_iface.c

    rc67195c r1e92bc3  
    256256
    257257        if (hda->ev_sess == NULL) {
    258                 ddf_log_warning("No one listening for event %u", event);
     258                if (0) ddf_log_warning("No one listening for event %u", event);
    259259                return;
    260260        }
Note: See TracChangeset for help on using the changeset viewer.