summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-01-16 17:31:38 +0100
committerAlfred E. Heggestad <aeh@db.org>2016-01-16 17:31:38 +0100
commit1233e9342542ceb3f317eebcd4c2b97e6a7d2b63 (patch)
tree408a61ed2ab121fa357998fa5a8f597f9bc56c87
parentb71d28f92b6c31297a4e1c46a4e9ca7db210b36e (diff)
auloop: add 44100 Hz to the table of sample-rates
-rw-r--r--modules/auloop/auloop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/auloop/auloop.c b/modules/auloop/auloop.c
index c87b060..03e8afd 100644
--- a/modules/auloop/auloop.c
+++ b/modules/auloop/auloop.c
@@ -56,10 +56,12 @@ static const struct {
{ 8000, 1},
{16000, 1},
{32000, 1},
+ {44100, 1},
{48000, 1},
{ 8000, 2},
{16000, 2},
{32000, 2},
+ {44100, 2},
{48000, 2},
};