Skip to content

Commit 03b5e18

Browse files
povikjannau
authored andcommitted
HACK: ALSA: Export 'snd_pcm_known_rates'
Signed-off-by: Martin Povišer <[email protected]>
1 parent 1940ec6 commit 03b5e18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/core/pcm_native.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2452,6 +2452,7 @@ const struct snd_pcm_hw_constraint_list snd_pcm_known_rates = {
24522452
.count = ARRAY_SIZE(rates),
24532453
.list = rates,
24542454
};
2455+
EXPORT_SYMBOL_GPL(snd_pcm_known_rates);
24552456

24562457
static int snd_pcm_hw_rule_rate(struct snd_pcm_hw_params *params,
24572458
struct snd_pcm_hw_rule *rule)

0 commit comments

Comments
 (0)