Hi Laurent and Kieran,
On Fri, May 19, 2017 at 05:42:07PM +0300, Laurent Pinchart wrote:
> Hi Kieran,
>
> On Friday 19 May 2017 14:34:33 Kieran Bingham wrote:
> > On 18/05/17 14:36, Laurent Pinchart wrote:
> > > On Wednesday 17 May 2017 16:03:38 Kieran Bingham wrote:
> > >> From: Kieran Bingham
Hi Hugues,
Thank you for your patch.
Is it necessary to ensure ISI is clocked before starting sensor sub device?
On 5/19/2017 20:08, Hugues FRUCHET wrote:
Adding Songjun and Ludovic as Atmel maintainers, sorry for inconvenience.
On 05/19/2017 12:04 PM, Hugues Fruchet wrote:
Ensure that ISI is
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Mon May 22 05:00:16 CEST 2017
media-tree git hash:36bcba973ad478042d1ffc6e89afd92e8bd17030
media_build gi
Now that all users of old copy and silence ops have been converted to
the new copy_silence ops, the old stuff can be retired and go away.
Signed-off-by: Takashi Iwai
---
include/sound/pcm.h | 5 -
sound/core/pcm_lib.c | 38 +-
sound/soc/soc-pcm.c | 2 -
Replace the copy and the silence ops with the new merged ops.
The silence is performed only when CONFIG_SND_BF5XX_MMAP_SUPPORT is
set (since copy_silence ops is set only with this config), so in
bf5xx-ac97.c we have a bit tricky macro for a slight optimization.
Note that we don't need to take in_k
Replace the copy and the silence ops with the new merged ops.
It's a capture stream, thus no silence is needed.
Signed-off-by: Takashi Iwai
---
drivers/media/pci/solo6x10/solo6x10-g723.c | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/drivers/media/pci/solo6x10/
For supporting the explicit in-kernel copy of PCM buffer data, and
also for reducing the redundant codes for both PCM copy and silence
callbacks, a new ops copy_silence is introduced in this patch. This
is supposed to serve for both copy and silence operations. The
silence operation is distinguis
Replace the copy and the silence ops with the new merged ops.
We could reduce the redundant silence code by that.
Signed-off-by: Takashi Iwai
---
sound/isa/sb/emu8000_pcm.c | 99 ++
1 file changed, 30 insertions(+), 69 deletions(-)
diff --git a/sound/
Replace the copy and the silence ops with the new merged ops.
It's used only for a capture stream (for some hardware workaround),
thus we need no silence operation but only to add the in_kernel
memcpy() handling.
Signed-off-by: Takashi Iwai
---
sound/pci/es1938.c | 11 +++
1 file changed
Replace the copy and the silence ops with the new merged ops.
The conversion is straightforward with standard helper functions.
Signed-off-by: Takashi Iwai
---
sound/pci/rme9652/hdsp.c | 44
1 file changed, 20 insertions(+), 24 deletions(-)
diff --gi
Signed-off-by: Takashi Iwai
---
.../sound/kernel-api/writing-an-alsa-driver.rst| 110 -
1 file changed, 63 insertions(+), 47 deletions(-)
diff --git a/Documentation/sound/kernel-api/writing-an-alsa-driver.rst
b/Documentation/sound/kernel-api/writing-an-alsa-driver.rst
in
Replace the copy and the silence ops with the new merged ops.
The conversion is straightforward with standard helper functions.
Signed-off-by: Takashi Iwai
---
sound/pci/rme96.c | 52 ++--
1 file changed, 26 insertions(+), 26 deletions(-)
diff --g
Replace the copy and the silence ops with the new merged ops.
The conversion is straightforward with standard helper functions.
Signed-off-by: Takashi Iwai
---
sound/pci/nm256/nm256.c | 35 ++-
1 file changed, 14 insertions(+), 21 deletions(-)
diff --git a/sound/
Replace the copy and the silence ops with the new merged ops.
The conversion is straightforward with standard helper functions.
Signed-off-by: Takashi Iwai
---
sound/pci/rme9652/rme9652.c | 46 -
1 file changed, 20 insertions(+), 26 deletions(-)
diff
Replace the copy and the silence ops with the new merged ops.
The redundant function calls are reduced and the copy/silence are
handled directly in callback functions now.
Signed-off-by: Takashi Iwai
---
sound/pci/korg1212/korg1212.c | 128 --
1 file chang
Replace the copy and the silence ops with the new merged ops.
A straightforward conversion with standard helper functions.
Signed-off-by: Takashi Iwai
---
sound/sh/sh_dac_audio.c | 40 +---
1 file changed, 9 insertions(+), 31 deletions(-)
diff --git a/sound/s
Replace the copy and the silence ops with the new merged ops.
The conversion is straightforward with standard helper functions.
Signed-off-by: Takashi Iwai
---
sound/pci/rme32.c | 49 -
1 file changed, 24 insertions(+), 25 deletions(-)
diff --git
Replace the copy and the silence ops with the new merged ops.
The conversion is straightforward with standard helper functions.
Signed-off-by: Takashi Iwai
---
sound/isa/gus/gus_pcm.c | 43 +--
1 file changed, 9 insertions(+), 34 deletions(-)
diff --git a
It's a dummy ops, so just replacing it.
Signed-off-by: Takashi Iwai
---
sound/drivers/dummy.c | 13 +++--
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/sound/drivers/dummy.c b/sound/drivers/dummy.c
index 172dacd925f5..68519689a9ea 100644
--- a/sound/drivers/dummy.c
+++ b
Hi,
this is a part of the previous RFC patchset, and it's preliminary for
eliminating set_fs() usages in the rest ALSA codes. This patchset
itself converts the existing copy and silence PCM ops to a new single
copy_silence ops. The new callback takes in_kernel flag for allowing
in-kernel buffer
Hello and good day.
I am looking to work with a reputable individual/firm to engage in a profit
oriented ventures in your country and perhaps with your assistance, we could
get low tax rates.
I have the directive of Mr. Mikhail Khodorkovsky to source for partner abroad
who can accommodate and
Add simple SDL-based application for capturing photos. Manual
focus/gain/exposure can be set, flash can be controlled and
autofocus/autogain can be selected if camera supports that.
It is already useful for testing autofocus/autogain improvements to
the libraries on Nokia N900.
Signed-off-by: Pav
On Mon, May 01, 2017 at 06:03:51PM +0200, David Härdeman wrote:
> If an error is generated, nonseekable_open() shouldn't be called.
There is no harm in calling nonseekable_open(), so this commit is
misleading.
Sean
>
> Signed-off-by: David Härdeman
> ---
> drivers/media/rc/lirc_dev.c |6 +
On Sun, May 21, 2017 at 08:45:09AM +0200, David Härdeman wrote:
> On Sat, May 20, 2017 at 12:10:40PM +0100, Sean Young wrote:
> >On Wed, May 03, 2017 at 12:04:00PM +0200, David Härdeman wrote:
> >> The device core infrastructure is based on the presumption that
> >> once a driver calls device_add()
24 matches
Mail list logo