commit | 9e70c1f099c6977d3928879e64fa6af7f903b7b0 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Jan 29 13:08:20 2009 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Jan 29 13:14:21 2009 +0000 |
tree | 922a0cd530f5f24fda569c5bd6f109f37218a4c9 | |
parent | 43d50807dbf47a139f83660fec14aebe936b3c80 [diff] |
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>