Lines Matching refs:hc
1643 struct snd_soc_tplg_hw_config *hc = elem->hw_cfg; in tplg_save_hw_config() local
1647 if (err >= 0 && hc->id) in tplg_save_hw_config()
1649 hc->id); in tplg_save_hw_config()
1650 if (err >= 0 && hc->fmt) in tplg_save_hw_config()
1652 get_audio_hw_format_name(hc->fmt)); in tplg_save_hw_config()
1653 if (err >= 0 && hc->bclk_provider) in tplg_save_hw_config()
1655 hc->bclk_provider == SND_SOC_TPLG_BCLK_CC ? in tplg_save_hw_config()
1657 if (err >= 0 && hc->bclk_rate) in tplg_save_hw_config()
1659 hc->bclk_rate); in tplg_save_hw_config()
1660 if (err >= 0 && hc->invert_bclk) in tplg_save_hw_config()
1662 if (err >= 0 && hc->fsync_provider) in tplg_save_hw_config()
1664 hc->fsync_provider == SND_SOC_TPLG_FSYNC_CC ? in tplg_save_hw_config()
1666 if (err >= 0 && hc->fsync_rate) in tplg_save_hw_config()
1668 hc->fsync_rate); in tplg_save_hw_config()
1669 if (err >= 0 && hc->invert_fsync) in tplg_save_hw_config()
1671 if (err >= 0 && hc->mclk_rate) in tplg_save_hw_config()
1673 hc->mclk_rate); in tplg_save_hw_config()
1674 if (err >= 0 && hc->mclk_direction) in tplg_save_hw_config()
1676 hc->mclk_direction == SND_SOC_TPLG_MCLK_CI ? in tplg_save_hw_config()
1678 if (err >= 0 && hc->clock_gated) in tplg_save_hw_config()
1680 if (err >= 0 && hc->tdm_slots) in tplg_save_hw_config()
1682 hc->tdm_slots); in tplg_save_hw_config()
1683 if (err >= 0 && hc->tdm_slot_width) in tplg_save_hw_config()
1685 hc->tdm_slot_width); in tplg_save_hw_config()
1686 if (err >= 0 && hc->tx_slots) in tplg_save_hw_config()
1688 hc->tx_slots); in tplg_save_hw_config()
1689 if (err >= 0 && hc->rx_slots) in tplg_save_hw_config()
1691 hc->rx_slots); in tplg_save_hw_config()
1692 if (err >= 0 && hc->tx_channels) in tplg_save_hw_config()
1694 hc->tx_channels); in tplg_save_hw_config()
1695 if (err >= 0 && hc->rx_channels) in tplg_save_hw_config()
1697 hc->rx_channels); in tplg_save_hw_config()