X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Faudiodevice.inc;h=13554940ae57a659f40dafa12b8221b520e66d6a;hb=86950895295c76a58e22d7a770092bf327309437;hp=be99c05a17926d80defa7751b3a7e6a452e216c9;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/audiodevice.inc b/cinelerra-5.1/cinelerra/audiodevice.inc index be99c05a..13554940 100644 --- a/cinelerra-5.1/cinelerra/audiodevice.inc +++ b/cinelerra-5.1/cinelerra/audiodevice.inc @@ -2,6 +2,7 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams + * Copyright (C) 2003-2016 Cinelerra CV contributors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,6 +42,7 @@ enum AUDIO_IEC61883, AUDIO_DVB, AUDIO_V4L2MPEG, + AUDIO_PULSE, }; #define AUDIO_OSS_TITLE "OSS" @@ -55,5 +57,6 @@ enum #endif #define AUDIO_DVB_TITLE "DVB" #define AUDIO_V4L2MPEG_TITLE "V4L2 MPEG" +#define AUDIO_PULSE_TITLE "Pulse Audio" #endif