alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [TINYCOMPRESS][PATCH 1/1] compress: no need to set metadata before calling next_track
@ 2014-02-26 14:29 Richard Fitzgerald
  2014-02-27 16:07 ` Pierre-Louis Bossart
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Fitzgerald @ 2014-02-26 14:29 UTC (permalink / raw)
  To: vinod.koul; +Cc: ckeepax, alsa-devel, elaurent

The metadata is mainly for MP3 gapless playback, since
the MP3 audio stream does not contain enough information
to enable gapless. Other audio formats do not necessarily
require any additional metadata so we should allow next_track
to be called without any metadata.

Signed-off-by: Zhao Weijia <weijia.zhao@capelabs.com>
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
---
 compress.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/compress.c b/compress.c
index 15dfdb7..0c9ecd2 100644
--- a/compress.c
+++ b/compress.c
@@ -534,8 +534,6 @@ int compress_next_track(struct compress *compress)
 	if (!is_compress_running(compress))
 		return oops(compress, ENODEV, "device not ready");
 
-	if (!compress->gapless_metadata)
-		return oops(compress, EPERM, "metadata not set");
 	if (ioctl(compress->fd, SNDRV_COMPRESS_NEXT_TRACK))
 		return oops(compress, errno, "cannot set next track\n");
 	compress->next_track = 1;
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-03-07 14:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-26 14:29 [TINYCOMPRESS][PATCH 1/1] compress: no need to set metadata before calling next_track Richard Fitzgerald
2014-02-27 16:07 ` Pierre-Louis Bossart
2014-03-03 13:25   ` Richard Fitzgerald
2014-03-03 14:57     ` Pierre-Louis Bossart
2014-03-03 16:36       ` Richard Fitzgerald
2014-03-03 19:40         ` Pierre-Louis Bossart
2014-03-06 10:32           ` Richard Fitzgerald
2014-03-07 14:32           ` Richard Fitzgerald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).