Our tests platforms do use realtek codecs, while implementing avs driver and machine boards for it, we identified some problems with those codec drivers.
This series aims to fix those issues.
Changes in v2: - Drop patches which were merged from v1 - Drop patches changing IRQ behaviour - Add patches to set component to NULL on remove - disabling IRQs worked around the problem, so those patches weren't needed in earlier series
Amadeusz Sławiński (5): ASoC: codecs: rt298: Fix NULL jack in interrupt ASoC: codecs: rt298: Fix jack detection ASoC: codecs: rt286: Set component to NULL on remove ASoC: codecs: rt298: Set component to NULL on remove ASoC: codecs: rt274: Set component to NULL on remove
sound/soc/codecs/rt274.c | 1 + sound/soc/codecs/rt286.c | 1 + sound/soc/codecs/rt298.c | 43 ++++++++++++++++++++-------------------- 3 files changed, 23 insertions(+), 22 deletions(-)