At Thu, 23 Dec 2010 12:05:04 +0000, Mark Brown wrote:
The following changes since commit 9d01df063e70260d6c0aabd58dd5507db151aa51:
ASoC: don't pass the string as the format arguemtn for dev_info() (2010-12-22 14:08:40 +0100)
are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.38
Pulled now. Thanks.
Takashi
Dimitris Papastamos (1): ASoC: Add initial WM8995 driver
Mark Brown (4): ASoC: Use delayed work to debounce WM8350 jack IRQs ASoC: Trace Wolfson jack detection IRQs ASoC: Add jack IRQ trace to 88pm860x driver ASoC: ifdef out trace points from modules for x86
Seungwhan Youn (1): ASoC: SAMSUNG: Debug wrong parameter
sound/soc/codecs/88pm860x-codec.c | 7 + sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/wm8350.c | 71 +- sound/soc/codecs/wm8903.c | 6 + sound/soc/codecs/wm8962.c | 5 + sound/soc/codecs/wm8994.c | 5 + sound/soc/codecs/wm8995.c | 1818 ++++++++ sound/soc/codecs/wm8995.h | 8749 +++++++++++++++++++++++++++++++++++++ sound/soc/samsung/goni_wm8994.c | 2 +- 10 files changed, 10649 insertions(+), 20 deletions(-) create mode 100644 sound/soc/codecs/wm8995.c create mode 100644 sound/soc/codecs/wm8995.h