ALSA: usbaudio - remove debug "SAMPLE BYTES" printk line
authorJaroslav Kysela <perex@perex.cz>
Wed, 3 Mar 2010 10:11:57 +0000 (11:11 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 3 Mar 2010 21:40:04 +0000 (22:40 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/usbaudio.c

index ea3eaa5..11b0826 100644 (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;