Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4efd1fc7 authored by Michael Trimarchi's avatar Michael Trimarchi Committed by Mark Brown
Browse files

ASoC: pcm1792a: Add 88200 frequency

parent 7171511e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
#define __PCM1792A_H__

#define PCM1792A_RATES (SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_8000_48000 | \
			SNDRV_PCM_RATE_96000 | SNDRV_PCM_RATE_192000)
			SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000 | \
			SNDRV_PCM_RATE_192000)

#define PCM1792A_FORMATS (SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S24_LE | \
			  SNDRV_PCM_FMTBIT_S16_LE)