Skip to content

Commit 89eb1f3

Browse files
committed
tools include uapi: Update asound.h copy
To silence this perf build warning: Warning: Kernel ABI header at 'tools/include/uapi/sound/asound.h' differs from latest version at 'include/uapi/sound/asound.h' diff -u tools/include/uapi/sound/asound.h include/uapi/sound/asound.h Due to this cset: a984015 ("ALSA: timer: fix wrong comment to refer to 'SNDRV_TIMER_PSFLG_*'") Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Takashi Sakamoto <o-takashi@sakamocchi.jp> Cc: Takashi Iwai <tiwai@suse.de> Link: https://lkml.kernel.org/n/tip-76gsvs0w2g0x723ivqa2xua3@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 8dd4c0f commit 89eb1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/include/uapi/sound/asound.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ struct snd_timer_info {
752752
#define SNDRV_TIMER_PSFLG_EARLY_EVENT (1<<2) /* write early event to the poll queue */
753753

754754
struct snd_timer_params {
755-
unsigned int flags; /* flags - SNDRV_MIXER_PSFLG_* */
755+
unsigned int flags; /* flags - SNDRV_TIMER_PSFLG_* */
756756
unsigned int ticks; /* requested resolution in ticks */
757757
unsigned int queue_size; /* total size of queue (32-1024) */
758758
unsigned int reserved0; /* reserved, was: failure locations */

0 commit comments

Comments
 (0)