[go: nahoru, domu]

History log of /drivers/media/usb/tlg2300/pd-alsa.c
Revision Date Author Comments
e735688875208fa2c0bec3be6692941e701c48a8 29-Jan-2014 Takashi Iwai <tiwai@suse.de> [media] Convert to snd_card_new() with a device pointer

Also remove superfluous snd_card_set_dev() calls.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
fac44ee564a54db020ad384e0de94b5d8be3c6b5 23-Sep-2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] pd-alsa: fix compilation breakage by commit da35de640

commit da35de640 broke compilation, as it reverted the name of the
usb card free function.

Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
da35de640a0e9c805aba70439f524234890b96c5 04-Sep-2012 Alan Cox <alan@linux.intel.com> [media] tlg2300: fix missing check for audio creation

If we fail to set up the capture device we go through negative indexes and
badness happens. Add the missing test.
Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=44551

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
0c0d06cac63ee327ceaab4b5ffe2206574ab86bd 14-Aug-2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] rename most media/video usb drivers to media/usb

Rename all USB drivers with their own directory under
drivers/media/video into drivers/media/usb and update the
building system.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>