waveout: fix wrong input device
authorMoritz Bruder <muesli4@googlemail.com>
Wed, 1 Mar 2017 18:29:52 +0000 (19:29 +0100)
committerTanu Kaskinen <tanuk@iki.fi>
Tue, 7 Mar 2017 16:15:08 +0000 (18:15 +0200)
commit7259df959043b71bc835b42a67d0594fe9a3dd5c
treec86d3363dfe6a7b2ec7d4fa146b24eac11dc60fd
parente1dc75da99afa211465ff8b721ab8f85129226bd
waveout: fix wrong input device

Both input and output device were chosen with the same device number.
This is problematic as those numbers don't have to correspond.
Additionally the input device was named after the output device. This
commit adresses both issues by providing specific parameters for each
type.
src/modules/module-waveout.c