forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne…
…l/git/tiwai/sound Pull sound updates from Takashi Iwai: "It was a busy development cycle at this time, as you can see a wide range of changes in diffstat. There are no big changes but many refactoring and improvements. Here we go some highlights: ALSA core: - Procfs codes were cleaned up to use seq_file - Procfs can be opt out via Kconfig (only for EXPERT) - Two types of jack API were unified finally; now both kctl and input jack devs are handled via a single function call. HD-audio: - Continued code restructuring for the future ASoC driver; now HDA controller driver is split to a core helper module. - Preliminary codes for Skylake audio support in HDA core. - Proper i915 gfx power well management for SKL & co - Enabled runtime PM as default for Intel HDMI/DP codecs - Newer Tegra chip supports - More quirks for Dell headsets, Alienware (with CA0132), etc. - A couple of DRM ELD helper API functions ASoC: - Support for loading ASoC topology maps from firmware, intended to be used to allow self-describing DSP firmware images to be built which can map controls added by the DSP to userspace without the kernel needing to know about individual DSP firmwares - Lots of refactoring to avoid direct access to snd_soc_codec where it's not needed supporting future refactoring - Big refactoring, cleanup and enhancement for the Wolfson ADSP driver - Cleanup series for TI TAS2552 and R-CAR drivers - Fixes and improvements on RT56xx codecs - Support for TI TAS571x power amplifiers - Support for Qualcomm APQ8016 and ZTE ZX296702 SoCs - Support for x86 systems with RT5650 and Qualcomm Storm - Support for Mediatek AFE (Audio Front End) unit - Other various small fixes to ASoC codec drivers Firewire: - Enhanced to allow non-blocking streams to use timestamp synchronization - Improve support for DM1500 and BeBoBv3 Misc: - Cleanup of old pci API functions over all PCI sound drivers - Fix long-standing regression of the old powermac i2c setup" * tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (533 commits) ALSA: pcm: Fix pcm_class sysfs output ALSA: hda-beep: Update authors dead email address ASoC: wm_adsp: Move DSP Rate controls into the codec ASoC: wm8995: Fix setting sysclk for WM8995_SYSCLK_MCLK2 case ALSA: hda: provide default bus io ops extended hdac ALSA: hda: add hda link cleanup routine ALSA: hda: add hdac_ext stream creation and cleanup routines ASoC: rsrc-card: remove unused ret ALSA: HDAC: move SND_HDA_PREALLOC_SIZE to core ASoC: mediatek: Add machine driver for rt5650 rt5676 codec ASoC: mediatek: Add machine driver for MAX98090 codec ASoC: mediatek: Add AFE platform driver ASoC: rsnd: remove io from rsnd_mod ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working() ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrol ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_src_xxx() ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx() ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx() ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr() ASoC: rsnd: add common interrupt handler for SSI/SRC/DMA ...
- Loading branch information
Showing
415 changed files
with
19,288 additions
and
6,679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Bluetooth-SCO audio CODEC | ||
|
||
This device support generic Bluetooth SCO link. | ||
|
||
Required properties: | ||
|
||
- compatible : "delta,dfbmcs320" | ||
|
||
Example: | ||
|
||
codec: bt_sco { | ||
compatible = "delta,dfbmcs320"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
GTM601 UMTS modem audio interface CODEC | ||
|
||
This device has no configuration interface. Sample rate is fixed - 8kHz. | ||
|
||
Required properties: | ||
|
||
- compatible : "option,gtm601" | ||
|
||
Example: | ||
|
||
codec: gtm601_codec { | ||
compatible = "option,gtm601"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
Documentation/devicetree/bindings/sound/mt8173-max98090.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
MT8173 with MAX98090 CODEC | ||
|
||
Required properties: | ||
- compatible : "mediatek,mt8173-max98090" | ||
- mediatek,audio-codec: the phandle of the MAX98090 audio codec | ||
|
||
Example: | ||
|
||
sound { | ||
compatible = "mediatek,mt8173-max98090"; | ||
mediatek,audio-codec = <&max98090>; | ||
}; | ||
|
13 changes: 13 additions & 0 deletions
13
Documentation/devicetree/bindings/sound/mt8173-rt5650-rt5676.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
MT8173 with RT5650 RT5676 CODECS | ||
|
||
Required properties: | ||
- compatible : "mediatek,mt8173-rt5650-rt5676" | ||
- mediatek,audio-codec: the phandles of rt5650 and rt5676 codecs | ||
|
||
Example: | ||
|
||
sound { | ||
compatible = "mediatek,mt8173-rt5650-rt5676"; | ||
mediatek,audio-codec = <&rt5650 &rt5676>; | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Mediatek AFE PCM controller | ||
|
||
Required properties: | ||
- compatible = "mediatek,mt8173-afe-pcm"; | ||
- reg: register location and size | ||
- interrupts: Should contain AFE interrupt | ||
- clock-names: should have these clock names: | ||
"infra_sys_audio_clk", | ||
"top_pdn_audio", | ||
"top_pdn_aud_intbus", | ||
"bck0", | ||
"bck1", | ||
"i2s0_m", | ||
"i2s1_m", | ||
"i2s2_m", | ||
"i2s3_m", | ||
"i2s3_b"; | ||
|
||
Example: | ||
|
||
afe: mt8173-afe-pcm@11220000 { | ||
compatible = "mediatek,mt8173-afe-pcm"; | ||
reg = <0 0x11220000 0 0x1000>; | ||
interrupts = <GIC_SPI 134 IRQ_TYPE_EDGE_FALLING>; | ||
clocks = <&infracfg INFRA_AUDIO>, | ||
<&topckgen TOP_AUDIO_SEL>, | ||
<&topckgen TOP_AUD_INTBUS_SEL>, | ||
<&topckgen TOP_APLL1_DIV0>, | ||
<&topckgen TOP_APLL2_DIV0>, | ||
<&topckgen TOP_I2S0_M_CK_SEL>, | ||
<&topckgen TOP_I2S1_M_CK_SEL>, | ||
<&topckgen TOP_I2S2_M_CK_SEL>, | ||
<&topckgen TOP_I2S3_M_CK_SEL>, | ||
<&topckgen TOP_I2S3_B_CK_SEL>; | ||
clock-names = "infra_sys_audio_clk", | ||
"top_pdn_audio", | ||
"top_pdn_aud_intbus", | ||
"bck0", | ||
"bck1", | ||
"i2s0_m", | ||
"i2s1_m", | ||
"i2s2_m", | ||
"i2s3_m", | ||
"i2s3_b"; | ||
}; |
60 changes: 60 additions & 0 deletions
60
Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
* Qualcomm Technologies APQ8016 SBC ASoC machine driver | ||
|
||
This node models the Qualcomm Technologies APQ8016 SBC ASoC machine driver | ||
|
||
Required properties: | ||
|
||
- compatible : "qcom,apq8016-sbc-sndcard" | ||
|
||
- pinctrl-N : One property must exist for each entry in | ||
pinctrl-names. See ../pinctrl/pinctrl-bindings.txt | ||
for details of the property values. | ||
- pinctrl-names : Must contain a "default" entry. | ||
- reg : Must contain an address for each entry in reg-names. | ||
- reg-names : A list which must include the following entries: | ||
* "mic-iomux" | ||
* "spkr-iomux" | ||
- qcom,model : Name of the sound card. | ||
|
||
Dai-link subnode properties and subnodes: | ||
|
||
Required dai-link subnodes: | ||
|
||
- cpu : CPU sub-node | ||
- codec : CODEC sub-node | ||
|
||
Required CPU/CODEC subnodes properties: | ||
|
||
-link-name : Name of the dai link. | ||
-sound-dai : phandle and port of CPU/CODEC | ||
-capture-dai : phandle and port of CPU/CODEC | ||
|
||
Example: | ||
|
||
sound: sound { | ||
compatible = "qcom,apq8016-sbc-sndcard"; | ||
reg = <0x07702000 0x4>, <0x07702004 0x4>; | ||
reg-names = "mic-iomux", "spkr-iomux"; | ||
qcom,model = "DB410c"; | ||
|
||
/* I2S - Internal codec */ | ||
internal-dai-link@0 { | ||
cpu { /* PRIMARY */ | ||
sound-dai = <&lpass MI2S_PRIMARY>; | ||
}; | ||
codec { | ||
sound-dai = <&wcd_codec 0>; | ||
}; | ||
}; | ||
|
||
/* External Primary or External Secondary -ADV7533 HDMI */ | ||
external-dai-link@0 { | ||
link-name = "ADV7533"; | ||
cpu { /* QUAT */ | ||
sound-dai = <&lpass MI2S_QUATERNARY>; | ||
}; | ||
codec { | ||
sound-dai = <&adv_bridge 0>; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
RT5650/RT5645 audio CODEC | ||
|
||
This device supports I2C only. | ||
|
||
Required properties: | ||
|
||
- compatible : One of "realtek,rt5645" or "realtek,rt5650". | ||
|
||
- reg : The I2C address of the device. | ||
|
||
- interrupts : The CODEC's interrupt output. | ||
|
||
Optional properties: | ||
|
||
- hp-detect-gpios: | ||
a GPIO spec for the external headphone detect pin. If jd-mode = 0, | ||
we will get the JD status by getting the value of hp-detect-gpios. | ||
|
||
- realtek,in2-differential | ||
Boolean. Indicate MIC2 input are differential, rather than single-ended. | ||
|
||
- realtek,dmic1-data-pin | ||
0: dmic1 is not used | ||
1: using IN2P pin as dmic1 data pin | ||
2: using GPIO6 pin as dmic1 data pin | ||
3: using GPIO10 pin as dmic1 data pin | ||
4: using GPIO12 pin as dmic1 data pin | ||
|
||
- realtek,dmic2-data-pin | ||
0: dmic2 is not used | ||
1: using IN2N pin as dmic2 data pin | ||
2: using GPIO5 pin as dmic2 data pin | ||
3: using GPIO11 pin as dmic2 data pin | ||
|
||
-- realtek,jd-mode : The JD mode of rt5645/rt5650 | ||
0 : rt5645/rt5650 JD function is not used | ||
1 : Mode-0 (VDD=3.3V), two port jack detection | ||
2 : Mode-1 (VDD=3.3V), one port jack detection | ||
3 : Mode-2 (VDD=1.8V), one port jack detection | ||
|
||
Pins on the device (for linking into audio routes) for RT5645/RT5650: | ||
|
||
* DMIC L1 | ||
* DMIC R1 | ||
* DMIC L2 | ||
* DMIC R2 | ||
* IN1P | ||
* IN1N | ||
* IN2P | ||
* IN2N | ||
* Haptic Generator | ||
* HPOL | ||
* HPOR | ||
* LOUTL | ||
* LOUTR | ||
* PDM1L | ||
* PDM1R | ||
* SPOL | ||
* SPOR | ||
|
||
Example: | ||
|
||
codec: rt5650@1a { | ||
compatible = "realtek,rt5650"; | ||
reg = <0x1a>; | ||
hp-detect-gpios = <&gpio 19 0>; | ||
interrupt-parent = <&gpio>; | ||
interrupts = <7 IRQ_TYPE_EDGE_FALLING>; | ||
realtek,dmic-en = "true"; | ||
realtek,en-jd-func = "true"; | ||
realtek,jd-mode = <3>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.