diff options
| author | Takashi Iwai <tiwai@suse.de> | 2026-04-13 18:09:48 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-04-13 18:09:48 +0200 |
| commit | 080615b7213ae60965a1e6be7dc0f73737fe51bc (patch) | |
| tree | bc34541c290f5a84358abf2136620d9520b40357 /include/linux/mfd/cs42l43.h | |
| parent | 67f4c61a73e9b17dc9593bf27badc6785ecadd78 (diff) | |
| parent | 115e7d764dad66a10e150bd4b3ba3bbb95b04d85 (diff) | |
Merge tag 'asoc-v7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Updates for v7.1
There's one new core feature here but mostly this has been a fairly
quiet release, we've got a few new drivers and one core feature that's
likely to be relatively rarely used but the bulk of the work this time
around has been on quality.
- Support for bus keepers, this will be used by the Apple device
support.
- Enhancements to the SDCA support, incuding retaskable jacks.
- Unwinding of the pcm_new()/pcm_free() cleanups from Morimoto-san.
- Test improvements for the Cirrus Logic drivers.
- Large sets of fixes for the NXP, nVidia and Qualcomm drivers.
- Support for AMD RPL DMICs, Cirrus Logic CS42L43 and CS47L47, nVidia
machines with CPCAP and WM8962.
Diffstat (limited to 'include/linux/mfd/cs42l43.h')
| -rw-r--r-- | include/linux/mfd/cs42l43.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/cs42l43.h b/include/linux/mfd/cs42l43.h index 2239d8585e78..ff0f7e365a19 100644 --- a/include/linux/mfd/cs42l43.h +++ b/include/linux/mfd/cs42l43.h @@ -98,6 +98,7 @@ struct cs42l43 { bool sdw_pll_active; bool attached; bool hw_lock; + long variant_id; }; #endif /* CS42L43_CORE_EXT_H */ |
