Skip to content

Commit cd47d5c

Browse files
committed
ASoC: pcm512x: Demote "No SCLK" to debug level
Designing a PCM512X-based soundcard with no external SCLK is a valid choice supported by the driver. Don't alarm users with messages that say "No SCLK, using BCLK: -2" - reclassify them as debug information. Signed-off-by: Phil Elwell <[email protected]>
1 parent da53e41 commit cd47d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/pcm512x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ static int pcm512x_dai_startup_slave(struct snd_pcm_substream *substream,
630630
struct regmap *regmap = pcm512x->regmap;
631631

632632
if (IS_ERR(pcm512x->sclk)) {
633-
dev_info(dev, "No SCLK, using BCLK: %ld\n",
633+
dev_dbg(dev, "No SCLK, using BCLK: %ld\n",
634634
PTR_ERR(pcm512x->sclk));
635635

636636
/* Disable reporting of missing SCLK as an error */

0 commit comments

Comments
 (0)