]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda: Drop superfluous driver->ops NULL checks
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Jul 2025 16:04:28 +0000 (18:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Jul 2025 07:55:38 +0000 (09:55 +0200)
commit691351de31684b98a7366b08cd278bb057b51fce
tree506a77b4fe19a900bc64d897a07e5861ba82f9da
parentcabaf5908e586156d1d59f3fb8c51d2b169bc636
ALSA: hda: Drop superfluous driver->ops NULL checks

After all conversions, driver->ops became a must in most places
(except for the codec power setup which might be called before binding
to the codec driver), hence we can get rid of the superfluous
driver->ops NULL checks, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250709160434.1859-26-tiwai@suse.de
sound/hda/common/bind.c
sound/hda/common/codec.c
sound/hda/common/hda_local.h
sound/soc/codecs/hda.c
sound/soc/codecs/hdac_hda.c