commit | 6740ea6776e97274627e3c261469d1c4ba0a0cb5 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Apr 12 12:10:14 2019 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Apr 12 12:51:22 2019 +0200 |
tree | dc886ed8527bd101e736d296e4d0df4ea02af146 | |
parent | 7c32ae35fbf9cffb7aa3736f44dec10c944ca18e [diff] |
ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helper We have two helpers for queuing a sequencer event from the kernel client, and both are used only from OSS sequencer layer without any hop and atomic set. Let's simplify and unify two helpers into one. No functional change, just a call pattern change. Signed-off-by: Takashi Iwai <tiwai@suse.de>