Re: [samsung:v4l-next 51/121] drivers/media/usb/tlg2300/pd-alsa.c:309:3: error: implicit declaration of function 'snd_free_card'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> vim +309 drivers/media/usb/tlg2300/pd-alsa.c
>    303		ret = snd_card_create(-1, "Telegent",
> THIS_MODULE, 0, &card); 304		if (ret != 0)
>    305			return ret;
>    306	
>    307		ret = snd_pcm_new(card, "poseidon audio", 0, 0,
> 1, &pcm); 308		if (ret < 0) {
>  > 309			snd_free_card(card);

Umm I sent the version out then - should be snd_card_free(card) I
think !
--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Development]     [Kernel Announce]     [Kernel Newbies]     [Linux Networking Development]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Device Mapper]

  Powered by Linux