mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
timer: obsolete legacy rtctimer instance
At v4.7 development, ALSA timer interface dropped device instance based on legacy rtctimer implementation. User space applications should not use the device instance. This commit adds comments to notify a corresponding macro should not be used anymore. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
bfd712fe32
commit
d1777a503d
2 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ typedef struct _snd_timer_tread {
|
|||
/** global timer - system */
|
||||
#define SND_TIMER_GLOBAL_SYSTEM 0
|
||||
/** global timer - RTC */
|
||||
#define SND_TIMER_GLOBAL_RTC 1
|
||||
#define SND_TIMER_GLOBAL_RTC 1 /* Obsoleted, due to enough legacy. */
|
||||
/** global timer - HPET */
|
||||
#define SND_TIMER_GLOBAL_HPET 2
|
||||
/** global timer - HRTIMER */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue