aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-12-05 18:10:20 +0100
committerHung-Te Lin <hungte@chromium.org>2020-12-17 13:53:34 +0000
commite108e41b3347f29e0f266949d70cc2f01e6adebd (patch)
tree15071a4337f012727666e7f940f1e23ae8ea5961
parent61dd8365bf442a5c07955ef4b1fd665f8c3aadb4 (diff)
device/azalia_device.c: Remove debug prints
The other five copies of this function in the tree do not have these debug prints. Remove them from here for consistency. Note that this information is already printed elsewhere, so nothing is being lost. Change-Id: I999032af1628bf8d66a057dc72368f02ef6eb8d1 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48347 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
-rw-r--r--src/device/azalia_device.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device/azalia_device.c b/src/device/azalia_device.c
index 543d5cb3ea..e12ffad61e 100644
--- a/src/device/azalia_device.c
+++ b/src/device/azalia_device.c
@@ -87,9 +87,6 @@ no_codec:
static u32 find_verb(struct device *dev, u32 viddid, const u32 **verb)
{
- printk(BIOS_DEBUG, "azalia_audio: dev=%s\n", dev_path(dev));
- printk(BIOS_DEBUG, "azalia_audio: Reading viddid=%x\n", viddid);
-
int idx = 0;
while (idx < (cim_verb_data_size / sizeof(u32))) {