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)
commit12ef193d5817504621e503e78d641265f6a86ac4
treea86c1cc9d7297561b0912f0b2c0332bf2ab993ca
parent15ad9a531a64d46af54839ab13542a81ad4c82a5
ASoC: Allow setting codec register with debugfs filesystem

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>
include/sound/soc.h
sound/soc/soc-core.c
sound/soc/soc-dapm.c