summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cx20442.h
blob: c7a7c79ef0cd4d242783ccf7050a0ebc65cafacc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * cx20442.h  --  audio driver for CX20442
 *
 * Copyright 2009 Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
 *
 *  This program is free software; you can redistribute  it and/or modify it
 *  under  the terms of  the GNU General  Public License as published by the
 *  Free Software Foundation;  either version 2 of the  License, or (at your
 *  option) any later version.
 *
 */

#ifndef _CX20442_CODEC_H
#define _CX20442_CODEC_H

extern struct tty_ldisc_ops v253_ops;

#endif
t.git/tree/?id=fe9161db2e6053da21e4649d77bbefaf3030b11d'>3f875f40201455571280eef7a0c9fdc3c98e346e /kernel/power/process.c parent62aa2b537c6f5957afd98e29f96897419ed5ebab (diff)
PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path
In the SNAPSHOT_CREATE_IMAGE ioctl, if the call to hibernation_snapshot() fails, the frozen tasks are not thawed. And in the case of success, if we happen to exit due to a successful freezer test, all tasks (including those of userspace) are thawed, whereas actually we should have thawed only the kernel threads at that point. Fix both these issues. Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Cc: stable@vger.kernel.org
Diffstat (limited to 'kernel/power/process.c')