Skip to content

Commit

Permalink
TEST: tplg: bt: use CONTINUOUS for supported rates
Browse files Browse the repository at this point in the history
Signed-off-by: Yong Zhi <yong.zhi@intel.com>
  • Loading branch information
yongzhi1 committed May 6, 2024
1 parent bb442cc commit e91df78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/topology/topology2/platform/intel/bt-generic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Object.PCM.pcm [
direction "playback"
name $BT_PB_PCM_CAPS
formats 'S16_LE'
rates '8000,16000,24000,48000'
rates 'CONTINUOUS'
channels_min 1
channels_max 2
}
Expand All @@ -276,7 +276,7 @@ Object.PCM.pcm [
direction "capture"
name $BT_CP_PCM_CAPS
formats 'S16_LE'
rates '8000,16000,24000,48000'
rates 'CONTINUOUS'
channels_min 1
channels_max 2
}
Expand Down

0 comments on commit e91df78

Please sign in to comment.