Skip to content

Commit

Permalink
Add 352k8/384k support tp pcm5102a codec using ALSA define
Browse files Browse the repository at this point in the history
Signed-off-by: Clive Messer <clive.messer@digitaldreamtime.co.uk>
  • Loading branch information
DigitalDreamtime committed Jun 6, 2016
1 parent 6224bb2 commit 8366983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/pcm5102a.c
Expand Up @@ -26,7 +26,7 @@ static struct snd_soc_dai_driver pcm5102a_dai = {
.playback = {
.channels_min = 2,
.channels_max = 2,
.rates = SNDRV_PCM_RATE_8000_192000,
.rates = SNDRV_PCM_RATE_8000_384000,
.formats = SNDRV_PCM_FMTBIT_S16_LE |
SNDRV_PCM_FMTBIT_S24_LE |
SNDRV_PCM_FMTBIT_S32_LE
Expand Down

0 comments on commit 8366983

Please sign in to comment.