Changeset 3fec817 in mainline for uspace/drv/audio/hdaudio/pcm_iface.c


Ignore:
Timestamp:
2014-09-04T15:51:56Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de16f89
Parents:
149dd52d
Message:

Get format from stream.

File:
1 edited

Legend:

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

    r149dd52d r3fec817  
    217217        ddf_msg(LVL_NOTE, "hda_start_playback()");
    218218
    219         rc = hda_out_converter_setup(hda->ctl->codec, hda->pcm_stream->sid);
     219        rc = hda_out_converter_setup(hda->ctl->codec, hda->pcm_stream);
    220220        if (rc != EOK)
    221221                return rc;
Note: See TracChangeset for help on using the changeset viewer.