提交 7cbb28ed 编写于 作者: M malc

audio: Remove conditional around sw which can not be NULL

Noticed by Steve Grubb.
Signed-off-by: Nmalc <av1474@comtv.ru>
上级 493abda6
...@@ -485,7 +485,6 @@ SW *glue (AUD_open_, TYPE) ( ...@@ -485,7 +485,6 @@ SW *glue (AUD_open_, TYPE) (
} }
} }
if (sw) {
sw->card = card; sw->card = card;
sw->vol = nominal_volume; sw->vol = nominal_volume;
sw->callback.fn = callback_fn; sw->callback.fn = callback_fn;
...@@ -510,7 +509,6 @@ SW *glue (AUD_open_, TYPE) ( ...@@ -510,7 +509,6 @@ SW *glue (AUD_open_, TYPE) (
audio_pcm_print_info ("hw", &sw->hw->info); audio_pcm_print_info ("hw", &sw->hw->info);
audio_pcm_print_info ("sw", &sw->info); audio_pcm_print_info ("sw", &sw->info);
#endif #endif
}
return sw; return sw;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册