diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-01-12 12:09:15 -0800 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-01-12 12:09:15 -0800 |
commit | 82b7ccae96b08d54e81d62c2f31525c9d7773f24 (patch) | |
tree | 9020abb4e9b7c59ff96e154a45607077b2af36e1 /sesman/chansrv/sound.h | |
parent | 43b7b84182285652f4f160d38088d15d295a1a31 (diff) | |
download | xrdp-proprietary-82b7ccae96b08d54e81d62c2f31525c9d7773f24.tar.gz xrdp-proprietary-82b7ccae96b08d54e81d62c2f31525c9d7773f24.zip |
we now load module-xrdp-sink/source automatically so user's dont have to mess around with configuring /etc/pulse/default.pa config file
Diffstat (limited to 'sesman/chansrv/sound.h')
-rw-r--r-- | sesman/chansrv/sound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/chansrv/sound.h b/sesman/chansrv/sound.h index 61b80b00..c26d0913 100644 --- a/sesman/chansrv/sound.h +++ b/sesman/chansrv/sound.h @@ -75,4 +75,5 @@ static int APP_CC sound_input_start_recording(); static int APP_CC sound_input_stop_recording(); static int APP_CC sound_process_input_data(struct stream *s, int bytes); static int DEFAULT_CC sound_sndsrvr_source_data_in(struct trans *trans); +static int APP_CC load_pulse_modules(); #endif |