summaryrefslogtreecommitdiff
path: root/proto_mpls_unicast.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-24dissectors: Get rid of unecessary includes of protos.hTobias Klauser1-1/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+109
t();'>
authorDaniel Girnus <dgirnus@de.adit-jv.com>2016-12-06 14:46:15 +0900
committerTakashi Iwai <tiwai@suse.de>2016-12-06 13:55:15 +0100
commit1e2e3fe480064ca33186e5a923beaa160efed35d (patch)
treeab3155a9ffd5391a54b5072a798615e71d382b54 /Documentation
parent4763601a56f155ddf94ef35fc2c41504a2de15f5 (diff)
ALSA: usb-audio: avoid setting of sample rate multiple times on bus
Some of userland applications call 'snd_pcm_hw_params()' and 'snd_pcm_hw_prepare()' sequentially, which means 'snd_pcm_hw_prepare()' is called twice and the second 'snd_pcm_hw_prepare()' is called in 'SNDRV_PCM_STATE_PREPARED' state. Some devices are not able to manage this and they will stop playback if the sample rate will be configured several times over USB protocol. V2: updated Changelog Signed-off-by: Daniel Girnus <dgirnus@de.adit-jv.com> Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com> Signed-off-by: Jiada Wang <jiada_wang@mentor.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation')