Browse Source

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

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Jaroslav Kysela 15 years ago
parent
commit
e61e642c2a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      sound/usb/usbaudio.c

+ 0 - 1
sound/usb/usbaudio.c

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