Re: [PATCH v3 1/7] extcon: arizona: Add defines for microphone detection levels

2013-11-14 Thread Chanwoo Choi
Hi Charles, On 11/15/2013 01:18 AM, Charles Keepax wrote: > Improve readability by creating a define for each microphone detection > level. > > Acked-by: Lee Jones > Signed-off-by: Charles Keepax > --- > drivers/extcon/extcon-arizona.c | 19 ++- > include/linux/mfd/ariz

[PATCH v3 1/7] extcon: arizona: Add defines for microphone detection levels

2013-11-14 Thread Charles Keepax
Improve readability by creating a define for each microphone detection level. Acked-by: Lee Jones Signed-off-by: Charles Keepax --- drivers/extcon/extcon-arizona.c | 19 ++- include/linux/mfd/arizona/registers.h |9 + 2 files changed, 23 insertions(+), 5 dele