mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-18 08:56:42 -05:00
define SND_PCM_INFO_RESUME
This commit is contained in:
parent
70d2dd963d
commit
4861d237e6
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ typedef enum sndrv_pcm_hw_param snd_pcm_hw_param_t;
|
||||||
#define SND_PCM_INFO_BLOCK_TRANSFER SNDRV_PCM_INFO_BLOCK_TRANSFER
|
#define SND_PCM_INFO_BLOCK_TRANSFER SNDRV_PCM_INFO_BLOCK_TRANSFER
|
||||||
/** device can detect DAC/ADC overrange */
|
/** device can detect DAC/ADC overrange */
|
||||||
#define SND_PCM_INFO_OVERRANGE SNDRV_PCM_INFO_OVERRANGE
|
#define SND_PCM_INFO_OVERRANGE SNDRV_PCM_INFO_OVERRANGE
|
||||||
|
/** device supports resume */
|
||||||
|
#define SND_PCM_INFO_RESUME SNDRV_PCM_INFO_RESUME
|
||||||
/** device is capable to pause */
|
/** device is capable to pause */
|
||||||
#define SND_PCM_INFO_PAUSE SNDRV_PCM_INFO_PAUSE
|
#define SND_PCM_INFO_PAUSE SNDRV_PCM_INFO_PAUSE
|
||||||
/** device can do only half duplex */
|
/** device can do only half duplex */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue