mbox series

[0/4] ALSA: hda/cirrus: Make CS8409 driver more generic by using fixups

Message ID 20210312184452.3288-1-vitalyr@opensource.cirrus.com
Headers show
Series ALSA: hda/cirrus: Make CS8409 driver more generic by using fixups | expand

Message

Vitaly Rodionov March 12, 2021, 6:44 p.m. UTC
This series of patches will address comments by Pierre-Louis Bossart,
cleans up patch_cirrus.c source, reducing checkpatch.pl warnings from 19 to 0,
fixing an issue reported by Canonical: BugLink: https://bugs.launchpad.net/bugs/1918378,
and makes the CS8409 patch more generic by using fixups.

Stefan Binding (4):
  ALSA: hda/cirrus: Add error handling into CS8409 I2C functions
  ALSA: hda/cirrus: Cleanup patch_cirrus.c code.
  ALSA: hda/cirrus: Fix CS42L42 Headset Mic volume control name
  ALSA: hda/cirrus: Make CS8409 driver more generic by using fixups.

 sound/pci/hda/patch_cirrus.c | 506 ++++++++++++++++-------------------
 1 file changed, 228 insertions(+), 278 deletions(-)