]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: cs35l41: Remove Set Channel Map api from binding
authorStefan Binding <sbinding@opensource.cirrus.com>
Mon, 9 May 2022 21:46:40 +0000 (22:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 16 May 2022 07:51:00 +0000 (09:51 +0200)
commit7522c5aebd034e81c7917ea0af1b6b35b3bb4987
treeb760cf8a1eaab9b6462277204f5152233993bffa
parentd2ea5a3f71ab5c8318334a9aae4367a5760e32da
ALSA: hda: cs35l41: Remove Set Channel Map api from binding

This API was required for CLSA0100 laptop, which did not
have correct properties inside ACPI. The required values
are now hardcoded inside the driver so this is no longer
needed.
Without this api, there CLSA0100 can now use the generic
cs35l41 fixup, like the other laptops.
All other laptops will read the Speaker Position from
ACPI and set the channel map from within the driver.

Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220509214703.4482-4-vitalyr@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/cs35l41_hda.c
sound/pci/hda/hda_component.h
sound/pci/hda/patch_realtek.c