[v1,0/3] ASoC: rt5677: Refactor to use device_get_match_data()

Message ID 20230629104603.88612-1-andriy.shevchenko@linux.intel.com
Headers
Series ASoC: rt5677: Refactor to use device_get_match_data() |

Message

Andy Shevchenko June 29, 2023, 10:46 a.m. UTC
  The code can be simplified with device_get_match_data().
Besides that couple of additional changes, one for maintenance (patch 3)
and one for making IRQ domain agnostic (not pinned to OF).

Andy Shevchenko (3):
  ASoC: rt5677: Use agnostic irq_domain_create_linear()
  ASoC: rt5677: Use device_get_match_data()
  ASoC: rt5677: Sort headers alphabetically

 sound/soc/codecs/rt5677.c | 41 +++++++++++++--------------------------
 sound/soc/codecs/rt5677.h |  4 ++--
 2 files changed, 16 insertions(+), 29 deletions(-)