mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
modules: Remove redundant code in virtual-surround-sink
https://scan7.coverity.com:8443/reports.htm#v10206/p10016/fileInstanceId=8788&defectInstanceId=3710&mergedDefectId=591297 Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
94deb3725d
commit
5196453117
1 changed files with 0 additions and 2 deletions
|
|
@ -568,8 +568,6 @@ int pa__init(pa_module*m) {
|
||||||
|
|
||||||
/* Initialize hrir and input buffer */
|
/* Initialize hrir and input buffer */
|
||||||
/* this is the hrir file for the left ear! */
|
/* this is the hrir file for the left ear! */
|
||||||
hrir_file = pa_modargs_get_value(ma, "hrir", NULL);
|
|
||||||
|
|
||||||
if (!(hrir_file = pa_modargs_get_value(ma, "hrir", NULL))) {
|
if (!(hrir_file = pa_modargs_get_value(ma, "hrir", NULL))) {
|
||||||
pa_log("The mandatory 'hrir' module argument is missing.");
|
pa_log("The mandatory 'hrir' module argument is missing.");
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue