summaryrefslogtreecommitdiff
path: root/TODO
blob: ce6256dbc75c735140a834ba2370814adbf9f47c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Open

+ Display the current case mode (^C) onscreen

+ emacs like key bindings
    ^S for searching (^Y)
    Up/dwn Arrow support Next/Prev field. ??
    Inline editing on Input fields ( ??^B/^F )
    ^X^C to quit ( ^Q ??)
    Pagdwn/PageUp/+/- 

+ Same capabilities as interactive in non interactive (one shot) mode

+ Provide some how-do-I-use-this-thing doc.

+ Replace invlib.[ch] by real database.  Failing that, at least sanitize it.

Possible changes:

? Change to full screen target display and use bottom line for command,
    control or fn keys for operations (cf pine)

? Apply added capability from osr5 codebase

96149b2b36be5c809598926'>1c8f2c4287bcc1eb596149b2b36be5c809598926 (patch) treef3cb03676b418564dd1f8339c221fa066284c13f /sound/soc parent9e18e1869f5ebac69f0d881fe97a198ebc0834db (diff)
ASoC: Fix compile breakage in jz4740.c and smartq_wm8987.c
Commit ce6120c require that soc-dapm.h cannot be included before soc.h but these two drivers were not checked. Fix them by including only soc.h as it includes soc-dapm.h. Signed-off-by: Jarkko Nikula <jhnikula@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')