summaryrefslogtreecommitdiff
path: root/sound/i2c/other/ak4113.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2024-08-07 15:34:07 +0200
committerTakashi Iwai <tiwai@suse.de>2024-08-08 07:47:24 +0200
commitae1873eeb8bac3f5c188637f24d8e8714e994929 (patch)
tree1669b6c974e197ef1dd3bce8c1ab107b5edf20c5 /sound/i2c/other/ak4113.c
parent1ac6352e50780603bbae44eda7b3cc0036b1013f (diff)
downloadlinux-ae1873eeb8bac3f5c188637f24d8e8714e994929.tar.gz
linux-ae1873eeb8bac3f5c188637f24d8e8714e994929.tar.bz2
linux-ae1873eeb8bac3f5c188637f24d8e8714e994929.zip
ALSA: i2c: Drop commented old debug prints
There are quite a few commented-out debug prints that have never been used in the production code. Let's rip them off for code cleanness. Reviewed-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20240807133452.9424-18-tiwai@suse.de
Diffstat (limited to 'sound/i2c/other/ak4113.c')
-rw-r--r--sound/i2c/other/ak4113.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/i2c/other/ak4113.c b/sound/i2c/other/ak4113.c
index e7213092eb4f..c1f7447a4d11 100644
--- a/sound/i2c/other/ak4113.c
+++ b/sound/i2c/other/ak4113.c
@@ -599,8 +599,6 @@ __rate:
(runtime->rate != res)) {
snd_pcm_stream_lock_irqsave(ak4113->substream, _flags);
if (snd_pcm_running(ak4113->substream)) {
- /*printk(KERN_DEBUG "rate changed (%i <- %i)\n",
- * runtime->rate, res); */
snd_pcm_stop(ak4113->substream,
SNDRV_PCM_STATE_DRAINING);
wake_up(&runtime->sleep);