]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: Replace runtime->status->state reference to runtime->state
authorTakashi Iwai <tiwai@suse.de>
Mon, 26 Sep 2022 13:55:52 +0000 (15:55 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 27 Sep 2022 06:47:33 +0000 (08:47 +0200)
commitf0ea03655901ad4ff5e50255a375928eb586c3d1
treec435aa9efbdd6d46346f9f0c9b9c7d675e84d75c
parentfb66ea135c5da60733ec2397894ab61f5922cd6e
ALSA: hda: Replace runtime->status->state reference to runtime->state

The recent change in ALSA core allows drivers to get the current PCM
state directly from runtime object.  Replace the calls accordingly.

Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Link: https://lore.kernel.org/r/20220926135558.26580-6-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdmi_chmap.c