Lines Matching refs:MIXART_PLAYBACK_STREAMS
738 idx += MIXART_PLAYBACK_STREAMS; in mixart_update_playback_stream_level()
846 snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); in mixart_pcm_vol_get()
847 …if(is_aes) stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES pl… in mixart_pcm_vol_get()
872 snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); in mixart_pcm_vol_put()
874 stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; in mixart_pcm_vol_put()
918 snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); in mixart_pcm_sw_get()
921 idx += MIXART_PLAYBACK_STREAMS; in mixart_pcm_sw_get()
935 snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); in mixart_pcm_sw_put()
939 j += MIXART_PLAYBACK_STREAMS; in mixart_pcm_sw_put()
957 .count = MIXART_PLAYBACK_STREAMS,
1147 temp.count = MIXART_PLAYBACK_STREAMS; in snd_mixart_create_mixer()
1160 temp.count = MIXART_PLAYBACK_STREAMS; in snd_mixart_create_mixer()