ALSA: hda - Allow forcibly enabling/disabling snoop
authorTakashi Iwai <tiwai@suse.de>
Tue, 25 Nov 2014 11:54:16 +0000 (12:54 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 28 Nov 2014 07:47:29 +0000 (08:47 +0100)
commit7c7320157a37ed459b59e2f6b53b73780b12ad80
tree0c818fb95279b19b1954c408858536a384bffcd7
parent37e661ee10c6d0d1310c62b3d29ae9a63073ac5d
ALSA: hda - Allow forcibly enabling/disabling snoop

User can pass snoop option to enable/disable the snoop behavior, but
currently azx_check_snoop_available() always turns it off for some
devices.  For better debuggability, change the parameter as bint, and
allow user to enable/disable forcibly the snoop when specified via the
module option.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c