alsa: add a couple of FIXME comments
authorTanu Kaskinen <tanuk@iki.fi>
Mon, 19 Feb 2018 14:48:21 +0000 (16:48 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 23 Feb 2018 11:35:47 +0000 (13:35 +0200)
commit2dff0d6a6a4df2aab6f36212b705489d5af42835
treea36f3740710b95a2e0151464c83890202aaf5264
parent7f201b1fd419b91a226d23ee1e216661ae082dcf
alsa: add a couple of FIXME comments

build_pollfd() isn't likely to fail, but if it does, pa_sink/source_put()
will crash on an assertion failure. I haven't seen such crash happening,
this is just something that I noticed while studying the state change
code.
src/modules/alsa/alsa-sink.c
src/modules/alsa/alsa-source.c