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:
committed by
Takashi Iwai
parent
b30477d5e2
commit
e61e642c2a
@@ -2483,7 +2483,6 @@ static int parse_audio_format_i_type(struct snd_usb_audio *chip,
|
|||||||
sample_width, sample_bytes);
|
sample_width, sample_bytes);
|
||||||
}
|
}
|
||||||
/* check the format byte size */
|
/* check the format byte size */
|
||||||
printk(" XXXXX SAMPLE BYTES %d\n", sample_bytes);
|
|
||||||
switch (sample_bytes) {
|
switch (sample_bytes) {
|
||||||
case 1:
|
case 1:
|
||||||
pcm_format = SNDRV_PCM_FORMAT_S8;
|
pcm_format = SNDRV_PCM_FORMAT_S8;
|
||||||
|
Reference in New Issue
Block a user