mirror of
https://github.com/torvalds/linux.git
synced 2024-11-04 11:04:38 +00:00
81d7da5404
The id part of an I2C device name is created with the "%d-%04x" format string. So for example for an I2C device which is connected to the adapter with the id 0 and has its address set to 0x1a the id part of the devices name would be "0-001a". Currently some sound board drivers have the id part the codec_name field of their dai_link structures set as if it had been created by a "%d-0x%x" format string. For example "0-0x1a" instead of "0-001a". As a result there is no match between the codec device and the dai_link and no sound card is instantiated. This patch fixes it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@kernel.org |
||
---|---|---|
.. | ||
bf5xx-ac97-pcm.c | ||
bf5xx-ac97-pcm.h | ||
bf5xx-ac97.c | ||
bf5xx-ac97.h | ||
bf5xx-ad193x.c | ||
bf5xx-ad1836.c | ||
bf5xx-ad1980.c | ||
bf5xx-ad73311.c | ||
bf5xx-i2s-pcm.c | ||
bf5xx-i2s-pcm.h | ||
bf5xx-i2s.c | ||
bf5xx-sport.c | ||
bf5xx-sport.h | ||
bf5xx-ssm2602.c | ||
bf5xx-tdm-pcm.c | ||
bf5xx-tdm-pcm.h | ||
bf5xx-tdm.c | ||
bf5xx-tdm.h | ||
Kconfig | ||
Makefile |