ALSA: hda: hda_component: Move codec field into the parent
authorSimon Trimmer <simont@opensource.cirrus.com>
Mon, 17 Jun 2024 15:41:04 +0000 (16:41 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 18 Jun 2024 09:58:45 +0000 (11:58 +0200)
commit3b2a8582876d0b1ff1d8df9ff3cca03a70268fe2
tree2110813b6806e0b0fb8a358033e630b721282604
parent1adf91011f60e6d992cb1294e77a872845a390ed
ALSA: hda: hda_component: Move codec field into the parent

There is one codec shared across all of the bound HDA components and a
copy is usually stashed in the amp driver so it doesn't need to be in
every hda_component.

Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/20240617154105.108635-4-simont@opensource.cirrus.com
sound/pci/hda/cs35l41_hda.c
sound/pci/hda/cs35l56_hda.c
sound/pci/hda/hda_component.c
sound/pci/hda/hda_component.h
sound/pci/hda/tas2781_hda_i2c.c