]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: x86: Don't pass SNDRV_PCM_INFO_BATCH flag
authorTakashi Iwai <tiwai@suse.de>
Thu, 2 Feb 2017 20:33:54 +0000 (21:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 10 Feb 2017 09:21:41 +0000 (10:21 +0100)
commita9ebdd0ef261fb9838af2821c09d165f6a14789b
treea9349e2386555cf4a4a311bb81e5faafed593613
parent40ce4b5d70b0c7e70c3e831e56d2586b57b54915
ALSA: x86: Don't pass SNDRV_PCM_INFO_BATCH flag

The PCM engine on LPE audio isn't like a batch-style process any
longer, but rather it deals with the standard ring buffer.  Remove the
BATCH info flag so that PA can handle the buffer in timer-sched mode.

Similarly, the DOUBLE flag is also superfluous.  Drop both bits.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c