diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-12-31 12:44:33 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-12-31 12:44:41 +0100 |
commit | 41d11d6e1aa167ae8c4849905b338b60db98be44 (patch) | |
tree | aa88e11182b051741bc4d69859d39de6a2f51a69 /include/sound | |
parent | 1b2ff639ff0cb999285d90c57d3f856b91c2aea6 (diff) | |
parent | 7b509910b3ad6d7aacead24c8744de10daf8715d (diff) |
Merge branch 'for-linus' into for-next
Pull 6.13 devel branch for further development of sequencer stuff.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/cs35l56.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sound/cs35l56.h b/include/sound/cs35l56.h index 94e8185c4795..3dc7a1551ac3 100644 --- a/include/sound/cs35l56.h +++ b/include/sound/cs35l56.h @@ -271,12 +271,6 @@ struct cs35l56_base { struct gpio_desc *reset_gpio; }; -/* Temporary to avoid a build break with the HDA driver */ -static inline int cs35l56_force_sync_asp1_registers_from_cache(struct cs35l56_base *cs35l56_base) -{ - return 0; -} - static inline bool cs35l56_is_otp_register(unsigned int reg) { return (reg >> 16) == 3; |