summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cx20442.c
diff options
context:
space:
mode:
authorJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>2011-02-01 13:11:55 +0300
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-02-01 17:13:47 +0300
commitacd62276773b46810a3292af0c915c9782138ff2 (patch)
tree8c9cd3049933799ec0e5589f76a15fb98eae409d /sound/soc/codecs/cx20442.c
parente9cf7049330cd44c8af43b0c5c7bef25a086c5b7 (diff)
downloadlinux-acd62276773b46810a3292af0c915c9782138ff2.tar.xz
ASoC: Amstrad Delta: fix const related build error
The Amstrad Delta ASoC driver used to override the digital_mute() callback, expected to be not provided by the on-board CX20442 CODEC driver, with its own implementation. While this is still posssible when substituting the whole empty snd_soc_dai_driver.ops member (the CX20442 case), replacing snd_soc_dai_ops.digital_mute only is no longer correct after the snd_soc_dai_driver.ops member has been constified, and results in build error. Drop this actually not used code path in hope the CX20442 driver never provides its own snd_soc_dai_ops structure. Created and tested against linux-2.6.38-rc2 Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/cx20442.c')
0 files changed, 0 insertions, 0 deletions