mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
Remove unused API
This commit is contained in:
parent
6346b54c13
commit
e2bac27885
2 changed files with 1 additions and 22 deletions
|
|
@ -29,18 +29,6 @@
|
||||||
// Public members ----------------------------------------------------------------------
|
// Public members ----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
int zita_alsa_pcmi_major_version (void)
|
|
||||||
{
|
|
||||||
return ZITA_ALSA_PCMI_MAJOR_VERSION;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
int zita_alsa_pcmi_minor_version (void)
|
|
||||||
{
|
|
||||||
return ZITA_ALSA_PCMI_MINOR_VERSION;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Alsa_pcmi::Alsa_pcmi (
|
Alsa_pcmi::Alsa_pcmi (
|
||||||
const char *play_name,
|
const char *play_name,
|
||||||
const char *capt_name,
|
const char *capt_name,
|
||||||
|
|
|
||||||
|
|
@ -21,21 +21,12 @@
|
||||||
#ifndef _ZITA_ALSA_PCMI_H_
|
#ifndef _ZITA_ALSA_PCMI_H_
|
||||||
#define _ZITA_ALSA_PCMI_H_
|
#define _ZITA_ALSA_PCMI_H_
|
||||||
|
|
||||||
|
|
||||||
#define ALSA_PCM_NEW_HW_PARAMS_API
|
#define ALSA_PCM_NEW_HW_PARAMS_API
|
||||||
#define ALSA_PCM_NEW_SW_PARAMS_API
|
#define ALSA_PCM_NEW_SW_PARAMS_API
|
||||||
|
|
||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
|
|
||||||
|
|
||||||
#define ZITA_ALSA_PCMI_MAJOR_VERSION 0
|
|
||||||
#define ZITA_ALSA_PCMI_MINOR_VERSION 2
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
extern int zita_alsa_pcmi_major_version (void);
|
|
||||||
extern int zita_alsa_pcmi_minor_version (void);
|
|
||||||
|
|
||||||
|
|
||||||
class Alsa_pcmi
|
class Alsa_pcmi
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue