diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-10-08 01:29:12 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-10-08 01:29:12 -0700 |
commit | a031634bd64c7f30c4ace5ca06a5a47600b42f47 (patch) | |
tree | 919e13ed1ba2e6443fe952288085576322748405 /src/rmd_opendev.c | |
parent | bd53002a2bf51d48992613601719d180fed09975 (diff) |
*: more cosmetic formatting cleanups
Making things a bit more consistent
Diffstat (limited to 'src/rmd_opendev.c')
-rw-r--r-- | src/rmd_opendev.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rmd_opendev.c b/src/rmd_opendev.c index 37fb33c..3bf9474 100644 --- a/src/rmd_opendev.c +++ b/src/rmd_opendev.c @@ -48,8 +48,8 @@ snd_pcm_t *rmdOpenDev( const char *pcm_dev, snd_pcm_uframes_t *buffsize, snd_pcm_uframes_t *periodsize, unsigned int *periodtime, - int *hard_pause) { - + int *hard_pause) +{ snd_pcm_t *mhandle; snd_pcm_hw_params_t *hwparams; unsigned int periods = 2; @@ -140,7 +140,8 @@ snd_pcm_t *rmdOpenDev( const char *pcm_dev, #else -int rmdOpenDev(const char *pcm_dev, unsigned int channels, unsigned int frequency) { +int rmdOpenDev(const char *pcm_dev, unsigned int channels, unsigned int frequency) +{ int fd ; unsigned int value; |