Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-28 Thread Mark Brown
On Fri, Feb 28, 2014 at 09:15:37AM +0100, Lars-Peter Clausen wrote: > Yes, I think that's almost all of them. si476x is missing, but I > think that one is currently broken, as it doesn't call > snd_soc_codec_set_cache_io() at all. Probably, yeah - there were other problems with that driver that

Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-28 Thread Lars-Peter Clausen
On 02/28/2014 08:50 AM, li.xi...@freescale.com wrote: A quick grep reveals: mc13783.c: codec->control_data = dev_get_regmap(codec->dev->parent, NULL); si476x.c: codec->control_data = dev_get_regmap(codec->dev->parent, NULL); wm5102.c: codec->control_data =

Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-28 Thread Lars-Peter Clausen
On 02/28/2014 08:50 AM, li.xi...@freescale.com wrote: A quick grep reveals: mc13783.c: codec-control_data = dev_get_regmap(codec-dev-parent, NULL); si476x.c: codec-control_data = dev_get_regmap(codec-dev-parent, NULL); wm5102.c: codec-control_data = priv-core.arizona-regmap;

Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-28 Thread Mark Brown
On Fri, Feb 28, 2014 at 09:15:37AM +0100, Lars-Peter Clausen wrote: Yes, I think that's almost all of them. si476x is missing, but I think that one is currently broken, as it doesn't call snd_soc_codec_set_cache_io() at all. Probably, yeah - there were other problems with that driver that

RE: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread li.xi...@freescale.com
> > A quick grep reveals: > mc13783.c:codec->control_data = dev_get_regmap(codec->dev->parent, NULL); > si476x.c: codec->control_data = dev_get_regmap(codec->dev->parent, NULL); > wm5102.c: codec->control_data = priv->core.arizona->regmap; > wm5110.c: codec->control_data =

RE: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread li.xi...@freescale.com
> > A quick grep reveals: > mc13783.c:codec->control_data = dev_get_regmap(codec->dev->parent, NULL); > si476x.c: codec->control_data = dev_get_regmap(codec->dev->parent, NULL); > wm5102.c: codec->control_data = priv->core.arizona->regmap; > wm5110.c: codec->control_data =

Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread Lars-Peter Clausen
On 02/28/2014 08:08 AM, li.xi...@freescale.com wrote: Subject: Re: [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. On Fri, Feb 28, 2014 at 04:00:38AM +, li.xi...@freescale.com wrote: I'll send another patches to applied to use this for another CODEC drivers. And there almost

RE: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread li.xi...@freescale.com
> Subject: Re: [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. > > On Fri, Feb 28, 2014 at 04:00:38AM +, li.xi...@freescale.com wrote: > > > I'll send another patches to applied to use this for another CODEC > drivers. > > And there almost 80 files,

Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread Lars-Peter Clausen
On 02/28/2014 07:40 AM, li.xi...@freescale.com wrote: Subject: Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. On 02/28/2014 06:56 AM, li.xi...@freescale.com wrote: Subject: Re: [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. On Fri, Feb 28, 2014 at 04

RE: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread li.xi...@freescale.com
> Subject: Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try > regmap. > > On 02/28/2014 06:56 AM, li.xi...@freescale.com wrote: > >> Subject: Re: [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. > >> > >> On Fri,

Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread Lars-Peter Clausen
On 02/28/2014 06:56 AM, li.xi...@freescale.com wrote: Subject: Re: [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. On Fri, Feb 28, 2014 at 04:00:38AM +, li.xi...@freescale.com wrote: I'll send another patches to applied to use this for another CODEC drivers. And there almost 80

Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread Lars-Peter Clausen
On 02/28/2014 06:56 AM, li.xi...@freescale.com wrote: Subject: Re: [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. On Fri, Feb 28, 2014 at 04:00:38AM +, li.xi...@freescale.com wrote: I'll send another patches to applied to use this for another CODEC drivers. And there almost 80

RE: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread li.xi...@freescale.com
Subject: Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. On 02/28/2014 06:56 AM, li.xi...@freescale.com wrote: Subject: Re: [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. On Fri, Feb 28, 2014 at 04:00:38AM +, li.xi...@freescale.com wrote

Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread Lars-Peter Clausen
On 02/28/2014 07:40 AM, li.xi...@freescale.com wrote: Subject: Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. On 02/28/2014 06:56 AM, li.xi...@freescale.com wrote: Subject: Re: [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. On Fri, Feb 28, 2014 at 04

RE: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread li.xi...@freescale.com
Subject: Re: [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. On Fri, Feb 28, 2014 at 04:00:38AM +, li.xi...@freescale.com wrote: I'll send another patches to applied to use this for another CODEC drivers. And there almost 80 files, Should I send them in one patch or

Re: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread Lars-Peter Clausen
On 02/28/2014 08:08 AM, li.xi...@freescale.com wrote: Subject: Re: [PATCH 2/3] ASoC: core: Set the default I/O up try regmap. On Fri, Feb 28, 2014 at 04:00:38AM +, li.xi...@freescale.com wrote: I'll send another patches to applied to use this for another CODEC drivers. And there almost

RE: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread li.xi...@freescale.com
A quick grep reveals: mc13783.c:codec-control_data = dev_get_regmap(codec-dev-parent, NULL); si476x.c: codec-control_data = dev_get_regmap(codec-dev-parent, NULL); wm5102.c: codec-control_data = priv-core.arizona-regmap; wm5110.c: codec-control_data =

RE: [alsa-devel] [PATCH 2/3] ASoC: core: Set the default I/O up try regmap.

2014-02-27 Thread li.xi...@freescale.com
A quick grep reveals: mc13783.c:codec-control_data = dev_get_regmap(codec-dev-parent, NULL); si476x.c: codec-control_data = dev_get_regmap(codec-dev-parent, NULL); wm5102.c: codec-control_data = priv-core.arizona-regmap; wm5110.c: codec-control_data =