12 Oct
2010
12 Oct
'10
noon
On Tue, Oct 12, 2010 at 01:39:25PM +0900, Kuninori Morimoto wrote:
ak4642_write(codec, 0x09, 0x91); ak4642_write(codec, 0x0c, 0x91);
ak4642_write(codec, 0x00, 0x64);
snd_soc_update_bits(codec, 0x00, 0x64, 0x64);
Applied, but given all the magic numbers this is pretty much illegible - it'd be good if when updating the driver you could start to convert the magic numbers into #defines.