audio: add functions to set volume/mute with alsa
commit010dc21f35fb3997ade6717e10c6a3b52a1737ba
authorVictor Toso <victortoso@redhat.com>
Fri, 6 Mar 2015 17:14:21 +0000 (6 18:14 +0100)
committerVictor Toso <victortoso@redhat.com>
Fri, 24 Apr 2015 15:31:20 +0000 (24 17:31 +0200)
tree4953776547694800f58833b3c1778ac868dd8546
parent6c0160e8a3a3902817088dc5e7e8bdccaeaec1b4
audio: add functions to set volume/mute with alsa

This patch includes the vdagent-audio.[ch] files in order to
communicate with backend audio server.

The two functions provide a way to set volume and mute in the guest
by connecting to default mixer control in alsa which is 'Master' for
playback and 'Capture' for record.
Makefile.am
configure.ac
src/vdagent-audio.c [new file with mode: 0644]
src/vdagent-audio.h [new file with mode: 0644]