diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2018-05-11 01:18:43 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2018-05-11 01:18:43 +0200 |
commit | 1dd1509a02fee564ff87f80c2f29055d7aad889c (patch) | |
tree | 031a0a9e912fa3f9ab94a268ad6058d774e6f8dd /nbproject | |
parent | e904b7da51297b0417df31ab79568c3f1243fb64 (diff) |
Initial version with softvol control and DMIX
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configurations.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 1519d80..95c71af 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -24,9 +24,9 @@ <df name="plugins"> <df name="alsa"> <in>alsa-capture.c</in> - <in>alsa-ctl.c</in> - <in>alsa-dmix.c</in> - <in>alsa-pcm.c</in> + <in>alsa-core-ctl.c</in> + <in>alsa-core-pcm.c</in> + <in>alsa-plug-vol.c</in> <in>alsa-softmixer.c</in> <in>alsa-utils-bypath.c</in> <in>alsa-utils-dump.c</in> @@ -169,6 +169,7 @@ <incDir> <pElem>../../../opt/include/afb</pElem> <pElem>mixer-binding</pElem> + <pElem>../../../opt/include/alsa</pElem> <pElem>app-afb-helpers-submodule</pElem> <pElem>app-controller-submodule/ctl-lib</pElem> <pElem>../../../opt/include</pElem> @@ -209,15 +210,15 @@ <cTool flags="0"> </cTool> </item> - <item path="plugins/alsa/alsa-ctl.c" ex="false" tool="0" flavor2="2"> + <item path="plugins/alsa/alsa-core-ctl.c" ex="false" tool="0" flavor2="2"> <cTool flags="0"> </cTool> </item> - <item path="plugins/alsa/alsa-dmix.c" ex="false" tool="0" flavor2="2"> + <item path="plugins/alsa/alsa-core-pcm.c" ex="false" tool="0" flavor2="2"> <cTool flags="0"> </cTool> </item> - <item path="plugins/alsa/alsa-pcm.c" ex="false" tool="0" flavor2="2"> + <item path="plugins/alsa/alsa-plug-vol.c" ex="false" tool="0" flavor2="2"> <cTool flags="0"> </cTool> </item> |