diff options
| author | Michael Forney <mforney@mforney.org> | 2022-10-30 15:27:33 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-10-30 15:27:33 -0700 |
| commit | 75ce80bd7e003775855d1343989d6f1ffd1b4bcd (patch) | |
| tree | f5a95a029783a207f46823c6f4ff7fcc4b5eeada /pkg/tinyalsa/patch/0004-expose-pcm_state-in-public-API.patch | |
| parent | ef092b8e2d5e167be0bfaea44dccf6b91257bd55 (diff) | |
tinyalsa: Update to latest git
Diffstat (limited to 'pkg/tinyalsa/patch/0004-expose-pcm_state-in-public-API.patch')
| -rw-r--r-- | pkg/tinyalsa/patch/0004-expose-pcm_state-in-public-API.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/pkg/tinyalsa/patch/0004-expose-pcm_state-in-public-API.patch b/pkg/tinyalsa/patch/0004-expose-pcm_state-in-public-API.patch deleted file mode 100644 index bb3cf8be..00000000 --- a/pkg/tinyalsa/patch/0004-expose-pcm_state-in-public-API.patch +++ /dev/null @@ -1,25 +0,0 @@ -From f5a956cbb1ad414b8da0127cf997cfe43d7a6bcb Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Tue, 31 Aug 2021 14:24:09 -0700 -Subject: [PATCH] expose pcm_state in public API - ---- - include/tinyalsa/pcm.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/include/tinyalsa/pcm.h b/include/tinyalsa/pcm.h -index b40550c..1d77e53 100644 ---- a/include/tinyalsa/pcm.h -+++ b/include/tinyalsa/pcm.h -@@ -359,6 +359,8 @@ int pcm_start(struct pcm *pcm); - - int pcm_stop(struct pcm *pcm); - -+int pcm_state(struct pcm *pcm); -+ - int pcm_wait(struct pcm *pcm, int timeout); - - long pcm_get_delay(struct pcm *pcm); --- -2.32.0 - |
