summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSatish Babu Patakokila <sbpata@codeaurora.org>2017-06-16 17:33:40 -0700
committerMark Brown <broonie@kernel.org>2017-06-19 17:11:25 +0100
commit01b8cedfd0422326caae308641dcadaa85e0ca72 (patch)
tree751316464c1e18850b242549bc9d5308bf23b465 /tools/perf/scripts/python/bin
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff)
downloadkernel-01b8cedfd0422326caae308641dcadaa85e0ca72.tar.gz
ASoC: compress: Derive substream from stream based on direction
Currently compress driver hardcodes direction as playback to get substream from the stream. This results in getting the incorrect substream for compressed capture usecase. To fix this, remove the hardcoding and derive substream based on the stream direction. Signed-off-by: Satish Babu Patakokila <sbpata@codeaurora.org> Signed-off-by: Banajit Goswami <bgoswami@codeaurora.org> Acked-By: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
d>Tejun Heo 2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo 2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo 2011-01-25block: add REQ_FLUSH_SEQTejun Heo 2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig 2010-09-10block: use REQ_FLUSH in blkdev_issue_flush()Tejun Heo 2010-09-10block: make sure FSEQ_DATA request has the same rq_disk as the originalTejun Heo 2010-09-10block: kick queue after sequencing REQ_FLUSH/FUATejun Heo 2010-09-10block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSHTejun Heo 2010-09-10block: simplify queue_next_fseqChristoph Hellwig 2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo 2010-09-10block: rename barrier/ordered to flushTejun Heo 2010-09-10block: rename blk-barrier.c to blk-flush.cTejun Heo