ASoC: rt5677: Use agnostic irq_domain_create_linear()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 30 Jun 2023 17:21:53 +0000 (20:21 +0300)
committerMark Brown <broonie@kernel.org>
Sun, 9 Jul 2023 21:47:07 +0000 (22:47 +0100)
commitc3d42d7baf6b4032171270e3df001fb946493452
tree17ebbe088213a3fcb9558a4058ffa8fe9be0b7b8
parent5512ffd9f39832f312b7f903703ac39d6367fe8a
ASoC: rt5677: Use agnostic irq_domain_create_linear()

Instead of irq_domain_add_linear() that requires of_node,
use irq_domain_create_linear() that works outside of OF world.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230630172155.83754-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5677.c