RE: [alsa-devel] [PATCH] ASoC: simple-card: Add device's module clock selection.

2014-01-01 Thread li.xi...@freescale.com
Hi Mark, Lars > Subject: Re: [alsa-devel] [PATCH] ASoC: simple-card: Add device's module clock > selection. > > On Wed, Jan 01, 2014 at 01:11:09PM +0100, Lars-Peter Clausen wrote: > > On 12/23/2013 08:25 AM, Xiubo Li wrote: > > > diff --git a/a.out b/a.out > &

RE: [alsa-devel] [PATCH] ASoC: simple-card: Add device's module clock selection.

2014-01-01 Thread li.xi...@freescale.com
> Subject: Re: [alsa-devel] [PATCH] ASoC: simple-card: Add device's module clock > selection. > > On 12/23/2013 08:25 AM, Xiubo Li wrote: > > diff --git a/a.out b/a.out > > new file mode 100644 > > index 000..e69de29 > > This patch did add

Re: [alsa-devel] [PATCH] ASoC: simple-card: Add device's module clock selection.

2014-01-01 Thread Mark Brown
On Wed, Jan 01, 2014 at 01:11:09PM +0100, Lars-Peter Clausen wrote: > On 12/23/2013 08:25 AM, Xiubo Li wrote: > > diff --git a/a.out b/a.out > > new file mode 100644 > > index 000..e69de29 > This patch did add a empty a.out file in the toplevel folder. Removed now. This is one of several pat

Re: [alsa-devel] [PATCH] ASoC: simple-card: Add device's module clock selection.

2014-01-01 Thread Lars-Peter Clausen
On 12/23/2013 08:25 AM, Xiubo Li wrote: > diff --git a/a.out b/a.out > new file mode 100644 > index 000..e69de29 This patch did add a empty a.out file in the toplevel folder. - Lars -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord.

Re: [PATCH] ASoC: simple-card: Add device's module clock selection.

2013-12-31 Thread Mark Brown
On Mon, Dec 23, 2013 at 03:25:38PM +0800, Xiubo Li wrote: > Try to get the device's module clock if the dt has no clocks and > system-clock-frequency properties. Applied, thanks. signature.asc Description: Digital signature

[PATCH] ASoC: simple-card: Add device's module clock selection.

2013-12-23 Thread Xiubo Li
Try to get the device's module clock if the dt has no clocks and system-clock-frequency properties. Signed-off-by: Xiubo Li --- a.out | 0 sound/soc/generic/simple-card.c | 21 ++--- 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644