refactoring

This commit is contained in:
Maxim Devaev
2026-07-08 03:07:23 +03:00
parent 654efeeca2
commit 7cf03cf35a
6 changed files with 251 additions and 163 deletions

View File

@@ -29,6 +29,12 @@
#include "types.h"
typedef struct {
int fd;
uint pad;
} us_media_pad_s;
int us_media_find_link(
struct media_v2_topology *topology,
u32 link_type,