]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/core/pcm_native.c
ALSA: pcm: add support for 352.8KHz and 384KHz sample rate
[linux.git] / sound / core / pcm_native.c
index 860543a4c840207cda8e4a8c3ec873868b27b8ed..34390be3fb0fc7f1745826ffc6824c756815506b 100644 (file)
@@ -2168,7 +2168,7 @@ static int snd_pcm_hw_rule_sample_bits(struct snd_pcm_hw_params *params,
 
 static const unsigned int rates[] = {
        5512, 8000, 11025, 16000, 22050, 32000, 44100,
-       48000, 64000, 88200, 96000, 176400, 192000
+       48000, 64000, 88200, 96000, 176400, 192000, 352800, 384000
 };
 
 const struct snd_pcm_hw_constraint_list snd_pcm_known_rates = {