summaryrefslogtreecommitdiff
path: root/modules/g7221/g7221.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-05-01 21:01:27 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-05-01 21:01:27 +0200
commitb839fce160d88ed93846af45fe34f655fe80c682 (patch)
tree788b7fdd6c00b9ef79fc596f8cd74c597f04a82a /modules/g7221/g7221.c
parent5148e7def697fc91d2ff7ec812d07b665f65397d (diff)
aucodec: split srate into srate and crate (Clock Rate)
Diffstat (limited to 'modules/g7221/g7221.c')
-rw-r--r--modules/g7221/g7221.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/g7221/g7221.c b/modules/g7221/g7221.c
index 7211c15..7651e92 100644
--- a/modules/g7221/g7221.c
+++ b/modules/g7221/g7221.c
@@ -13,6 +13,7 @@ static struct g7221_aucodec g7221 = {
.ac = {
.name = "G7221",
.srate = 16000,
+ .crate = 16000,
.ch = 1,
.encupdh = g7221_encode_update,
.ench = g7221_encode,