aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2010-03-03 11:11:57 +0100
committerTakashi Iwai <tiwai@suse.de>2010-03-03 22:40:04 +0100
commite61e642c2a0dc283c52cec76a223ac0699773633 (patch)
treec781bf6230887748abf87f068b21ed23fe92aca2 /sound
parentALSA: timer - pass real event in snd_timer_notify1() to instance callback (diff)
downloadlinux-dev-e61e642c2a0dc283c52cec76a223ac0699773633.tar.xz
linux-dev-e61e642c2a0dc283c52cec76a223ac0699773633.zip
ALSA: usbaudio - remove debug "SAMPLE BYTES" printk line
Signed-off-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/usbaudio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c
index ea3eaa53d637..11b0826b8fe6 100644
--- a/sound/usb/usbaudio.c
+++ b/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;