Skip to content

Commit 03c496c

Browse files
povikjannau
authored andcommitted
HACK: ALSA: Export 'snd_pcm_known_rates'
Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
1 parent c52bf21 commit 03c496c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/core/pcm_native.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2447,6 +2447,7 @@ const struct snd_pcm_hw_constraint_list snd_pcm_known_rates = {
24472447
.count = ARRAY_SIZE(rates),
24482448
.list = rates,
24492449
};
2450+
EXPORT_SYMBOL_GPL(snd_pcm_known_rates);
24502451

24512452
static int snd_pcm_hw_rule_rate(struct snd_pcm_hw_params *params,
24522453
struct snd_pcm_hw_rule *rule)

0 commit comments

Comments
 (0)