Skip to content

Commit

Permalink
sound: pcm512x-codec: Adding 352.8kHz samplerate support
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Schulz authored and pelwell committed May 17, 2019
1 parent 3f64792 commit 4ed0f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/pcm512x.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ static unsigned long pcm512x_ncp_target(struct pcm512x_priv *pcm512x,

static const u32 pcm512x_dai_rates[] = {
8000, 11025, 16000, 22050, 32000, 44100, 48000, 64000,
88200, 96000, 176400, 192000, 384000,
88200, 96000, 176400, 192000, 352800, 384000,
};

static const struct snd_pcm_hw_constraint_list constraints_slave = {
Expand Down

0 comments on commit 4ed0f31

Please sign in to comment.