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

Commit 267cdf40 authored by Jaroslav Kysela's avatar Jaroslav Kysela
Browse files

[ALSA] replace SNDRV_PCM_HW_PARAMS_RUNTIME -> SNDRV_PCM_HW_PARAMS_NORESAMPLE



ALSA Core


Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 004e6538
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ enum sndrv_pcm_hw_param {
	SNDRV_PCM_HW_PARAM_LAST_INTERVAL = SNDRV_PCM_HW_PARAM_TICK_TIME
};

#define SNDRV_PCM_HW_PARAMS_RUNTIME		(1<<0)
#define SNDRV_PCM_HW_PARAMS_NORESAMPLE		(1<<0)	/* avoid rate resampling */

struct sndrv_interval {
	unsigned int min, max;