Uh oh!
There was an error while loading. Please reload this page.
Dmic 16k capture with vol - #1293
Conversation
This PR is an enhancement of #1271 to support volume control |
@libinyang Sorry I got a bit lost. |
jajanusz
commented
Apr 23, 2019
@libinyang Also #1278 notes that there is no vol for 16&32 and this PR fixes 16b, so it's not full fix for #1278 right? |
libinyang
commented
Apr 23, 2019
@jajanusz There are 2 DMICs. One is 48KHz and 32bit. Another is 16KHz and 16bit (maybe we still need support 32bit @RanderWang is working on it) and the patch for 48KHz and 32bit has already been merged into sof.
|
libinyang
commented
Apr 23, 2019
@jajanusz I should not close that PR. Sorry for the inconvenience.
|
There was a problem hiding this comment.
@libinyang I think I can merge it, looks good for 16k, just one minor problem - I think you should change name of the topology file to use dashes instead of underscores, pipe-volume-capture_16k, should be pipe-volume-capture-16k or even pipe-volume-capture-16khz-16b
DMIC16k only supports 16000Hz sample rate. pipe-volume-capture.m4 only supports 48000Hz. Add pipe-volume-capture-16khz.m4 to support 16KHz record. Signed-off-by: Libin Yang <libin.yang@intel.com>
DMIC16k only supports 16KHz sample rate. It should use pipe-volume-capture-16khz.m4 to create the pipe which supports the 16KHz recording. Signed-off-by: Libin Yang <libin.yang@intel.com>
ddaa7d1 to
9a99a8cComparelibinyang
commented
Apr 25, 2019
@jajanusz updated. Thanks. |
jajanusz
commented
Apr 25, 2019
@xiulipan I see here on GH: |
jajanusz
commented
Apr 25, 2019
@xiulipan I see that message is right and Tester itself failed because there are only 1 column for last category of tests |
xiulipan
commented
Apr 25, 2019
@jajanusz |
lgirdwood
commented
Apr 26, 2019
@zrombel could you check code scan, not sure why it would fail for topologies |
This PR add support dmic 16khz recording. this is to fix#1278