Activity for Park Jin Soo

  • Park Jin Soo Park Jin Soo posted a comment on discussion Open Discussion

    Oh!! Thanks!!

  • Park Jin Soo Park Jin Soo posted a comment on discussion Open Discussion

    Is there any progress? Or do I need to ask about this to another mail address? I think no-one care these pages.

  • Park Jin Soo Park Jin Soo posted a comment on discussion Open Discussion

    I’ve got very basic problems for this function, about snd_ctl_elem_set_bytes. I’m trying to write 512 bytes data using snd_ctl_elem_set_bytes functions. But it’s failed. / \brief Set values to given data as an element of bytes type. \param obj Data of an element. \param data Pointer for byte array. \param size The number of bytes included in the memory block. / void snd_ctl_elem_set_bytes(snd_ctl_elem_value_t obj, void *data, size_t size) { assert(obj); assert(size < ARRAY_SIZE(obj->value.bytes.data));...

1