mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
SND_PCM_TSTAMP_MMAP -> SND_PCM_TSTAMP_ENABLE change
This commit is contained in:
parent
70b11d614d
commit
6814d23d29
4 changed files with 7 additions and 7 deletions
|
|
@ -380,8 +380,8 @@ struct sndrv_pcm_hw_params {
|
|||
|
||||
enum sndrv_pcm_tstamp {
|
||||
SNDRV_PCM_TSTAMP_NONE = 0,
|
||||
SNDRV_PCM_TSTAMP_MMAP,
|
||||
SNDRV_PCM_TSTAMP_LAST = SNDRV_PCM_TSTAMP_MMAP,
|
||||
SNDRV_PCM_TSTAMP_ENABLE,
|
||||
SNDRV_PCM_TSTAMP_LAST = SNDRV_PCM_TSTAMP_ENABLE,
|
||||
};
|
||||
|
||||
struct sndrv_pcm_sw_params {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue