alsa: Don't access pa_sink/source_new_data after done() has been called
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Wed, 4 Feb 2015 21:50:24 +0000 (23:50 +0200)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Mon, 23 Feb 2015 18:11:26 +0000 (20:11 +0200)
commit006bf0fb34002673349da743d4fd0ea78c26f312
tree9d2e396106007ea17087782b189e21b64042abd3
parentc18dbb81c8c3d61ac7d7c39f6c57f7b380ff06ea
alsa: Don't access pa_sink/source_new_data after done() has been called

This change doesn't affect behaviour, because accessing boolean fields
in the new data was safe even after the done() call, but it was still
bad style.
src/modules/alsa/alsa-sink.c
src/modules/alsa/alsa-source.c