commit | 82a60352c2d3ef06815d4ddfd85d5506b5758804 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jul 12 11:19:15 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jul 12 13:13:26 2021 +0200 |
tree | 4f0750e10a68c4ab411c355394ed8f7f0d579ae0 | |
parent | 3b0f7eeff697b04571a5c6329b7e8fdf8f8c85d9 [diff] |
ALSA: x86: simplify with sync_stop PCM ops The reset procedure in had_do_reset() is exactly for the recently introduced PCM sync_stop ops. Replace the call with the new ops and clean up the unnecessary code and flags. Link: https://lore.kernel.org/r/20210712091915.28067-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>