Skip to content

Commit 617139f

Browse files
committed
pcm5102a: Don't report S24_LE support, it produces white noise with xbmc
1 parent ba27be5 commit 617139f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/pcm5102a.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static struct snd_soc_dai_driver pcm5102a_dai = {
2828
.channels_max = 2,
2929
.rates = SNDRV_PCM_RATE_8000_192000,
3030
.formats = SNDRV_PCM_FMTBIT_S16_LE |
31-
SNDRV_PCM_FMTBIT_S24_LE |
31+
//SNDRV_PCM_FMTBIT_S24_LE |
3232
SNDRV_PCM_FMTBIT_S32_LE
3333
},
3434
};

0 commit comments

Comments
 (0)