[PATCH] au8522_dig: fix snr lookup table

2013-07-17 Thread Chris Lee
This patch fixes an if() statement that was preventing the last element in the table from ever being utilized, preventing the snr from ever displaying 27db. Also some of the gaps in the lookup table were filled in. Signed-off-by: Chris Lee update...@gmail.com --- ---

Re: [PATCH] au8522_dig: fix snr lookup table

2013-07-17 Thread Devin Heitmueller
On Wed, Jul 17, 2013 at 8:30 PM, Chris Lee update...@gmail.com wrote: This patch fixes an if() statement that was preventing the last element in the table from ever being utilized, preventing the snr from ever displaying 27db. Also some of the gaps in the lookup table were filled in.

Re: [PATCH] au8522_dig: fix snr lookup table

2013-07-17 Thread Chris Lee
It could be an off by one, I dont have a datasheet for the au8522 to know for sure. I filled in the blanks, ie 0 270 2 250 so I guessed that 1 is 260 Chris update...@gmail.com On Wed, Jul 17, 2013 at 7:41 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Wed, Jul 17, 2013 at 8:30