projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b30477d
)
ALSA: usbaudio - remove debug "SAMPLE BYTES" printk line
author
Jaroslav Kysela
<perex@perex.cz>
Wed, 3 Mar 2010 10:11:57 +0000
(11:11 +0100)
committer
Takashi 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/usbaudio.c
b/sound/usb/usbaudio.c
index ea3eaa53d637c8caca911f7ba1a96f107a524234..11b0826b8fe69a8de75ad0210d25513370f8a191 100644
(file)
--- 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;