Skip to content

Commit

Permalink
kpb: fix broken doxygen link to kpbm-state-diagram
Browse files Browse the repository at this point in the history
As reported by PR thesofproject#2741:

sof/src/include/sof/audio/kpb.h:46: warning: explicit link request to 'kpbm' could not be resolved

Fixes: 36d4c9f ("kpb: add new state")

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and lgirdwood committed Apr 8, 2020
1 parent 49dbfda commit b2b4abf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/include/sof/audio/kpb.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ struct comp_buffer;
* the sof-dosc in [kpbm-state-diagram]
* Therefore any addition of new states or modification of existing ones
* should have a corresponding update in the sof-docs.
* [kpbm-state-diagram]: https://thesofproject.github.io/latest/
* developer_guides/firmware/kd_integration/
* kd-integration.html#kpbm-state-diagram "Keyphrase buffer manager state
* diagram"
* [kpbm-state-diagram]:
https://thesofproject.github.io/latest/developer_guides/firmware/kd_integration/kd-integration.html#kpbm-state-diagram
"Keyphrase buffer manager state diagram"
*/
enum kpb_state {
KPB_STATE_DISABLED = 0,
Expand Down

0 comments on commit b2b4abf

Please sign in to comment.