snd_hda_load="YES"
hint.pcm.%d.config Configures a range of possible options. Possi-
ble values are: ``dmapos'', ``eapdinv'',
``gpio0'', ``gpio1'', ``gpio2'', ``gpio3'',
``gpio4'', ``gpio5'', ``gpio6'', ``gpio7'',
``gpioflush'', ``ivref'', ``ivref50'',
``ivref80'', ``ivref100'', ``fixedrate'',
``forcestereo'', ``ovref'', ``ovref50'',
``ovref80'', ``ovref100'', ``softpcmvol'', and
``vref''. An option prefixed with ``no'', such
as ``nofixedrate'', will do the opposite and
takes precedence. Options can be separated by
whitespace and commas.
dev.pcm.%d.polling Experimental polling mode, where the driver
operates by querying the device state on each
tick using callout(9). Polling is disabled by
default. Do not enable it unless you are fac-
ing weird interrupt problems or if the device
cannot generate interrupts at all.
tangram said:According to man snd_hda it seems the snd_hda driver support your hardware.
To load the driver as a module at boot time, place the following line in /etc/loader.conf:
Code:snd_hda_load="YES"
% dmesg?