1
0
Fork 0

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

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
hifive-unleashed-5.1
Jaroslav Kysela 2010-03-03 11:11:57 +01:00 committed by Takashi Iwai
parent b30477d5e2
commit e61e642c2a
1 changed files with 0 additions and 1 deletions

View File

@ -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;