On Mon, Jun 03, 2013 at 08:31:22PM +0300, Tanu Kaskinen wrote: > On Thu, 2013-04-18 at 02:24 +0200, poljar (Damir Jeli?) wrote: > > Since we want to be able to set/restore port properties while creating a > > port and the port properties are saved with the card name as a key we > > need to know the card name before the port is connected to a card. > > > > This patch enables assigning a card name to the port_new_data struct. > > Thanks, will apply. I added an assertion to pa_device_port_new(): > pa_assert(data->card_name). > > BTW, in case you used the double brackets "[[PATCH v0] 1/5]" in the > subject on purpose, please don't do it again, or fix git am, which > doesn't handle it well :) > Sorry about that. I used the --subject-prefix option wrongly for git format-pacth. Thanks.