linux-sg2042/sound/soc/samsung
Lars-Peter Clausen 81d7da5404 ASoC: Fix codec device id format used by some dai_links
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
2011-01-25 15:12:36 +00:00
..
Kconfig ASoC: Change Samsung Kconfig from ASOC_ to SND_SOC_ 2011-01-05 09:45:32 +00:00
Makefile ASoC: Change Samsung Kconfig from ASOC_ to SND_SOC_ 2011-01-05 09:45:32 +00:00
ac97.c
ac97.h
dma.c
dma.h
goni_wm8994.c ASoC: SAMSUNG: Debug wrong parameter 2010-12-22 11:09:15 +00:00
h1940_uda1380.c ASoC: Add HP iPAQ H1940 support 2010-12-10 17:40:15 +00:00
i2s.c ASoC: Samsung: I2S: Flush FIFO after stop 2010-12-20 13:45:48 +00:00
i2s.h
jive_wm8750.c
lm4857.h
ln2440sbc_alc650.c
neo1973_gta02_wm8753.c ASoC: Fix codec device id format used by some dai_links 2011-01-25 15:12:36 +00:00
neo1973_wm8753.c ASoC: Fix codec device id format used by some dai_links 2011-01-25 15:12:36 +00:00
pcm.c
pcm.h
regs-i2s-v2.h
rx1950_uda1380.c ASoC: RX1950: Enable Mic Jack during glue driver init 2011-01-10 11:47:49 +00:00
s3c-i2s-v2.c
s3c-i2s-v2.h
s3c24xx-i2s.c
s3c24xx-i2s.h
s3c24xx_simtec.c
s3c24xx_simtec.h
s3c24xx_simtec_hermes.c ASoC: Fix codec device id format used by some dai_links 2011-01-25 15:12:36 +00:00
s3c24xx_simtec_tlv320aic23.c ASoC: Fix codec device id format used by some dai_links 2011-01-25 15:12:36 +00:00
s3c24xx_uda134x.c
s3c2412-i2s.c
s3c2412-i2s.h
smartq_wm8987.c ASoC: Add missing gpio_free(S3C64XX_GPK(12)) in smartq_exit() 2010-11-29 11:01:02 +00:00
smdk2443_wm9710.c
smdk_spdif.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 2011-01-13 10:32:54 -08:00
smdk_wm8580.c ASoC: SMDKC110: Enable I2S device 2010-12-20 13:46:18 +00:00
smdk_wm8994.c ASoC: SMDKV310: Add I2S support 2010-12-20 13:46:27 +00:00
smdk_wm9713.c ASoC: SMDKV310: Enable AC97 device 2010-12-20 13:46:23 +00:00
spdif.c
spdif.h