Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d94ff6b7 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Fix obsolete CONFIG_SND_DEBUG_DETECT



Fix the old dead CONFIG_SND_DEBUG_DETECT to CONFIG_SND_DEBUG_VERBOSE.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2ad81ba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3127,7 +3127,7 @@ int snd_hda_check_board_codec_sid_config(struct hda_codec *codec,
	tbl = q;
	tbl = q;


	if (tbl->value >= 0 && tbl->value < num_configs) {
	if (tbl->value >= 0 && tbl->value < num_configs) {
#ifdef CONFIG_SND_DEBUG_DETECT
#ifdef CONFIG_SND_DEBUG_VERBOSE
		char tmp[10];
		char tmp[10];
		const char *model = NULL;
		const char *model = NULL;
		if (models)
		if (models)