]> Git Repo - linux.git/commitdiff
ASoC: Intel: Change kern log level to avoid unwanted messages
authorNaveen Manohar <[email protected]>
Fri, 8 Dec 2017 04:00:18 +0000 (09:30 +0530)
committerMark Brown <[email protected]>
Fri, 8 Dec 2017 18:49:27 +0000 (18:49 +0000)
patch suppresses the warning message "control load not supported"
as this is a debug information to help debug issues in topology.

Signed-off-by: Naveen Manohar <[email protected]>
Acked-By: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/intel/skylake/skl-topology.c

index a072bcf209d2aa4c9c72503466e027e6867cd9bb..81923da18ac2259ad159b8c0282242cc7c94c53c 100644 (file)
@@ -2908,7 +2908,7 @@ static int skl_tplg_control_load(struct snd_soc_component *cmpnt,
                break;
 
        default:
-               dev_warn(bus->dev, "Control load not supported %d:%d:%d\n",
+               dev_dbg(bus->dev, "Control load not supported %d:%d:%d\n",
                        hdr->ops.get, hdr->ops.put, hdr->ops.info);
                break;
        }
This page took 0.064603 seconds and 4 git commands to generate.