]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Fix null string usage with WM8753 DAIs
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 29 Jan 2009 13:08:20 +0000 (13:08 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 29 Jan 2009 13:14:21 +0000 (13:14 +0000)
commitd069c85b2bbf8425c59cae4422e6cd5a6a5282bb
tree922a0cd530f5f24fda569c5bd6f109f37218a4c9
parent6fcebcfe0956ad1efec5579fb446d10d98c44ac2
ASoC: Fix null string usage with WM8753 DAIs

The WM8753 driver multiplexes the DAI structures it exposes to the
outside world, leaving them uninitialised until the codec probes.  Since
the DAI name is used during the registration and setup process provide a
dummy name.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8753.c