ASoC: Allow setting codec register with debugfs filesystem
authorTroy Kisky <troy.kisky@boundarydevices.com>
Tue, 14 Oct 2008 00:42:14 +0000 (17:42 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 30 Oct 2008 14:34:02 +0000 (14:34 +0000)
i.e. echo 6 59 >/sys/kernel/debug/soc-audio.0/codec_reg
will set register 0x06 to a value of 0x59.
Also, pop_time debugfs interface setup is moved so that it
is setup in the same function as codec_reg

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found