public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ucm: miscellaneous fixes
@ 2015-02-10 20:42 Tanu Kaskinen
  2015-02-10 20:42 ` [PATCH 1/3] ucm: fix variable mixup Tanu Kaskinen
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Tanu Kaskinen @ 2015-02-10 20:42 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, liam.r.girdwood

While working on PulseAudio's UCM code, I noticed strange use of const
in snd_use_case_get(). The third patch fixes that.

While working on the third patch, I also noticed strange code in
execute_sequence(). The first patch fixes one obvious bug, but there
was another issue which I didn't know how to fix, so I just added a
FIXME comment instead (that's just as an RFC, I hope the discussion
will reveal what the proper fix should be).

Tanu Kaskinen (3):
  ucm: fix variable mixup
  ucm: add a FIXME comment
  ucm: fix inappropriate use of const

 include/use-case.h |  2 +-
 src/ucm/main.c     | 34 +++++++++++++++++++++-------------
 2 files changed, 22 insertions(+), 14 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-02-11 16:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10 20:42 [PATCH 0/3] ucm: miscellaneous fixes Tanu Kaskinen
2015-02-10 20:42 ` [PATCH 1/3] ucm: fix variable mixup Tanu Kaskinen
2015-02-11 11:43   ` Takashi Iwai
2015-02-10 20:42 ` [PATCH 2/3] ucm: add a FIXME comment Tanu Kaskinen
2015-02-11 11:38   ` Takashi Iwai
2015-02-11 11:44     ` Tanu Kaskinen
2015-02-11 13:01       ` Takashi Iwai
2015-02-11 13:34         ` Tanu Kaskinen
2015-02-11 13:35           ` Takashi Iwai
2015-02-11 16:16           ` Liam Girdwood
2015-02-10 20:42 ` [PATCH 3/3] ucm: fix inappropriate use of const Tanu Kaskinen
2015-02-11 11:42   ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox