j
k
j a
j l
On Thu, Aug 21, 2014 at 06:20:42PM +0530, Subhransu S. Prusty wrote:
+int sst_stream_pause(int str_id) +{ return -EPERM; +} +int sst_stream_pause_release(int str_id) +{ return -EPERM; +}
+int sst_stream_pause(int str_id) +{
+}
+int sst_stream_pause_release(int str_id) +{
Shouldn't this be equivalent to just not specifying the operations?
Attachments:
Back to the thread
Back to the list