ALSA: hda: cs35l41: Remove unnecessary boolean state variable firmware_running
authorStefan Binding <sbinding@opensource.cirrus.com>
Fri, 17 Nov 2023 16:36:08 +0000 (16:36 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Nov 2023 11:36:37 +0000 (12:36 +0100)
commit37f67abe08557a79c3aabf684a49c6b99dbc259a
tree789c9c61061c434cd619b7bb10f618afbff0668e
parent7c9caa299335df94ad1c58f70a22f16a540eab60
ALSA: hda: cs35l41: Remove unnecessary boolean state variable firmware_running

This state duplicates the running state inside cs_dsp, so is not necessary.
Remove it, and use cs_dsp.running instead.
This brings the CS35L41 HDA driver more inline with its ASoC version,
allowing the same state to be used when calling library functions.

Fixes: fa3efcc36aac ("ALSA: cs35l41: Use mbox command to enable speaker output for external boost")
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20231117163609.823627-2-sbinding@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/cs35l41_hda.c