From f67d77663f9aa86baab6283c6ee96b6aee08b979 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 15 Jan 2007 21:37:59 +0100 Subject: inotail.c: One more ssize_t --- inotail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotail.c b/inotail.c index e6f8f08..81864b5 100644 --- a/inotail.c +++ b/inotail.c @@ -363,7 +363,7 @@ static int watch_files(struct file_struct *files, int n_files) memset(buf, 0, buflen); while (n_ignored < n_files) { - int len; + ssize_t len; len = read(ifd, buf, buflen); inev = (struct inotify_event *) buf; -- cgit v1.2.3-54-g00ecf next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonjoon Lee <woojoo.lee@samsung.com>2016-09-22 21:50:06 +0800
committerMark Brown <broonie@kernel.org>2016-09-24 19:11:04 +0100
commit3a6f9dce6116cc54e31dc10d176ceecb1a7e4e7f (patch)
tree71a83c9811efd80d118c0d1457a056465ce67e12
parent22b93eaf55edfd2f1fe9d1fc0d7338f582f12745 (diff)
ASoC: rk3399_gru_sound: fix recording pop at first attempt
Pop happens when mclk applied but dmic's own boot-time Specify dmic delay times in dt to make sure clocks are ready earlier than dmic working Signed-off-by: Wonjoon Lee <woojoo.lee@samsung.com> Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>