Skip to content

Commit

Permalink
fixup 'audio: use record/play session interface' (recipes)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuke committed Apr 18, 2024
1 parent 3f88eca commit a829d13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pkg/a64_audio_drv/runtime
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<platform label="audio"/>
</requires>

<provides> <audio_out/> <audio_in/> </provides>
<provides> <play/> <record/> <audio_out/> <audio_in/> </provides>

<config/>

Expand Down
2 changes: 2 additions & 0 deletions recipes/src/a64_audio_drv/used_apis
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ platform_session
report_session
audio_in_session
audio_out_session
play_session
record_session

0 comments on commit a829d13

Please sign in to comment.