summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-02-15 22:11:13 +0100
committerTakashi Iwai <tiwai@suse.de>2017-02-16 09:22:44 +0100
commitb1ef30e5ed17a417fc78eaff12da28f9a1c2efcc (patch)
treeaf4256a10783e0c7c6658268e6412b9f0d8fe75d /tools/perf/scripts/python/bin/stackcollapse-report
parent2d42c033aec9f8e7e175c551ae62ea3f4dc200b9 (diff)
downloadkernel-b1ef30e5ed17a417fc78eaff12da28f9a1c2efcc.tar.gz
ALSA: x86: Don't bail out from PCM ops when disconnected
Currently the driver returns -ENODEV when the monitor is disconnected. But PA alsa module doesn't like this and it starts playing Juliet, kills itself as if it were a fatal tragedy. Since we protect the whole read/write at disconnection, just allow the PCM accesses even during disconnection. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
d> 2018-11-05XArray: Unify xa_store and __xa_storeMatthew Wilcox 2018-11-05XArray: Turn xa_erase into an exported functionMatthew Wilcox 2018-11-05XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox 2018-11-05XArray: Regularise xa_reserveMatthew Wilcox 2018-11-05XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox 2018-11-05XArray: Fix xa_for_each with a single element at 0Matthew Wilcox 2018-10-21xarray: Add range store functionalityMatthew Wilcox 2018-10-21xarray: Track free entries in an XArrayMatthew Wilcox 2018-10-21xarray: Add xa_reserve and xa_releaseMatthew Wilcox 2018-10-21xarray: Add xas_create_rangeMatthew Wilcox 2018-10-21xarray: Add xas_for_each_conflictMatthew Wilcox 2018-10-21xarray: Step through an XArrayMatthew Wilcox 2018-10-21xarray: Destroy an XArrayMatthew Wilcox 2018-10-21xarray: Extract entries from an XArrayMatthew Wilcox 2018-10-21xarray: Add XArray iteratorsMatthew Wilcox 2018-10-21xarray: Add XArray conditional store operationsMatthew Wilcox 2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox 2018-10-21xarray: Add XArray marksMatthew Wilcox 2018-10-21xarray: Add XArray load operationMatthew Wilcox 2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox