We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda83b1 commit dd7a154Copy full SHA for dd7a154
sound/soc/bcm/rpi-simple-soundcard.c
@@ -324,10 +324,10 @@ static int hifiberry_dac8x_init(struct snd_soc_pcm_runtime *rtd)
324
struct snd_soc_dai *codec_dai = asoc_rtd_to_codec(rtd, 0);
325
326
/* override the defaults to reflect 4 x PCM5102A on the card
327
- * and limit the sample rate to 192ksps
+ * and limit the sample rate to 384ksps
328
*/
329
codec_dai->driver->playback.channels_max = 8;
330
- codec_dai->driver->playback.rates = SNDRV_PCM_RATE_8000_192000;
+ codec_dai->driver->playback.rates = SNDRV_PCM_RATE_8000_384000;
331
332
return 0;
333
}
0 commit comments