mbox series

[v3,0/2] Match data improvements for ak4642 driver

Message ID 20230831204734.104954-1-biju.das.jz@bp.renesas.com
Headers show
Series Match data improvements for ak4642 driver | expand

Message

Biju Das Aug. 31, 2023, 8:47 p.m. UTC
This patch series aims to add match data improvements for ak4642 driver.

This patch series is only compile tested.

v2->v3:
 * Patch#1 for cleanups and patch#2 for simplifying probe()
 * Replace local variable np with dev_fwnode()
 * Replace dev_err()->dev_err_probe().
 * Remove comma in the terminator entry for OF table.
 * Drop a space in the terminator entry for ID table.
v1->v2:
 * Removed forward declaration ak4642_of_match and ak4642_i2c_id.
 * Restored error EINVAL.
 * Used dev_fwnode() and replaced dev->of_node.
 * Removed comma in the terminator entry.

Biju Das (2):
  ASoC: ak4642: Minor cleanups in probe()
  ASoC: ak4642: Simplify probe()

 sound/soc/codecs/ak4642.c | 28 +++++++---------------------
 1 file changed, 7 insertions(+), 21 deletions(-)