Re: [PATCH 1/2] ASoC: max98090: Add check for CODEC type

2014-07-04 Thread Mark Brown
On Fri, Jul 04, 2014 at 02:42:16PM +0530, Tushar Behera wrote: > CODEC type (MAX98090/MAX98091) can be specified from device-tree file, > it can also be obtained from the CODEC during runtime. Applied both, thanks. signature.asc Description: Digital signature

[PATCH 1/2] ASoC: max98090: Add check for CODEC type

2014-07-04 Thread Tushar Behera
CODEC type (MAX98090/MAX98091) can be specified from device-tree file, it can also be obtained from the CODEC during runtime. Add an explicit check to figure out if both are matching, else print a message warning about the same. Signed-off-by: Tushar Behera --- sound/soc/codecs/max98090.c | 1