mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 07:09:15 +07:00
63ddf68de5
Add an ALSA handler inside usbtv module, in order to make audio to work with those devices. Signed-off-by: Federico Simoncelli <fsimonce@redhat.com> Tested-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
6 lines
96 B
Makefile
6 lines
96 B
Makefile
usbtv-y := usbtv-core.o \
|
|
usbtv-video.o \
|
|
usbtv-audio.o
|
|
|
|
obj-$(CONFIG_VIDEO_USBTV) += usbtv.o
|