From befd8460d00b50e2c6f21768a76b20ce94d6728f Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Thu, 7 Jun 2018 15:03:37 +0200 Subject: Code cleanup and fixed some typos Signed-off-by: Thierry Bultel --- plugins/alsa/alsa-plug-vol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/alsa/alsa-plug-vol.c') 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 +} -- cgit 1.2.3-korg