summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/rmd_opendev.c
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/src/rmd_opendev.c')
-rw-r--r--recordmydesktop/src/rmd_opendev.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/recordmydesktop/src/rmd_opendev.c b/recordmydesktop/src/rmd_opendev.c
index 65d3dac..51783c7 100644
--- a/recordmydesktop/src/rmd_opendev.c
+++ b/recordmydesktop/src/rmd_opendev.c
@@ -42,13 +42,13 @@
#ifdef HAVE_LIBASOUND
-snd_pcm_t *OpenDev( const char *pcm_dev,
- unsigned int *channels,
- unsigned int *frequency,
- snd_pcm_uframes_t *buffsize,
- snd_pcm_uframes_t *periodsize,
- unsigned int *periodtime,
- int *hard_pause){
+snd_pcm_t *rmdOpenDev(const char *pcm_dev,
+ unsigned int *channels,
+ unsigned int *frequency,
+ snd_pcm_uframes_t *buffsize,
+ snd_pcm_uframes_t *periodsize,
+ unsigned int *periodtime,
+ int *hard_pause){
snd_pcm_t *mhandle;
snd_pcm_hw_params_t *hwparams;
@@ -129,9 +129,9 @@ snd_pcm_t *OpenDev( const char *pcm_dev,
#else
-int OpenDev( const char *pcm_dev,
- unsigned int channels,
- unsigned int frequency){
+int rmdOpenDev(const char *pcm_dev,
+ unsigned int channels,
+ unsigned int frequency){
int fd ;
fd=open(pcm_dev,O_RDONLY);
© All Rights Reserved