Re: [alsa-devel] [PATCH v3] ASoC: Add support for NAU8825 codec to ASoC

2015-07-26 Thread Chih-Chiang Chang
01:57, Anatol Pomozov wrote: > Hi Chih-Chiang > > On Mon, Jul 13, 2015 at 12:33 AM, Chih-Chiang Chang > wrote: >> The NAU88L25 is an ultra-low power high performance audio codec designed >> for smartphone, tablet PC, and other portable devices by Nuvoton, now >> a

[PATCH v3] ASoC: Add support for NAU8825 codec to ASoC

2015-07-13 Thread Chih-Chiang Chang
The NAU88L25 is an ultra-low power high performance audio codec designed for smartphone, tablet PC, and other portable devices by Nuvoton, now add linux driver support for it. Signed-off-by: Chih-Chiang Chang --- v3->v2: - fix the wrong definition of reg_default - fix the flow

Re: [PATCH v2] ASoC: Add support for NAU8825 codec to ASoC

2015-07-07 Thread Chih-Chiang Chang
On 2015/4/25 上午 02:28, Mark Brown wrote: > On Thu, Apr 16, 2015 at 05:56:26PM +0800, Chih-Chiang Chang wrote: > >> +static const struct snd_kcontrol_new nau8825_hpo_mix[] = { >> + >> +SOC_DAPM_SINGLE("HP L Switch", NAU8825_HSVOL_CTRL

Re: [alsa-devel] [PATCH v2] ASoC: Add support for NAU8825 codec to ASoC

2015-07-07 Thread Chih-Chiang Chang
On 2015/4/20 下午 10:57, Lars-Peter Clausen wrote: > On 04/16/2015 11:56 AM, Chih-Chiang Chang wrote: >> The NAU88L25 is an ultra-low power high performance audio codec designed >> for smartphone, tablet PC, and other portable devices by Nuvoton, now >> add linux

[PATCH v2] ASoC: Add support for NAU8825 codec to ASoC

2015-04-16 Thread Chih-Chiang Chang
The NAU88L25 is an ultra-low power high performance audio codec designed for smartphone, tablet PC, and other portable devices by Nuvoton, now add linux driver support for it. Signed-off-by: Chih-Chiang Chang --- v2->v1: - fixes according to Lars-Peter Clausen's review comments -

Re: [PATCH] ASoC: Add support for NAU8825 codec to ASoC

2015-04-15 Thread Chih-Chiang Chang
On 2015/4/10 下午 04:38, Lars-Peter Clausen wrote: > On 04/10/2015 09:21 AM, Chih-Chiang Chang wrote: >> The NAU88L25 is an ultra-low power high performance audio codec designed >> for smartphone, tablet PC, and other portable devices by Nuvoton, now >> add linux

Re: [PATCH] ASoC: Add support for NAU8824 codec to ASoC

2015-03-26 Thread Chih-Chiang Chang
Hi Mark, Sorry late to the response. On 3/6/2015 1:07 PM, Mark Brown wrote: > On Fri, Mar 06, 2015 at 03:28:33PM +0800, Chih-Chiang Chang wrote: > > Please fix your mailer to word wrap within paragraphs, it makes things a > lot easier to read. This seems to violate the kernel's

Re: [PATCH v2] ASoC: Add support for NAU8824 codec to ASoC

2015-03-05 Thread Chih-Chiang Chang
On 2015/3/5 上午 06:32, Paul Bolle wrote: > Chih-Chiang Chang schreef op wo 04-03-2015 om 20:53 [+0800]: >> From fe37688e226f83ba477a3c2fbc1e64946cd4ec4e Mon Sep 17 00:00:00 2001 >> From: Chih-Chiang Chang >> Date: Wed, 4 Mar 2015 20:03:21 +0800 >> Subject: [PATC

Re: [PATCH] ASoC: Add support for NAU8824 codec to ASoC

2015-03-05 Thread Chih-Chiang Chang
On 2015/3/4 下午 08:55, Mark Brown wrote: > On Wed, Mar 04, 2015 at 08:35:52PM +0800, Chih-Chiang Chang wrote: >> On 2015/2/24 下午 10:13, Mark Brown wrote: > >>> I would have expected the headphone volume control to be a stereo >>> (double) control - same for speak

[PATCH v2] ASoC: Add support for NAU8824 codec to ASoC

2015-03-04 Thread Chih-Chiang Chang
>From fe37688e226f83ba477a3c2fbc1e64946cd4ec4e Mon Sep 17 00:00:00 2001 From: Chih-Chiang Chang Date: Wed, 4 Mar 2015 20:03:21 +0800 Subject: [PATCH v2] ASoC: Add support for NAU8824 codec to ASoC Signed-off-by: Chih-Chiang Chang --- include/sound/nau8824.h| 22 ++ sound/soc/cod

Re: [PATCH] ASoC: Add support for NAU8824 codec to ASoC

2015-03-04 Thread Chih-Chiang Chang
On 2015/2/24 下午 10:13, Mark Brown wrote: > On Sun, Feb 15, 2015 at 03:49:30PM +0800, Wan Zongshun wrote: > >> +/* SP Class-D mute control */ >> +SOC_DOUBLE("HP Playback Switch", NAU8824_HP_MUTE, NAU8824_L_MUTE_SFT, >> +NAU8824_R_MUTE_SFT, 1, 1), >> +SOC_SIN