mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 18:35:26 +07:00
e36e6b5f26
Exposing all the channels of the device's internal AC97 codec to userspace is unnecessary and confusing. Instead the driver should setup the codec with proper values. This patch removes the mixer and sets up the codec using optimal values, i.e. the same values set by the Windows driver. This also makes the device work out-of-the-box, without the need for the user to reconfigure the device every time it's plugged in. Signed-off-by: Marcel Hasler <mahasler@gmail.com> Acked-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
10 lines
180 B
Makefile
10 lines
180 B
Makefile
stk1160-y := stk1160-core.o \
|
|
stk1160-v4l.o \
|
|
stk1160-video.o \
|
|
stk1160-i2c.o \
|
|
stk1160-ac97.o
|
|
|
|
obj-$(CONFIG_VIDEO_STK1160) += stk1160.o
|
|
|
|
ccflags-y += -Idrivers/media/i2c
|