| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: Intel: bytcr_rt5651: Add quirk table entries for various devices | Hans de Goede | 2018-07-19 | 1 | -0/+28 |
* | ASoC: Intel: bytcr_rt5651: Add mono speaker quirk | Hans de Goede | 2018-07-19 | 1 | -4/+11 |
* | ASoC: Intel: bytcr_rt5651: Add IN2 input mapping | Hans de Goede | 2018-07-19 | 1 | -5/+18 |
* | ASoC: Intel: bytcr_rt5651: Set OVCD limit for VIOS LTH17 to 2000uA | Hans de Goede | 2018-07-19 | 1 | -2/+5 |
* | ASoC: Intel: bytcr_rt5651: Fix using the wrong GPIO for the ext-amp on some b... | Hans de Goede | 2018-07-19 | 1 | -4/+65 |
* | ASoC: Intel: bytcr_rt5651: Reporting button presses | Hans de Goede | 2018-07-10 | 1 | -2/+7 |
* | ASoC: Intel: bytcr_rt5651: Disable jack-detect over suspend/resume | Hans de Goede | 2018-07-10 | 1 | -5/+44 |
* | ASoC: Intel: bytcr_rt5651: Add support for externar amplifier enable GPIO | Hans de Goede | 2018-07-10 | 1 | -3/+62 |
* | ASoC: Intel: bytcr_rt5651: Move getting of codec_dev into probe() | Hans de Goede | 2018-07-10 | 1 | -12/+11 |
* | ASoC: Intel: bytcr_rt5651: Remove is_valleyview helper | Hans de Goede | 2018-07-10 | 1 | -12/+6 |
* | ASoC: Intel: bytcr_rt5651: Sort DMI table entries alphabetically | Hans de Goede | 2018-06-27 | 1 | -19/+22 |
* | ASoC: Intel: bytcr_rt5651: Add BYT_RT5651_HP_LR_SWAPPED quirk | Hans de Goede | 2018-06-27 | 1 | -4/+23 |
* | ASoC: Intel: bytcr_rt5651: Simplify card long-name | Hans de Goede | 2018-06-27 | 1 | -6/+4 |
* | ASoC: Intel: bytcr_rt5651: Fix DMIC map headsetmic mapping | Hans de Goede | 2018-06-27 | 1 | -2/+2 |
* | ASoC: Intel: bytcr_rt5651: Fix IN1 map headsetmic mapping | Hans de Goede | 2018-06-27 | 1 | -22/+7 |
* | ASoC: Intel: bytcr_rt5651: Remove IN2 input mappings | Hans de Goede | 2018-06-27 | 1 | -28/+2 |
* | ASoC: Intel: bytcr_rt5651: Fix IN1_IN2_MAP quirk not being logged | Hans de Goede | 2018-06-27 | 1 | -0/+2 |
* | ASoC: Intel: bytcr_rt5651: Change default input map from in2 to in1 | Hans de Goede | 2018-06-27 | 1 | -3/+3 |
* | ASoC: Intel: bytcr_rt5651: Add BYT_RT5651_DEFAULT_QUIRKS define | Hans de Goede | 2018-06-27 | 1 | -16/+9 |
* | Merge branch 'asoc-4.17' into asoc-4.18 merge window | Mark Brown | 2018-06-05 | 1 | -2/+3 |
|\ |
|
| * | ASoC: Intel: bytcr_rt565: fix missing assignment to ret_val | Colin Ian King | 2018-05-03 | 1 | -2/+3 |
* | | ASoC: Intel: bytcr_rt5651: Set card long_name based on quirks | Hans de Goede | 2018-05-31 | 1 | -0/+11 |
* | | ASoC: Intel: bytcr_rt5651: Replace GFP_ATOMIC with GFP_KERNEL | Vinod Koul | 2018-04-20 | 1 | -1/+1 |
|/ |
|
* | ASoC: Intel: bytcr_rt5651: don't use codec anymore | Kuninori Morimoto | 2018-03-28 | 1 | -2/+2 |
* | ASoC: Intel: bytcr_rt5651: Select RCCLK on init() | Hans de Goede | 2018-03-07 | 1 | -0/+5 |
* | ASoC: Intel: bytcr_rt5651: Change defaults to enable jack-detect, analog mics | Hans de Goede | 2018-03-07 | 1 | -9/+6 |
* | ASoC: Intel: bytcr_rt5651: Add quirk for the VIOS LTH17 laptop | Hans de Goede | 2018-03-07 | 1 | -0/+13 |
* | ASoC: Intel: bytcr_rt5651: Add support for Bay Trail CR / SSP0 using boards | Hans de Goede | 2018-03-07 | 1 | -16/+201 |
* | ASoC: Intel: bytcr_rt5651: Add new IN2_HS_IN3 input map and a quirk using it | Hans de Goede | 2018-03-07 | 1 | -0/+26 |
* | ASoC: Intel: bytcr_rt5651: Rename IN3_MAP to IN1_HS_IN3_MAP | Hans de Goede | 2018-03-07 | 1 | -11/+11 |
* | ASoC: Intel: bytcr_rt5651: Drop snd_soc_dai_set_bclk_ratio() call | Hans de Goede | 2018-03-07 | 1 | -2/+0 |
* | ASoC: Intel: bytcr_rt5651: Configure PLL1 before using it | Hans de Goede | 2018-03-07 | 1 | -38/+35 |
* | ASoC: Intel: bytcr_rt5651: Add quirk micbias OVCD configuration | Hans de Goede | 2018-03-07 | 1 | -3/+31 |
* | ASoC: Intel: bytcr_rt5651: Only create jack if we have a jack-detect source | Hans de Goede | 2018-03-07 | 1 | -7/+11 |
* | ASoC: Intel: bytcr_rt5651: Actually honor the DMIC_EN quirk if specified | Hans de Goede | 2018-03-07 | 1 | -3/+5 |
* | ASoC: Intel: bytcr_rt5651: Pass jack-src info via device-properties | Hans de Goede | 2018-03-07 | 1 | -4/+50 |
* | Merge branch 'topic/rt5651' of https://git.kernel.org/pub/scm/linux/kernel/gi... | Mark Brown | 2018-03-07 | 1 | -2/+2 |
|\ |
|
| * | ASoC: rt5651: Use standard component set_jack callback | Hans de Goede | 2018-03-01 | 1 | -1/+1 |
| * | ASoC: rt5651: replace codec to component | Kuninori Morimoto | 2018-02-12 | 1 | -1/+1 |
* | | ASoC: Intel: bytcr_rt5651: Not being able to find the codec ACPI-dev is an error | Hans de Goede | 2018-03-07 | 1 | -5/+6 |
|/ |
|
* | ASoC: Intel - Convert to use acpi_dev_get_first_match_name() | Andy Shevchenko | 2018-01-12 | 1 | -1/+1 |
* | ASoC: acpi: remove hard-coded i2c-device name length | Pierre-Louis Bossart | 2018-01-12 | 1 | -1/+1 |
* | ASoC: Intel: bytcr-rt5651: add support for Line In | Pierre-Louis Bossart | 2018-01-08 | 1 | -0/+6 |
* | ASoC: Intel: bytcr-rt5651: enable MinnowBoard Turbot quirks | Pierre-Louis Bossart | 2018-01-08 | 1 | -0/+9 |
* | ASoC: Intel: bytcr-rt5651: add quirk for IN3P which may also be used | Keyon Jie | 2018-01-08 | 1 | -2/+14 |
* | ASoC: Intel: bytcr_rt5651: fix Kiano DMI quirk | Pierre-Louis Bossart | 2018-01-08 | 1 | -1/+2 |
* | ASoC: intel: byt: Fix quirk for KIANO laptop | Carlo Caione | 2017-11-29 | 1 | -1/+1 |
* | ASoC: intel: byt: Introduce new map for dual mics | Carlo Caione | 2017-11-29 | 1 | -0/+12 |
* | ASoC: intel: byt: Enable IN2 map quirk for a KIANO laptop | Carlo Caione | 2017-10-26 | 1 | -0/+8 |
* | ASoC: intel: byt: Add headset jack | Carlo Caione | 2017-10-26 | 1 | -0/+23 |