Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rt1308 and rt711 support #4

Closed

Commits on Aug 15, 2019

  1. soundwire: intel: remove playback/capture stream_name

    We will create dai widget in SOF.
    
    Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
    bardliao committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    d55cb03 View commit details
    Browse the repository at this point in the history
  2. soundwire: set grp_ctrl_valid false

    Some Realtek codecs don't support grp_ctrl_valid. Set it to false
    to prevent DPN_BlockCtrl2 reg write failed.
    
    Signed-off-by: Bard Liao <bardliao@gmail.com>
    bardliao committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    9be1fa0 View commit details
    Browse the repository at this point in the history
  3. ASoC: SOF: intel: get dai index from dai name

    The dai index comes from topology. However, we don't have a good
    mechanism to get the topology data in the hw_params or hw_free function.
    The patch assume that there is only one BE dai on each soundwire bus.
    And we should use the ALH port with the same index as soundwire bus.
    e.g.
    We should use ALH 1 if the codec is on soundwire bus 1.
    
    Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
    bardliao committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    5d46078 View commit details
    Browse the repository at this point in the history
  4. ASoC: rt1308: add soundwire support

    Signed-off-by: Bard Liao <bardliao@gmail.com>
    bardliao committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    421ce5e View commit details
    Browse the repository at this point in the history
  5. ASoC: rt711: add rt711 support

    Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
    bardliao committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    fc92a78 View commit details
    Browse the repository at this point in the history
  6. ASoC: intel: cnl_rt700: add rt1308 and rt711 support

    Add support for rt711 and rt1308. Use is_using_rt711 to config
    if rt711 + rt1308 are using.
    
    Signed-off-by: Bard Liao <bardliao@gmail.com>
    bardliao committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    4dce582 View commit details
    Browse the repository at this point in the history