Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
4b5259f6
Commit
4b5259f6
authored
Aug 18, 2004
by
sigmunau
Browse files
alsa.c: don't fail the probe without giving a reason in the log.
parent
8a9bec42
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/audio_output/alsa.c
View file @
4b5259f6
...
...
@@ -234,6 +234,7 @@ static void Probe( aout_instance_t * p_aout,
if
(
val
.
i_int
<=
0
)
{
/* Probe() has failed. */
msg_Dbg
(
p_aout
,
"failed to find a useable alsa configuration"
);
var_Destroy
(
p_aout
,
"audio-device"
);
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment