mbox series

[0/2] Publish snd_pcm_audio_tstamp_type_t constants

Message ID 20201222145728.9368-1-coding@diwic.se (mailing list archive)
Headers show
Series Publish snd_pcm_audio_tstamp_type_t constants | expand

Message

David Henningsson Dec. 22, 2020, 2:57 p.m. UTC
Hi,

Sorry if this message reaches you twice. Apparently I tried to send
this earlier from an address which I no longer has access to. :-(
So if you sent a reply I could never read it.

Hopefully it'll work better this time around.

Anyhow, testing of these patches are limited to running "gitcompile",
which does not seem to compile the tests, is there an easy command to
compile them as well?

David Henningsson (2):
  pcm: Add snd_pcm_audio_tstamp_type_t constants
  test/audio_time: Make use of SND_PCM_AUDIO_TSTAMP_TYPE constants

 include/pcm.h     | 14 ++++++++++++++
 test/audio_time.c | 26 +++++++++++++-------------
 2 files changed, 27 insertions(+), 13 deletions(-)

Comments

Takashi Iwai Dec. 22, 2020, 3:11 p.m. UTC | #1
On Tue, 22 Dec 2020 15:57:26 +0100,
David Henningsson wrote:
> 
> Hi,
> 
> Sorry if this message reaches you twice. Apparently I tried to send
> this earlier from an address which I no longer has access to. :-(
> So if you sent a reply I could never read it.
> 
> Hopefully it'll work better this time around.

I've already applied your patches and pushed out.

> Anyhow, testing of these patches are limited to running "gitcompile",
> which does not seem to compile the tests, is there an easy command to
> compile them as well?

The easy way to build test programs is to run "make check" after the
normal "make".

... and this exposed indeed a typo in your patch.  It was wrongly
suffixed with SNDRV_ instead of SND_.  I'll fix it up.


thanks,

Takashi