mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-11-24 12:40:24 +00:00
ALSA: usbaudio - remove debug "SAMPLE BYTES" printk line
Signed-off-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
b30477d5e2
commit
e61e642c2a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user