From: Pavel Hofman <pavel.hofman@ivitera.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH 1/6] AK4114 - fix output selector bits, fix spelling
Date: Tue, 15 Sep 2009 13:51:16 +0200 [thread overview]
Message-ID: <4AAF7FB4.7020401@ivitera.com> (raw)
In-Reply-To: <s5hskeobh4p.wl%tiwai@suse.de>
Takashi Iwai wrote:
> At Tue, 15 Sep 2009 00:44:58 +0200,
> pavel.hofman@ivitera.com wrote:
>> From: Pavel Hofman <pavel.hofman@ivitera.com>
>>
>>
>> Signed-off-by: Pavel Hofman <pavel.hofman@ivitera.com>
>
> Could you give a bit more changelog content?
> The summary line isn't enough for non-trivial changes.
> In this case, you changed AK4114_OPS1[012] values without any
> explanation. Please give a bit more information, what these changes
> mean, what impact they have, etc.
Sure, I was not sure how the rules apply in git. The first line in
rebase/patch edit is a summary statement and next lines are the detailed
changelog? Thanks a lot for the info.
Pavel.
>
>
> thanks,
>
> Takashi
>
>> diff --git a/include/ak4114.h b/include/ak4114.h
>> index d293d36..3ce69fd 100644
>> --- a/include/ak4114.h
>> +++ b/include/ak4114.h
>> @@ -95,13 +95,13 @@
>>
>> /* AK4114_REG_IO0 */
>> #define AK4114_TX1E (1<<7) /* TX1 Output Enable (1 = enable) */
>> -#define AK4114_OPS12 (1<<2) /* Output Though Data Selector for TX1 pin */
>> -#define AK4114_OPS11 (1<<1) /* Output Though Data Selector for TX1 pin */
>> -#define AK4114_OPS10 (1<<0) /* Output Though Data Selector for TX1 pin */
>> +#define AK4114_OPS12 (1<<6) /* Output Data Selector for TX1 pin */
>> +#define AK4114_OPS11 (1<<5) /* Output Data Selector for TX1 pin */
>> +#define AK4114_OPS10 (1<<4) /* Output Data Selector for TX1 pin */
>> #define AK4114_TX0E (1<<3) /* TX0 Output Enable (1 = enable) */
>> -#define AK4114_OPS02 (1<<2) /* Output Though Data Selector for TX0 pin */
>> -#define AK4114_OPS01 (1<<1) /* Output Though Data Selector for TX0 pin */
>> -#define AK4114_OPS00 (1<<0) /* Output Though Data Selector for TX0 pin */
>> +#define AK4114_OPS02 (1<<2) /* Output Data Selector for TX0 pin */
>> +#define AK4114_OPS01 (1<<1) /* Output Data Selector for TX0 pin */
>> +#define AK4114_OPS00 (1<<0) /* Output Data Selector for TX0 pin */
>>
>> /* AK4114_REG_IO1 */
>> #define AK4114_EFH1 (1<<7) /* Interrupt 0 pin Hold */
>> --
>> 1.5.6.3
>>
next prev parent reply other threads:[~2009-09-15 11:50 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-14 22:44 [PATCH 1/6] AK4114 - fix output selector bits, fix spelling pavel.hofman
2009-09-14 22:44 ` [PATCH 2/6] ak4620 support, moving the proc codec regs entry to ak4xxx-adda, pavel.hofman
2009-09-14 22:45 ` [PATCH 3/6] ak4113 support pavel.hofman
2009-09-14 22:45 ` [PATCH 4/6] Adding GPIO routines for mask and direction pavel.hofman
2009-09-14 22:45 ` [PATCH 5/6] adding support for multiple external clock types pavel.hofman
2009-09-14 22:45 ` [PATCH 6/6] Infrasonic Quartet support pavel.hofman
2009-09-15 11:36 ` Takashi Iwai
2009-09-15 11:24 ` [PATCH 5/6] adding support for multiple external clock types Takashi Iwai
2009-09-15 13:09 ` Pavel Hofman
2009-09-15 13:29 ` Takashi Iwai
2009-09-15 11:19 ` [PATCH 4/6] Adding GPIO routines for mask and direction Takashi Iwai
2009-09-15 11:55 ` Pavel Hofman
2009-09-15 11:15 ` [PATCH 3/6] ak4113 support Takashi Iwai
2009-09-15 11:54 ` Pavel Hofman
2009-09-15 11:12 ` [PATCH 2/6] ak4620 support, moving the proc codec regs entry to ak4xxx-adda, Takashi Iwai
2009-09-15 11:07 ` [PATCH 1/6] AK4114 - fix output selector bits, fix spelling Takashi Iwai
2009-09-15 11:51 ` Pavel Hofman [this message]
2009-09-15 12:31 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AAF7FB4.7020401@ivitera.com \
--to=pavel.hofman@ivitera.com \
--cc=alsa-devel@alsa-project.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox