genode-ehmry/repos/os/recipes/src/stereo_patch/content.mk
Emery Hemingway 5e8bc9ef51 WiP! Audio session redesign
Define a unified packet-buffer format for both Audio_out and Audio_in
sessions. This allows an Audio_out and an Audio_in client to exchange
packets with a common buffer and lexicon.

The sessions have also been stripped down to a minimum. The
'progress' and 'data_avail' signal handlers have been replaced with a
single 'progress' signal sent by Audio_in and received by Audio_in.

The Audio_in session has a reset signal delivered to the client to
indicate that the progress signal handler has been replaced (dubious).

These changes reflect a different relationship between the two sessions.
Drivers that play audio are now Audio_in clients and drive the rate that
packets can be consumed by sending progress signals.

Ref #2858
2019-06-28 16:17:03 +02:00

7 lines
198 B
Makefile

SRC_DIR = src/server/stereo_patch
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
content:
mkdir -p src/server/mixer
cp $(REP_DIR)/src/server/cached_fs_rom/session_requests.h $(SRC_DIR)