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

Commit d1310967 authored by Clemens Ladisch's avatar Clemens Ladisch
Browse files

ALSA: dice: reduce noisy logging



The notification bits are not of general interest; log them only when
debugging.

Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent 341682cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -505,7 +505,7 @@ static void dice_notification(struct fw_card *card, struct fw_request *request,
		fw_send_response(card, request, RCODE_ADDRESS_ERROR);
		return;
	}
	dev_info(&dice->unit->device,
	dev_dbg(&dice->unit->device,
		"notification: %08x\n", be32_to_cpup(data));
	fw_send_response(card, request, RCODE_COMPLETE);
}