diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-06-07 15:03:37 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-06-07 15:03:37 +0200 |
commit | befd8460d00b50e2c6f21768a76b20ce94d6728f (patch) | |
tree | 3bb7767db907032e3c85018ee69f73d8a7d22c5b /plugins/alsa/alsa-plug-vol.c | |
parent | f21bd1bdcc64e688a156231aa8cf67c49ce1871c (diff) |
Code cleanup and fixed some typos
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'plugins/alsa/alsa-plug-vol.c')
-rw-r--r-- | plugins/alsa/alsa-plug-vol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/alsa/alsa-plug-vol.c b/plugins/alsa/alsa-plug-vol.c index ab06cc1..25e382f 100644 --- a/plugins/alsa/alsa-plug-vol.c +++ b/plugins/alsa/alsa-plug-vol.c @@ -20,7 +20,7 @@ #include "alsa-softmixer.h" -ALSA_PLUG_PROTO(softvol); // stream uses solftvol plugin +ALSA_PLUG_PROTO(softvol); // stream uses softvol plugin PUBLIC AlsaPcmCtlT *AlsaCreateSoftvol(SoftMixerT *mixer, AlsaStreamAudioT *stream, AlsaSndZoneT *zone, AlsaSndCtlT *sndcard, char* ctlName, int max, int open) { snd_config_t *streamConfig, *elemConfig, *slaveConfig, *controlConfig,*pcmConfig; @@ -95,4 +95,4 @@ OnErrorExit: AlsaDumpCtlConfig(mixer, "plug-softvol", streamConfig, 1); AFB_ApiNotice(mixer->api, "AlsaCreateSoftvol:%s(stream) OnErrorExit\n", stream->uid); return NULL; -}
\ No newline at end of file +} |