mbox series

[-next,0/4] ASoC: fix module autoloading

Message ID 20240826084924.368387-1-liaochen4@huawei.com
Headers show
Series ASoC: fix module autoloading | expand

Message

Liao Chen Aug. 26, 2024, 8:49 a.m. UTC
Hi all,

This patchset aims to enable autoloading of some use modules.
By registering MDT, the kernel is allowed to automatically bind 
modules to devices that match the specified compatible strings.

Liao Chen (4):
  ASoC: intel: fix module autoloading
  ASoC: google: fix module autoloading
  ASoC: tda7419: fix module autoloading
  ASoC: fix module autoloading

 sound/soc/codecs/chv3-codec.c          | 1 +
 sound/soc/codecs/tda7419.c             | 1 +
 sound/soc/google/chv3-i2s.c            | 1 +
 sound/soc/intel/keembay/kmb_platform.c | 1 +
 4 files changed, 4 insertions(+)