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

Commit e61e642c authored by Jaroslav Kysela's avatar Jaroslav Kysela Committed by Takashi Iwai
Browse files

ALSA: usbaudio - remove debug "SAMPLE BYTES" printk line



Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b30477d5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2483,7 +2483,6 @@ static int parse_audio_format_i_type(struct snd_usb_audio *chip,
				   sample_width, sample_bytes);
		}
		/* check the format byte size */
		printk(" XXXXX SAMPLE BYTES %d\n", sample_bytes);
		switch (sample_bytes) {
		case 1:
			pcm_format = SNDRV_PCM_FORMAT_S8;