mbox series

[0/2] ASoC: mediatek: Remove redundant code and add sample rate checker of MT7986 SoC

Message ID 20231023095453.4860-1-maso.huang@mediatek.com
Headers show
Series ASoC: mediatek: Remove redundant code and add sample rate checker of MT7986 SoC | expand

Message

Maso Huang Oct. 23, 2023, 9:54 a.m. UTC
1. Remove redundant remove function.
2. Add sample rate checker.
Patches are based on broonie tree "for-next" branch.

Maso Huang (2):
  ASoC: mediatek: mt7986: remove redundant remove function
  ASoC: mediatek: mt7986: add sample rate checker

 sound/soc/mediatek/mt7986/mt7986-dai-etdm.c | 22 +++++++++--
 sound/soc/mediatek/mt7986/mt7986-wm8960.c   | 43 ++++++---------------
 2 files changed, 30 insertions(+), 35 deletions(-)

Comments

AngeloGioacchino Del Regno Oct. 23, 2023, 11:07 a.m. UTC | #1
Il 23/10/23 11:54, Maso Huang ha scritto:
> Remove redundant remove function of mt7986-wm8960.
> 
> Signed-off-by: Maso Huang <maso.huang@mediatek.com>

You're doing more than what you're advertising; you are:

1. Dropping the remove callback; and
2. Removing the mt7986_wm8960_priv structure

You can do that in one single commit if you really want to, but you have to
use the appropriate commit title and description, saying exactly what you're doing.

Regards,
Angelo