diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-20 10:52:13 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-20 10:52:13 -0500 |
| commit | 03c850ec327c42a97e44c448b75983e12da417d9 (patch) | |
| tree | d5fe304ba4b0639b331ffe689b5aff7c524cb4da /include | |
| parent | 85d5b70d8a0681a362d075bf0d19b4ee8c6767ee (diff) | |
| parent | cb99864d40e46dea9c2aa3eaa97517b776f91024 (diff) | |
Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai:
"This update contains overall only driver-specific fixes. Slightly
large LOC are seen in usb-audio driver for a couple of new device
quirks and cs42l71 ASoC driver for enhanced features. The others are
a few small (regression) fixes HD-audio, and yet other small / trival
ASoC fixes."
* tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
ALSA: usb-audio: Support for Digidesign Mbox 2 USB sound card:
ALSA: HDA: Fix sound resume hang
ALSA: hda - bug fix for invalid connection list of Haswell HDMI codec pins
ALSA: hda - Fix the wrong pincaps set in ALC861VD dallas/hp fixup
ALSA: hda - Set codec->single_adc_amp flag for Realtek codecs
ASoC: atmel-ssc: change disable to disable in dts node
ASoC: Prevent pop_wait overwrite
ALSA: usb-audio: ignore-quirk for HP Wireless Audio
ALSA: hda - Always turn on pins for HDMI/DP
ALSA: hda - Fix pin configuration of HP Pavilion dv7
ASoC: core: Fix splitting of log messages
ASoC: cs42l73: Change VSPIN/VSPOUT to VSPINOUT
ASoC: cs42l73: Add DAPM events for power down.
ASoC: cs42l73: Add DMIC's as DAPM inputs.
ASoC: sigmadsp: Fix endianness conversion issue
ASoC: tpa6130a2: Use devm_* APIs
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/soc-dai.h | 1 | ||||
| -rw-r--r-- | include/sound/soc.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index 628db7bca4fd..3953cea0ecfb 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h | |||
| @@ -242,7 +242,6 @@ struct snd_soc_dai { | |||
| 242 | unsigned int symmetric_rates:1; | 242 | unsigned int symmetric_rates:1; |
| 243 | struct snd_pcm_runtime *runtime; | 243 | struct snd_pcm_runtime *runtime; |
| 244 | unsigned int active; | 244 | unsigned int active; |
| 245 | unsigned char pop_wait:1; | ||
| 246 | unsigned char probed:1; | 245 | unsigned char probed:1; |
| 247 | 246 | ||
| 248 | struct snd_soc_dapm_widget *playback_widget; | 247 | struct snd_soc_dapm_widget *playback_widget; |
diff --git a/include/sound/soc.h b/include/sound/soc.h index 91244a096c19..769e27c774a3 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
| @@ -1039,6 +1039,7 @@ struct snd_soc_pcm_runtime { | |||
| 1039 | struct snd_soc_dpcm_runtime dpcm[2]; | 1039 | struct snd_soc_dpcm_runtime dpcm[2]; |
| 1040 | 1040 | ||
| 1041 | long pmdown_time; | 1041 | long pmdown_time; |
| 1042 | unsigned char pop_wait:1; | ||
| 1042 | 1043 | ||
| 1043 | /* runtime devices */ | 1044 | /* runtime devices */ |
| 1044 | struct snd_pcm *pcm; | 1045 | struct snd_pcm *pcm; |
