diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-12-02 00:33:29 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-12-02 00:33:29 +0100 |
commit | 06a3c59f9cf4f550facf16a2f1e48ba364deb293 (patch) | |
tree | a674c598b425a6a03f3e7928511c50f47eaf921b /include | |
parent | Merge tag 'drm-fixes-2023-12-01' of git://anongit.freedesktop.org/drm/drm (diff) | |
parent | ALSA: hda: Disable power-save on KONTRON SinglePC (diff) | |
download | linux-06a3c59f9cf4f550facf16a2f1e48ba364deb293.tar.xz linux-06a3c59f9cf4f550facf16a2f1e48ba364deb293.zip |
Merge tag 'sound-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai:
"No surprise here, including only a collection of HD-audio
device-specific small fixes"
* tag 'sound-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
ALSA: hda: Disable power-save on KONTRON SinglePC
ALSA: hda/realtek: Add supported ALC257 for ChromeOS
ALSA: hda/realtek: Headset Mic VREF to 100%
ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 bps format
ALSA: hda: cs35l56: Enable low-power hibernation mode on SPI
ALSA: cs35l41: Fix for old systems which do not support command
ALSA: hda: cs35l41: Remove unnecessary boolean state variable firmware_running
ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/cs35l41.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/cs35l41.h b/include/sound/cs35l41.h index 043f8ac65dbf..68e053fe7340 100644 --- a/include/sound/cs35l41.h +++ b/include/sound/cs35l41.h @@ -906,6 +906,6 @@ int cs35l41_init_boost(struct device *dev, struct regmap *regmap, bool cs35l41_safe_reset(struct regmap *regmap, enum cs35l41_boost_type b_type); int cs35l41_mdsync_up(struct regmap *regmap); int cs35l41_global_enable(struct device *dev, struct regmap *regmap, enum cs35l41_boost_type b_type, - int enable, bool firmware_running); + int enable, struct cs_dsp *dsp); #endif /* __CS35L41_H */ |