spa: Minor documentation copy-pasto fix

This commit is contained in:
Arun Raghavan 2023-01-17 20:36:00 -05:00 committed by Wim Taymans
parent 6207d98ff1
commit 134a20c3c5

View file

@ -32,7 +32,7 @@ extern "C" {
#include <spa/param/audio/raw.h>
struct spa_audio_info_dsp {
enum spa_audio_format format; /*< format, one of the DSP formats in enum spa_audio_format_dsp */
enum spa_audio_format format; /*< format, one of the DSP formats in enum spa_audio_format */
};
#define SPA_AUDIO_INFO_DSP_INIT(...) ((struct spa_audio_info_dsp) { __VA_ARGS__ })