Changeset 3fec817 in mainline for uspace/drv/audio/hdaudio/pcm_iface.c
- Timestamp:
- 2014-09-04T15:51:56Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de16f89
- Parents:
- 149dd52d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/pcm_iface.c
r149dd52d r3fec817 217 217 ddf_msg(LVL_NOTE, "hda_start_playback()"); 218 218 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); 220 220 if (rc != EOK) 221 221 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.