18 Apr
2016
18 Apr
'16
4:47 p.m.
On Wed, Apr 13, 2016 at 01:20:47PM -0700, anish kumar wrote:
+static const char *const voltage_level_text[] = {
- "9.5dB", "10.5dB", "11.5dB", "11.5dB", "12.5dB",
- "13.5dB", "14.5dB", "15.5dB", "16.5dB", "17.5dB",
- "18.5dB", "19.5dB", "20.5dB"
+};
As I said last time I would expect this to be a TLV control. As far as I can tell this is basically functioning as a maximum volume. Otherwise this looks good.