24 Jun
2013
24 Jun
'13
3:42 p.m.
Hi,
Updates for the twl6040 codec: - Fix soc probe when the machine driver is removed and loaded again without removing the codec driver (was failing since the IRQ has been already requested) - Playback pop noise reduction on stream start and stop with implementing the digital_mute callback and related tracking of the mute for different paths.
Regards, Peter --- Peter Ujfalusi (4): ASoC: twl6040: Drop using devm_request_threaded_irq() MFD: twl6040: Update register bit definitions ASoC: twl6040: Assign id for each DAI ASoC: twl6040: Add digital mute support
include/linux/mfd/twl6040.h | 7 +++ sound/soc/codecs/twl6040.c | 109 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 114 insertions(+), 2 deletions(-)
--
1.8.2.1