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

Commit 33c646e4 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela
Browse files

[ALSA] oxygen: fix SPDIF input rates



Fix up SPDIF input sample rates again: 32 kHz and 64 kHz are not
supported.

Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 9478bc3b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -119,6 +119,11 @@ static int oxygen_open(struct snd_pcm_substream *substream,

	runtime->private_data = (void *)(uintptr_t)channel;
	runtime->hw = *oxygen_hardware[channel];
	if (channel == PCM_C) {
		runtime->hw.rates &= ~(SNDRV_PCM_RATE_32000 |
				       SNDRV_PCM_RATE_64000);
		runtime->hw.rate_min = 44100;
	}
	if (chip->model->pcm_hardware_filter)
		chip->model->pcm_hardware_filter(channel, &runtime->hw);
	err = snd_pcm_hw_constraint_step(runtime, 0,