Revision 010586f1bd26395b66fbec57b4bd9bb87ddc5564 authored by Dom Cobley on 06 December 2021, 18:12:04 UTC, committed by Dom Cobley on 08 December 2021, 14:44:35 UTC
Otherwise we reject audio playback when switching hdmi modes

Signed-off-by: Dom Cobley <popcornmix@gmail.com>
1 parent 111a297
Raw File
blacklist_hashes.c
// SPDX-License-Identifier: GPL-2.0
#include "blacklist.h"

const char __initdata *const blacklist_hashes[] = {
#include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
	, NULL
};
back to top