]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: usb-audio: Replace runtime->status->state reference to runtime->state
authorTakashi Iwai <tiwai@suse.de>
Mon, 26 Sep 2022 13:55:54 +0000 (15:55 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 27 Sep 2022 06:48:22 +0000 (08:48 +0200)
commit5a00293ab132f7f2ffd4e50f815d6f8ed3820abb
tree767faf29af744f5ab4030010bfb625874806103a
parent9a5b392a367c2226a5bc7bd6ec0b5fd8bf73f548
ALSA: usb-audio: 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-8-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/pcm.c