Skip to content

Commit

Permalink
ASoc: Don't report S24_LE support, it produces white noise with xbmc
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Mar 5, 2014
1 parent b92aa5c commit bacdfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/pcm5102a.c
Expand Up @@ -28,7 +28,7 @@ static struct snd_soc_dai_driver pcm5102a_dai = {
.channels_max = 2,
.rates = SNDRV_PCM_RATE_8000_192000,
.formats = SNDRV_PCM_FMTBIT_S16_LE |
SNDRV_PCM_FMTBIT_S24_LE |
// SNDRV_PCM_FMTBIT_S24_LE | : disable for now, it causes white noise with xbmc
SNDRV_PCM_FMTBIT_S32_LE
},
};
Expand Down

0 comments on commit bacdfda

Please sign in to comment.