summaryrefslogtreecommitdiff
path: root/modules/alsa/alsa_src.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/alsa/alsa_src.c')
-rw-r--r--modules/alsa/alsa_src.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/alsa/alsa_src.c b/modules/alsa/alsa_src.c
index 67e6bcb..4e2a16a 100644
--- a/modules/alsa/alsa_src.c
+++ b/modules/alsa/alsa_src.c
@@ -96,8 +96,6 @@ int alsa_src_alloc(struct ausrc_st **stp, struct ausrc *as,
if (!stp || !as || !prm || !rh)
return EINVAL;
- if (prm->fmt != AUFMT_S16LE)
- return EINVAL;
if (!str_isset(device))
device = alsa_dev;